build-template-works-without-crane β success
β±
Duration: 2m 13s
β³
Queued: 2s
π
Stage: docker-image
π₯
Runner: linux-aws-1
Average Duration
50s
This job: 2m 13s
Failure Rate
1.5%
last 30 days
βΆ
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
488 lines
Match - of 0
1
11:09:35
Running with gitlab-runner 18.9.0 (07e534ba)
2
11:09:35
on gitlab-runner-linux-1-746bdd58fd-tczzm wRxjPbsJX, system ID: r_DBMrRrXxkY91
3
11:09:35
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
11:09:35
Resolving secrets
5
11:09:35
section_start:1778065775:prepare_executor
6
11:09:35
+Preparing the "kubernetes" executor
7
11:09:35
"CPURequest" overwritten with "2"
8
11:09:35
"MemoryRequest" overwritten with "4G"
9
11:09:35
Using Kubernetes namespace: gitlab-runner
10
11:09:35
Using Kubernetes executor with image martizih/kaniko:v1.27.3-debug ...
11
11:09:35
Using attach strategy to execute scripts...
12
11:09:35
Using effective pull policy of [Always] for container build
13
11:09:35
Using effective pull policy of [Always] for container helper
14
11:09:35
Using effective pull policy of [Always] for container init-permissions
15
11:09:35
section_end:1778065775:prepare_executor
16
11:09:35
+section_start:1778065775:prepare_script
17
11:09:35
+Preparing environment
18
11:09:35
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
19
11:09:35
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
11:09:35
Subscribing to Kubernetes Pod events...
21
11:09:36
Type Reason Message
22
11:09:36
Normal Scheduled Successfully assigned gitlab-runner/runner-wrxjpbsjx-project-621-concurrent-1-o76qtz0n to ip-10-0-45-128.eu-central-1.compute.internal
23
11:09:36
Normal Pulled Container image "gitlab/gitlab-runner-helper:x86_64-v18.8.0" already present on machine
24
11:09:36
Normal Created Created container: init-permissions
25
11:09:36
Normal Started Started container init-permissions
26
11:09:36
Normal Pulling Pulling image "martizih/kaniko:v1.27.3-debug"
27
11:09:38
Normal Pulled Successfully pulled image "martizih/kaniko:v1.27.3-debug" in 1.597s (1.597s including waiting). Image size: 44406056 bytes.
28
11:09:38
Normal Created Created container: build
29
11:09:38
Normal Started Started container build
30
11:09:38
Normal Pulled Container image "gitlab/gitlab-runner-helper:x86_64-v18.8.0" already present on machine
31
11:09:38
Normal Created Created container: helper
32
11:09:38
Normal Started Started container helper
33
11:09:42
Running on runner-wrxjpbsjx-project-621-concurrent-1-o76qtz0n via gitlab-runner-linux-1-746bdd58fd-tczzm...
34
11:09:42
35
11:09:42
section_end:1778065782:prepare_script
36
11:09:42
+section_start:1778065782:get_sources
37
11:09:42
+Getting source from Git repository
38
11:09:43
Gitaly correlation ID: 01KQYFN6CR2H6VZ93NS9TME7JD
39
11:09:43
Fetching changes with git depth set to 1...
40
11:09:43
Initialized empty Git repository in /build/internal/gitlab-templates/.git/
41
11:09:43
Created fresh repository.
42
11:09:43
Checking out 19a8ce14 as detached HEAD (ref is master)...
43
11:09:43
44
11:09:43
Skipping Git submodules setup
45
11:09:43
46
11:09:43
section_end:1778065783:get_sources
47
11:09:43
+section_start:1778065783:step_script
48
11:09:43
+Executing "step_script" stage of the job script
49
11:09:44
section_start:1778065783:section_pre_build_script_0[hide_duration=true,collapsed=true]
$ function cleanup {
50
11:09:44
rv=$?
51
11:09:44
if [ $rv -ne 0 ]; then
52
11:09:44
echo ""
53
11:09:44
echo " Failure Cause Analysis might help, please open this link:"
54
11:09:44
echo " https://scout.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
55
11:09:44
echo ""
56
11:09:44
fi
57
11:09:44
echo ""
58
11:09:44
echo "Scout Analysis: https://scout.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
59
11:09:44
echo ""
60
11:09:44
echo ""
61
11:09:44
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"
62
11:09:44
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"
63
11:09:44
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"
64
11:09:44
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}"
65
11:09:44
echo ""
66
11:09:44
exit $rv
67
11:09:44
}
68
11:09:44
trap cleanup EXIT
69
11:09:44
echo "INFO: This is the CI job pre_build_script"
70
11:09:44
echo "INFO: It's defined in the backend/infra/aws repo."
71
11:09:44
echo "INFO: These additional Scandit variables are available to you:"
72
11:09:44
echo " SC_K8S_NODE_NAME: $SC_K8S_NODE_NAME"
73
11:09:44
echo " SC_K8S_IMAGE_ID: $SC_K8S_IMAGE_ID"
74
11:09:44
echo " SC_K8S_KYVERNO_PATCHES: |"
75
11:09:44
echo "$SC_K8S_KYVERNO_PATCHES" | sed 's/^/ /'
76
11:09:44
echo "cpu (r/l): ${SC_K8S_REQUESTS_CPU}/${SC_K8S_LIMITS_CPU}"
77
11:09:44
if command -v numfmt >/dev/null 2>&1; then
78
11:09:44
echo "memory (r/l): $(numfmt --to=iec --suffix=B $SC_K8S_REQUESTS_MEMORY)/$(numfmt --to=iec --suffix=B $SC_K8S_LIMITS_MEMORY)"
79
11:09:44
else
80
11:09:44
echo "memory (r/l): ${SC_K8S_REQUESTS_MEMORY}/${SC_K8S_LIMITS_MEMORY}"
81
11:09:44
fi
82
11:09:44
__start_time=${EPOCHSECONDS}
83
11:09:44
echo ""
84
11:09:44
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"
85
11:09:44
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"
86
11:09:44
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"
87
11:09:44
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}"
88
11:09:44
echo ""
89
11:09:44
echo "Setting up credentials for Gitlab Python registries"
90
11:09:44
mkdir -p ~
91
11:09:44
echo "machine gitlab.scandit.com" > ~/.netrc
92
11:09:44
echo "login gitlab-ci-token" >> ~/.netrc
93
11:09:44
echo "password ${CI_JOB_TOKEN}" >> ~/.netrc
94
11:09:44
chmod 600 ~/.netrc
95
11:09:44
if command -v git &> /dev/null && [ "$(id -u)" -ne 0 ]; then
96
11:09:44
git config --global --add safe.directory $CI_PROJECT_DIR
97
11:09:44
fi
98
11:09:44
# Sonarqube server is running on the same cluster. Use internal address
99
11:09:44
export SONAR_HOST_URL="http://sonarqube.sonarqube.svc.cluster.local:9000"
100
11:09:44
section_end:1778065783:section_pre_build_script_0
101
11:09:44
INFO: This is the CI job pre_build_script
102
11:09:44
INFO: It's defined in the backend/infra/aws repo.
103
11:09:44
INFO: These additional Scandit variables are available to you:
104
11:09:44
SC_K8S_NODE_NAME: ip-10-0-45-128.eu-central-1.compute.internal
105
11:09:44
SC_K8S_IMAGE_ID:
106
11:09:44
SC_K8S_KYVERNO_PATCHES: |
107
11:09:44
108
11:09:44
cpu (r/l): 2/4
109
11:09:44
memory (r/l): 4000000000/17179869184
110
11:09:44
111
11:09:44
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-45-128.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-1-o76qtz0n&var-resolution=15&from=1778065783000&to=now
112
11:09:44
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-45-128.eu-central-1.compute.internal&var-resolution=15s&from=1778065783000&to=now
113
11:09:44
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|=|1581320&var-filters=CI_JOB_ID|=|54484697&sortOrder=Ascending&from=1778065783000&to=now
114
11:09:44
date: invalid date '-7 days'
115
11:09:44
date: invalid date '+7 days'
116
11:09:44
Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=~&job_name=build-template-works-without-crane&project=internal/gitlab-templates
117
11:09:44
118
11:09:44
Setting up credentials for Gitlab Python registries
119
11:09:44
$ echo $DOCKER_CONFIG_JSON > /kaniko/.docker/config.json
120
11:09:44
$ mv /root/.netrc /kaniko/.netrc
121
11:09:44
section_start:1778065783:section_script_step_2[hide_duration=true,collapsed=true]
$ function copy_files() {
122
11:09:44
local src="$1"
123
11:09:44
local trg="$2"
124
11:09:44
for f in $src; do
125
11:09:44
t="$trg/`dirname $f`"
126
11:09:44
mkdir -p $t || true
127
11:09:44
echo "Copy $f"
128
11:09:44
cp -pr $f $trg/$f
129
11:09:44
done
130
11:09:44
}
131
11:09:44
function recursive_hash() {
132
11:09:44
local dir="$1"
133
11:09:44
find "$dir" -exec stat -c '%F|%a|%u:%g|%n' {} + -type f -exec sha256sum {} + | sort | sha256sum | cut -d ' ' -f1
134
11:09:44
}
135
11:09:44
function remote_docker_digest() {
136
11:09:44
local images="$1"
137
11:09:44
echo $images | xargs -n 1 crane digest
138
11:09:44
}
139
11:09:44
function remote_image_exists() {
140
11:09:44
local image="$1"
141
11:09:44
crane manifest $image > /dev/null 2>&1
142
11:09:44
}
143
11:09:44
function remote_images_are_identical() {
144
11:09:44
local imageA="$1"
145
11:09:44
local imageB="$2"
146
11:09:44
if [[ $(remote_docker_digest "$imageA") == $(remote_docker_digest "$imageB") ]]; then
147
11:09:44
return 0
148
11:09:44
else
149
11:09:44
return 1
150
11:09:44
fi
151
11:09:44
}
152
11:09:44
function copy_image() {
153
11:09:44
local image="$1"
154
11:09:44
local remotes="$2"
155
11:09:44
local backup_ext="$3"
156
11:09:44
echo "$image"
157
11:09:44
local source_digest=$(remote_docker_digest $image)
158
11:09:44
local target_digest
159
11:09:44
for registry in $remotes; do
160
11:09:44
if target_digest=$(remote_docker_digest $registry); then
161
11:09:44
if [ "$target_digest" != "$source_digest" ]; then
162
11:09:44
echo "image outdated, overwriting with newest version"
163
11:09:44
crane copy $image $registry
164
11:09:44
crane copy $image ${registry}${backup_ext}
165
11:09:44
fi
166
11:09:44
else
167
11:09:44
echo "image does not exist, writing newest version"
168
11:09:44
crane copy $image $registry
169
11:09:44
crane copy $image ${registry}${backup_ext}
170
11:09:44
fi
171
11:09:44
done
172
11:09:44
}
173
11:09:44
section_end:1778065783:section_script_step_2
174
11:09:44
section_start:1778065783:section_script_step_3[hide_duration=true,collapsed=true]
$ if [ "$CONTAINER_SUBDIR" != "" ]; then
175
11:09:44
echo "Entering subpath $CONTAINER_SUBDIR"
176
11:09:44
cd $CONTAINER_SUBDIR
177
11:09:44
fi
178
11:09:44
section_end:1778065783:section_script_step_3
179
11:09:44
$ copy_files "$CONTAINER_IMPLICIT_REQUIREMENTS $CONTAINER_REQUIREMENTS" "$CONTAINER_CONTEXT_PATH"
180
11:09:44
Copy Dockerfile.python-3-no-requirements
181
11:09:44
$ echo "$CONTAINER_BUILD_ENVIRONMENT" > $CONTAINER_CONTEXT_PATH/.docker-build-env
182
11:09:44
$ docker_checksum=$(recursive_hash $CONTAINER_CONTEXT_PATH)
183
11:09:44
section_start:1778065783:section_script_step_7[hide_duration=true,collapsed=true]
$ if [ "$CONTAINER_IMAGE_NAME" == "" ]; then
184
11:09:44
final_image_name=${CONTAINER_IMAGE_URL}
185
11:09:44
else
186
11:09:44
final_image_name=${CONTAINER_IMAGE_URL}/${CONTAINER_IMAGE_NAME}
187
11:09:44
fi
188
11:09:44
section_end:1778065783:section_script_step_7
189
11:09:44
$ final_image_url=${final_image_name}:${docker_checksum}
190
11:09:44
section_start:1778065783:section_script_step_9[hide_duration=true,collapsed=true]
$ if [ "${PIPELINE_IMAGE_REFS}" == "1" ]; then
191
11:09:44
echo $CONTAINER_IMAGE_VARIABLE=${final_image_url}-P${CI_PROJECT_ID}-${CI_PIPELINE_ID} > $CI_PROJECT_DIR/docker_image_build.env
192
11:09:44
else
193
11:09:44
echo $CONTAINER_IMAGE_VARIABLE=$final_image_url > $CI_PROJECT_DIR/docker_image_build.env
194
11:09:44
fi
195
11:09:44
section_end:1778065783:section_script_step_9
196
11:09:44
$ echo ${CONTAINER_IMAGE_VARIABLE}_HASH=$docker_checksum >> $CI_PROJECT_DIR/docker_image_build.env
197
11:09:44
section_start:1778065783:section_script_step_11[hide_duration=true,collapsed=true]
$ if [ "${FORCE_BUILD}" != "true" ] || command -v crane &> /dev/null; then
198
11:09:44
echo $REGISTRY_PASSWORD | crane auth login $REGISTRY -u $REGISTRY_USER --password-stdin
199
11:09:44
fi
200
11:09:44
section_end:1778065783:section_script_step_11
201
11:09:44
section_start:1778065783:section_script_step_12[hide_duration=true,collapsed=true]
$ if [ "${FORCE_BUILD}" != "true" ] && remote_image_exists "$final_image_url"; then
202
11:09:44
echo "Image already exists, skip the build."
203
11:09:44
echo "$final_image_url"
204
11:09:44
if [[ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]]; then
205
11:09:44
_EXT=""
206
11:09:44
_BACKUP_EXT="-CI${CI_JOB_ID}-$(date '+%Y%m%d')"
207
11:09:44
elif [[ -n "$CI_MERGE_REQUEST_ID" ]]; then
208
11:09:44
_EXT="-MR${CI_MERGE_REQUEST_IID}"
209
11:09:44
_BACKUP_EXT=""
210
11:09:44
elif [[ "$CI_COMMIT_REF_PROTECTED" == "true" ]]; then
211
11:09:44
_EXT="-${CI_COMMIT_REF_SLUG}"
212
11:09:44
_BACKUP_EXT="-CI${CI_JOB_ID}-$(date '+%Y%m%d')"
213
11:09:44
fi
214
11:09:44
for _TAG in $CONTAINER_IMAGE_TAG; do
215
11:09:44
echo "Copying ${final_image_url} to ${final_image_name}:${_TAG}${_EXT}"
216
11:09:44
copy_image "${final_image_url}" "${final_image_name}:${_TAG}${_EXT}" "${_BACKUP_EXT}"
217
11:09:44
done
218
11:09:44
if [ "${PIPELINE_IMAGE_REFS}" == "1" ]; then
219
11:09:44
_EXT="-P${CI_PROJECT_ID}-${CI_PIPELINE_ID}"
220
11:09:44
echo "Copying ${final_image_url} to ${final_image_url}${_EXT}"
221
11:09:44
copy_image "${final_image_url}" "${final_image_url}${_EXT}"
222
11:09:44
for _TAG in $CONTAINER_IMAGE_TAG; do
223
11:09:44
echo "Copying ${final_image_url} to ${final_image_name}:${_TAG}${_EXT}"
224
11:09:44
copy_image "${final_image_url}" "${final_image_name}:${_TAG}${_EXT}"
225
11:09:44
done
226
11:09:44
fi
227
11:09:44
exit 0
228
11:09:44
fi
229
11:09:44
section_end:1778065783:section_script_step_12
230
11:09:44
$ DESTINATIONS="--destination=$final_image_url"
231
11:09:44
section_start:1778065783:section_script_step_14[hide_duration=true,collapsed=true]
$ if [[ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]]; then
232
11:09:44
_EXT=""
233
11:09:44
TIMESTAMP_TAGS=$CONTAINER_IMAGE_TAG
234
11:09:44
elif [[ -n "$CI_MERGE_REQUEST_ID" ]]; then
235
11:09:44
_EXT="-MR${CI_MERGE_REQUEST_IID}"
236
11:09:44
TIMESTAMP_TAGS=""
237
11:09:44
elif [[ "$CI_COMMIT_REF_PROTECTED" == "true" ]]; then
238
11:09:44
_EXT="-${CI_COMMIT_REF_SLUG}"
239
11:09:44
TIMESTAMP_TAGS=$CONTAINER_IMAGE_TAG
240
11:09:44
fi
241
11:09:44
section_end:1778065783:section_script_step_14
242
11:09:44
section_start:1778065783:section_script_step_15[hide_duration=true,collapsed=true]
$ for _TAG in $CONTAINER_IMAGE_TAG; do
243
11:09:44
DESTINATIONS="${DESTINATIONS} --destination=${final_image_name}:${_TAG}${_EXT}"
244
11:09:44
done
245
11:09:44
section_end:1778065783:section_script_step_15
246
11:09:44
section_start:1778065783:section_script_step_16[hide_duration=true,collapsed=true]
$ if [ "${PIPELINE_IMAGE_REFS}" == "1" ]; then
247
11:09:44
_EXT="-P${CI_PROJECT_ID}-${CI_PIPELINE_ID}"
248
11:09:44
DESTINATIONS="${DESTINATIONS} --destination=${final_image_url}${_EXT}"
249
11:09:44
for _TAG in $CONTAINER_IMAGE_TAG; do
250
11:09:44
DESTINATIONS="${DESTINATIONS} --destination=${final_image_name}:${_TAG}${_EXT}"
251
11:09:44
done
252
11:09:44
fi
253
11:09:44
section_end:1778065783:section_script_step_16
254
11:09:44
section_start:1778065783:section_script_step_17[hide_duration=true,collapsed=true]
$ DATE=$(date '+%Y%m%d')
255
11:09:44
for _TAG in $TIMESTAMP_TAGS; do
256
11:09:44
DESTINATIONS="${DESTINATIONS} --destination=${final_image_name}:${_TAG}${_EXT}-CI${CI_JOB_ID}-${DATE}"
257
11:09:44
done
258
11:09:44
section_end:1778065783:section_script_step_17
259
11:09:44
section_start:1778065783:section_script_step_18[hide_duration=true,collapsed=true]
$ if [ -n "${CONTAINER_BUILD_ARGS}" ]; then
260
11:09:44
for _BUILD_ARG in $CONTAINER_BUILD_ARGS; do
261
11:09:44
FINAL_BUILD_ARGS="--build-arg $_BUILD_ARG $FINAL_BUILD_ARGS"
262
11:09:44
done
263
11:09:44
fi
264
11:09:44
section_end:1778065783:section_script_step_18
265
11:09:44
section_start:1778065783:section_script_step_19[hide_duration=true,collapsed=true]
$ for _PATH in $CONTAINER_IGNORE_PATHS; do
266
11:09:44
FINAL_IGNORE_PATHS="--ignore-path=$_PATH $FINAL_IGNORE_PATHS"
267
11:09:44
done
268
11:09:44
section_end:1778065783:section_script_step_19
269
11:09:44
section_start:1778065783:section_script_step_20[hide_duration=true,collapsed=true]
$ if [ -n "${CONTAINER_PLATFORM}" ]; then
270
11:09:44
KANIKO_PLATFORM="--custom-platform=${CONTAINER_PLATFORM}"
271
11:09:44
fi
272
11:09:44
section_end:1778065783:section_script_step_20
273
11:09:44
$ ANNOTATIONS=""
274
11:09:44
section_start:1778065783:section_script_step_22[hide_duration=true,collapsed=true]
$ if [[ -n "$CI_COMMIT_REF_NAME" ]]; then
275
11:09:44
ANNOTATIONS="${ANNOTATIONS} $KANIKO_ANNOTATION_KEY org.opencontainers.image.ref.name=${CI_COMMIT_REF_NAME}"
276
11:09:44
fi
277
11:09:44
section_end:1778065783:section_script_step_22
278
11:09:44
section_start:1778065783:section_script_step_23[hide_duration=true,collapsed=true]
$ if [[ -n "$CI_COMMIT_SHA" ]]; then
279
11:09:44
ANNOTATIONS="${ANNOTATIONS} $KANIKO_ANNOTATION_KEY org.opencontainers.image.revision=${CI_COMMIT_SHA}"
280
11:09:44
fi
281
11:09:44
section_end:1778065783:section_script_step_23
282
11:09:44
section_start:1778065783:section_script_step_24[hide_duration=true,collapsed=true]
$ if [[ -n "$CI_JOB_URL" ]]; then
283
11:09:44
ANNOTATIONS="${ANNOTATIONS} $KANIKO_ANNOTATION_KEY org.opencontainers.image.url=${CI_JOB_URL}"
284
11:09:44
fi
285
11:09:44
section_end:1778065783:section_script_step_24
286
11:09:44
section_start:1778065783:section_script_step_25[hide_duration=true,collapsed=true]
$ if [[ -n "$CI_PIPELINE_ID" ]]; then
287
11:09:44
ANNOTATIONS="${ANNOTATIONS} $KANIKO_ANNOTATION_KEY io.gitlab.ci.pipeline_id=${CI_PIPELINE_ID}"
288
11:09:44
fi
289
11:09:44
section_end:1778065783:section_script_step_25
290
11:09:44
section_start:1778065783:section_script_step_26[hide_duration=true,collapsed=true]
$ if [[ -n "$CI_JOB_ID" ]]; then
291
11:09:44
ANNOTATIONS="${ANNOTATIONS} $KANIKO_ANNOTATION_KEY io.gitlab.ci.job_id=${CI_JOB_ID}"
292
11:09:44
fi
293
11:09:44
section_end:1778065783:section_script_step_26
294
11:09:44
section_start:1778065783:section_script_step_27[hide_duration=true,collapsed=true]
$ if [[ -n "$CI_JOB_IMAGE" ]]; then
295
11:09:44
ANNOTATIONS="${ANNOTATIONS} $KANIKO_ANNOTATION_KEY io.gitlab.ci.job_image=${CI_JOB_IMAGE}"
296
11:09:44
fi
297
11:09:44
section_end:1778065783:section_script_step_27
298
11:09:44
$ ANNOTATIONS="${ANNOTATIONS} $KANIKO_ANNOTATION_KEY org.opencontainers.image.title=${final_image_name}:$(echo $CONTAINER_IMAGE_TAG | cut -d' ' -f1)"
299
11:09:44
$ ANNOTATIONS="${ANNOTATIONS} $KANIKO_ANNOTATION_KEY org.opencontainers.image.created=$(date -u +%Y-%m-%dT%H:%M:%SZ)"
300
11:09:44
$ ANNOTATIONS="${ANNOTATIONS} $KANIKO_ANNOTATION_KEY org.opencontainers.image.vendor=Scandit"
301
11:09:44
$ ANNOTATIONS="${ANNOTATIONS} $KANIKO_ANNOTATION_KEY io.scandit.ci.hash=${docker_checksum}"
302
11:09:44
section_start:1778065783:section_script_step_32[hide_duration=true,collapsed=true]
$ if [ -n "${CONTAINER_TARGET_STAGE}" ]; then
303
11:09:44
KANIKO_TARGET="--target $CONTAINER_TARGET_STAGE"
304
11:09:44
fi
305
11:09:44
section_end:1778065783:section_script_step_32
306
11:09:44
$ set -x
307
11:09:44
+ echo '$ /kaniko/executor --context $CONTAINER_CONTEXT_PATH --dockerfile $CONTAINER_DOCKERFILE $DESTINATIONS --cache=true --cache-copy-layers --cache-dir /cache/kaniko --cache-repo $CONTAINER_CACHE_REPO --cache-ttl=$CONTAINER_CACHE_TTL $FINAL_IGNORE_PATHS $KANIKO_TARGET $FINAL_BUILD_ARGS $KANIKO_PLATFORM $ANNOTATIONS $KANIKO_DEFAULT_FLAGS $KANIKO_EXTRA_FLAGS'
308
11:09:44
$ /kaniko/executor --context $CONTAINER_CONTEXT_PATH --dockerfile $CONTAINER_DOCKERFILE $DESTINATIONS --cache=true --cache-copy-layers --cache-dir /cache/kaniko --cache-repo $CONTAINER_CACHE_REPO --cache-ttl=$CONTAINER_CACHE_TTL $FINAL_IGNORE_PATHS $KANIKO_TARGET $FINAL_BUILD_ARGS $KANIKO_PLATFORM $ANNOTATIONS $KANIKO_DEFAULT_FLAGS $KANIKO_EXTRA_FLAGS
309
11:09:44
+ /kaniko/executor --context /build/internal/gitlab-templates/context/ --dockerfile Dockerfile.python-3-no-requirements '--destination=registry.scandit.com/internal/gitlab-templates:4ee73dbe29fd1001e5657f1bcb60a896c1d89e08df7e1d97233f7b9a4cdf4bd6' '--destination=registry.scandit.com/internal/gitlab-templates:latest' '--destination=registry.scandit.com/internal/gitlab-templates:latest-CI54484697-20260506' '--cache=true' --cache-copy-layers --cache-dir /cache/kaniko --cache-repo registry.scandit.com/internal/gitlab-templates/cache '--cache-ttl=336h' --annotation 'org.opencontainers.image.ref.name=master' --annotation 'org.opencontainers.image.revision=19a8ce14e2e16477c0e8fe40e5fa2b92ca33ea70' --annotation 'org.opencontainers.image.url=https://gitlab.scandit.com/internal/gitlab-templates/-/jobs/54484697' --annotation 'io.gitlab.ci.pipeline_id=1581320' --annotation 'io.gitlab.ci.job_id=54484697' --annotation 'io.gitlab.ci.job_image=martizih/kaniko:v1.27.3-debug' --annotation 'org.opencontainers.image.title=registry.scandit.com/internal/gitlab-templates:latest' --annotation 'org.opencontainers.image.created=2026-05-06T11:09:43Z' --annotation 'org.opencontainers.image.vendor=Scandit' --annotation 'io.scandit.ci.hash=4ee73dbe29fd1001e5657f1bcb60a896c1d89e08df7e1d97233f7b9a4cdf4bd6' --preserve-context '--credential-helpers=gitlab' --secret 'id=netrc,src=/kaniko/.netrc' --secret 'id=ci_job_token,env=CI_JOB_TOKEN'
310
11:09:44
INFO[0000] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
311
11:09:54
INFO[0010] Retrieving image manifest python:3.12-bookworm
312
11:09:54
INFO[0010] Retrieving image python:3.12-bookworm from registry index.docker.io
313
11:09:54
INFO[0010] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
314
11:09:55
INFO[0010] Retrieving image manifest python:3.12-bookworm
315
11:09:55
INFO[0010] Returning cached image manifest
316
11:09:55
INFO[0011] Retrieving image manifest python:3.12-bookworm
317
11:09:55
INFO[0011] Returning cached image manifest
318
11:09:55
INFO[0011] Retrieving image manifest python:3.12-bookworm
319
11:09:55
INFO[0011] Returning cached image manifest
320
11:09:55
INFO[0011] Built cross stage deps: map[]
321
11:09:55
INFO[0011] Skipping context snapshot as no-one requires it
322
11:09:55
INFO[0011] Retrieving image manifest python:3.12-bookworm
323
11:09:55
INFO[0011] Returning cached image manifest
324
11:09:55
INFO[0011] Retrieving image manifest python:3.12-bookworm
325
11:09:55
INFO[0011] Returning cached image manifest
326
11:09:55
INFO[0011] Building stage 'python:3.12-bookworm' [idx: '0', base-idx: '-1']
327
11:09:55
INFO[0011] Checking for cached layer registry.scandit.com/internal/gitlab-templates/cache:4aa82f716f80c2fc0d58cc1f7a315d65fe7859ed520e8f4629aeee5d53138656...
328
11:09:55
INFO[0011] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
329
11:09:55
INFO[0011] No cached layer found for cmd RUN git clone https://github.com/pyenv/pyenv.git $PYENV_ROOT
330
11:09:55
INFO[0011] Unpacking rootfs as cmd RUN git clone https://github.com/pyenv/pyenv.git $PYENV_ROOT requires it.
331
11:10:02
INFO[0018] ENV PYENV_VER=v2.3.36
332
11:10:02
INFO[0018] Taking snapshot of files...
333
11:10:02
INFO[0018] ENV PYENV_ROOT /root/.pyenv
334
11:10:02
INFO[0018] Taking snapshot of files...
335
11:10:02
INFO[0018] ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
336
11:10:02
INFO[0018] Taking snapshot of files...
337
11:10:02
INFO[0018] RUN git clone https://github.com/pyenv/pyenv.git $PYENV_ROOT
338
11:10:02
INFO[0018] Initializing snapshotter ...
339
11:10:02
INFO[0018] Taking snapshot of full filesystem...
340
11:10:24
INFO[0040] Cmd: /bin/sh
341
11:10:24
INFO[0040] Args: [-c git clone https://github.com/pyenv/pyenv.git $PYENV_ROOT]
342
11:10:24
INFO[0040] Running: [/kaniko/tini -s -- /bin/sh -c git clone https://github.com/pyenv/pyenv.git $PYENV_ROOT]
343
11:10:24
Cloning into '/root/.pyenv'...
344
11:10:25
INFO[0041] Taking snapshot of full filesystem...
345
11:10:26
INFO[0042] RUN cd $PYENV_ROOT && git checkout $PYENV_VER
346
11:10:26
INFO[0042] Cmd: /bin/sh
347
11:10:26
INFO[0042] Args: [-c cd $PYENV_ROOT && git checkout $PYENV_VER]
348
11:10:26
INFO[0042] Running: [/kaniko/tini -s -- /bin/sh -c cd $PYENV_ROOT && git checkout $PYENV_VER]
349
11:10:26
INFO[0042] Pushing layer registry.scandit.com/internal/gitlab-templates/cache:4aa82f716f80c2fc0d58cc1f7a315d65fe7859ed520e8f4629aeee5d53138656 to cache now
350
11:10:26
INFO[0042] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
351
11:10:26
INFO[0042] Pushing image to registry.scandit.com/internal/gitlab-templates/cache:4aa82f716f80c2fc0d58cc1f7a315d65fe7859ed520e8f4629aeee5d53138656
352
11:10:26
Note: switching to 'v2.3.36'.
353
11:10:26
354
11:10:26
You are in 'detached HEAD' state. You can look around, make experimental
355
11:10:26
changes and commit them, and you can discard any commits you make in this
356
11:10:26
state without impacting any branches by switching back to a branch.
357
11:10:26
358
11:10:26
If you want to create a new branch to retain commits you create, you may
359
11:10:26
do so (now or later) by using -c with the switch command. Example:
360
11:10:26
361
11:10:26
git switch -c <new-branch-name>
362
11:10:26
363
11:10:26
Or undo this operation with:
364
11:10:26
365
11:10:26
git switch -
366
11:10:26
367
11:10:26
Turn off this advice by setting config variable advice.detachedHead to false
368
11:10:26
369
11:10:26
HEAD is now at 5e4879a2 v2.3.36
370
11:10:26
INFO[0042] Taking snapshot of full filesystem...
371
11:10:26
INFO[0042] Pushing layer registry.scandit.com/internal/gitlab-templates/cache:ba0db3758a565d2d2e2422aa1db025dbb40e077874cd6e1e401d3c49f3fcd62c to cache now
372
11:10:26
INFO[0042] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
373
11:10:26
INFO[0042] Pushing image to registry.scandit.com/internal/gitlab-templates/cache:ba0db3758a565d2d2e2422aa1db025dbb40e077874cd6e1e401d3c49f3fcd62c
374
11:10:26
INFO[0042] RUN eval "$(/root/.pyenv/bin/pyenv init --path)" && pyenv install 3.12 -s && pyenv global 3.12
375
11:10:26
INFO[0042] Cmd: /bin/sh
376
11:10:26
INFO[0042] Args: [-c eval "$(/root/.pyenv/bin/pyenv init --path)" && pyenv install 3.12 -s && pyenv global 3.12]
377
11:10:26
INFO[0042] Running: [/kaniko/tini -s -- /bin/sh -c eval "$(/root/.pyenv/bin/pyenv init --path)" && pyenv install 3.12 -s && pyenv global 3.12]
378
11:10:26
Downloading Python-3.12.2.tar.xz...
379
11:10:26
-> https://www.python.org/ftp/python/3.12.2/Python-3.12.2.tar.xz
380
11:10:27
INFO[0043] Pushed registry.scandit.com/internal/gitlab-templates/cache@sha256:54a7b4692847782ab5c42836358f0238931f62292ab233b91b1424bd5ea88fa6
381
11:10:27
INFO[0043] Pushed registry.scandit.com/internal/gitlab-templates/cache@sha256:6dd9897d519bc97b34eb63d809381844b92ec10fe727044c7f408690be1841dd
382
11:10:27
Installing Python-3.12.2...
383
11:11:21
Installed Python-3.12.2 to /root/.pyenv/versions/3.12.2
384
11:11:21
INFO[0097] Taking snapshot of full filesystem...
385
11:11:27
INFO[0103] RUN echo 'eval "$(/root/.pyenv/bin/pyenv init --path)"' >> /root/.profile
386
11:11:27
INFO[0103] Cmd: /bin/sh
387
11:11:27
INFO[0103] Args: [-c echo 'eval "$(/root/.pyenv/bin/pyenv init --path)"' >> /root/.profile]
388
11:11:27
INFO[0103] Running: [/kaniko/tini -s -- /bin/sh -c echo 'eval "$(/root/.pyenv/bin/pyenv init --path)"' >> /root/.profile]
389
11:11:27
INFO[0103] Taking snapshot of full filesystem...
390
11:11:27
INFO[0103] Pushing layer registry.scandit.com/internal/gitlab-templates/cache:9bac7630196695d57a9e8d50ae22c6d4522eb0a98c472a45883c6d0be3e49e45 to cache now
391
11:11:27
INFO[0103] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
392
11:11:27
INFO[0103] Pushing image to registry.scandit.com/internal/gitlab-templates/cache:9bac7630196695d57a9e8d50ae22c6d4522eb0a98c472a45883c6d0be3e49e45
393
11:11:32
INFO[0108] SHELL ["/bin/bash", "-c"]
394
11:11:32
INFO[0108] Pushing layer registry.scandit.com/internal/gitlab-templates/cache:0ff4514c7ac6cdc5c7cb4178c2361fe343a6ca2b8f06a5264217474665cb24d4 to cache now
395
11:11:32
INFO[0108] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
396
11:11:32
INFO[0108] Pushing image to registry.scandit.com/internal/gitlab-templates/cache:0ff4514c7ac6cdc5c7cb4178c2361fe343a6ca2b8f06a5264217474665cb24d4
397
11:11:32
INFO[0108] Taking snapshot of files...
398
11:11:32
INFO[0108] RUN pyenv version | grep 3.12
399
11:11:32
INFO[0108] Cmd: /bin/bash
400
11:11:32
INFO[0108] Args: [-c pyenv version | grep 3.12]
401
11:11:32
INFO[0108] Running: [/kaniko/tini -s -- /bin/bash -c pyenv version | grep 3.12]
402
11:11:32
3.12.2 (set by /root/.pyenv/version)
403
11:11:32
INFO[0108] Taking snapshot of full filesystem...
404
11:11:33
INFO[0109] Pushing layer registry.scandit.com/internal/gitlab-templates/cache:b99fb6ce20a7c634aa9e2bbfaa85468ed6872a7cf86f1ad316ec4bbbdd396a9b to cache now
405
11:11:33
INFO[0109] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
406
11:11:33
INFO[0109] RUN python3 -m pip install --upgrade pip wheel
407
11:11:33
INFO[0109] Pushing image to registry.scandit.com/internal/gitlab-templates/cache:b99fb6ce20a7c634aa9e2bbfaa85468ed6872a7cf86f1ad316ec4bbbdd396a9b
408
11:11:33
INFO[0109] Cmd: /bin/bash
409
11:11:33
INFO[0109] Args: [-c python3 -m pip install --upgrade pip wheel]
410
11:11:33
INFO[0109] Running: [/kaniko/tini -s -- /bin/bash -c python3 -m pip install --upgrade pip wheel]
411
11:11:33
Requirement already satisfied: pip in /root/.pyenv/versions/3.12.2/lib/python3.12/site-packages (24.0)
412
11:11:33
Collecting pip
413
11:11:33
Downloading pip-26.1.1-py3-none-any.whl.metadata (4.6 kB)
414
11:11:33
Collecting wheel
415
11:11:33
Downloading wheel-0.47.0-py3-none-any.whl.metadata (2.3 kB)
416
11:11:33
Collecting packaging>=24.0 (from wheel)
417
11:11:33
Downloading packaging-26.2-py3-none-any.whl.metadata (3.5 kB)
418
11:11:33
Downloading pip-26.1.1-py3-none-any.whl (1.8 MB)
419
11:11:33
ββββββββββββββββββββββββββββββββββββββββ 1.8/1.8 MB 35.5 MB/s eta 0:00:00
420
11:11:33
Downloading wheel-0.47.0-py3-none-any.whl (32 kB)
421
11:11:33
Downloading packaging-26.2-py3-none-any.whl (100 kB)
422
11:11:33
ββββββββββββββββββββββββββββββββββββββββ 100.2/100.2 kB 13.7 MB/s eta 0:00:00
423
11:11:33
Installing collected packages: pip, packaging, wheel
424
11:11:33
Attempting uninstall: pip
425
11:11:33
Found existing installation: pip 24.0
426
11:11:33
Uninstalling pip-24.0:
427
11:11:33
Successfully uninstalled pip-24.0
428
11:11:34
Successfully installed packaging-26.2 pip-26.1.1 wheel-0.47.0
429
11:11:34
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
430
11:11:34
INFO[0110] Taking snapshot of full filesystem...
431
11:11:34
INFO[0110] Pushed registry.scandit.com/internal/gitlab-templates/cache@sha256:3d0723c6198ea60d10735ff3b10336f973b12a93e92c6217947304e23b7e8e93
432
11:11:35
INFO[0111] Pushing layer registry.scandit.com/internal/gitlab-templates/cache:365b127d01b3cfb8918bd20d42bc50c8e968718b12bce559f2e7c199678ba1c5 to cache now
433
11:11:35
INFO[0111] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
434
11:11:35
INFO[0111] Pushing image to registry.scandit.com/internal/gitlab-templates/cache:365b127d01b3cfb8918bd20d42bc50c8e968718b12bce559f2e7c199678ba1c5
435
11:11:36
INFO[0111] Pushed registry.scandit.com/internal/gitlab-templates/cache@sha256:c929e9185b6be22932d82ede882b6391775399989f553c38fd641b2191346921
436
11:11:36
INFO[0111] Pushed registry.scandit.com/internal/gitlab-templates/cache@sha256:d46024266d3efd4084504a8d3dec31918f93ffcf33d672d3dae46a75c05ef4b3
437
11:11:36
INFO[0112] Pushed registry.scandit.com/internal/gitlab-templates/cache@sha256:a96b43a5dcb2aa5180207bdd16205f3e812ddb684c975328a83823bd58e6c9b9
438
11:11:36
INFO[0112] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
439
11:11:36
INFO[0112] Pushing image to registry.scandit.com/internal/gitlab-templates:4ee73dbe29fd1001e5657f1bcb60a896c1d89e08df7e1d97233f7b9a4cdf4bd6
440
11:11:45
INFO[0121] Pushed registry.scandit.com/internal/gitlab-templates@sha256:57db44435173a5de89cef264857246a9fdaa3bca188810209934478168865072
441
11:11:45
INFO[0121] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
442
11:11:45
INFO[0121] Pushing image to registry.scandit.com/internal/gitlab-templates:latest
443
11:11:46
INFO[0122] Pushed registry.scandit.com/internal/gitlab-templates@sha256:57db44435173a5de89cef264857246a9fdaa3bca188810209934478168865072
444
11:11:46
INFO[0122] credential providers by priority: [file:/kaniko/.docker/config.json, gitlab]
445
11:11:46
INFO[0122] Pushing image to registry.scandit.com/internal/gitlab-templates:latest-CI54484697-20260506
446
11:11:46
INFO[0122] Pushed registry.scandit.com/internal/gitlab-templates@sha256:57db44435173a5de89cef264857246a9fdaa3bca188810209934478168865072
447
11:11:47
+ cleanup
448
11:11:47
+ rv=0
449
11:11:47
+ '[' 0 -ne 0 ]
450
11:11:47
+ echo
451
11:11:47
452
11:11:47
+ echo 'Scout Analysis: https://scout.scandit.io/analysis/projects/621/jobs/54484697'
453
11:11:47
Scout Analysis: https://scout.scandit.io/analysis/projects/621/jobs/54484697
454
11:11:47
+ echo
455
11:11:47
456
11:11:47
+ echo
457
11:11:47
458
11:11:47
+ echo '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-45-128.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-1-o76qtz0n&var-resolution=15&from=1778065783000&to=1778065906000'
459
11:11:47
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-45-128.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-1-o76qtz0n&var-resolution=15&from=1778065783000&to=1778065906000
460
11:11:47
+ echo '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-45-128.eu-central-1.compute.internal&var-resolution=15s&from=1778065783000&to=1778065906000'
461
11:11:47
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-45-128.eu-central-1.compute.internal&var-resolution=15s&from=1778065783000&to=1778065906000
462
11:11:47
+ echo '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|=|1581320&var-filters=CI_JOB_ID|=|54484697&sortOrder=Ascending&from=1778065783000&to=1778065906000'
463
11:11:47
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|=|1581320&var-filters=CI_JOB_ID|=|54484697&sortOrder=Ascending&from=1778065783000&to=1778065906000
464
11:11:47
+ date -d '-7 days' '+%Y-%m-%d'
465
11:11:47
date: invalid date '-7 days'
466
11:11:47
+ date -d '+7 days' '+%Y-%m-%d'
467
11:11:47
date: invalid date '+7 days'
468
11:11:47
+ echo 'Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=~&job_name=build-template-works-without-crane&project=internal/gitlab-templates'
469
11:11:47
Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=~&job_name=build-template-works-without-crane&project=internal/gitlab-templates
470
11:11:47
+ echo
471
11:11:47
472
11:11:47
+ exit 0
473
11:11:47
474
11:11:47
section_end:1778065907:step_script
475
11:11:47
+section_start:1778065907:upload_artifacts_on_success
476
11:11:47
+Uploading artifacts for successful job
477
11:11:47
Uploading artifacts...
478
11:11:47
docker_image_build.env: found 1 matching artifact files and directories
479
11:11:48
Uploading artifacts as "dotenv" to coordinator... 201 Created correlation_id=01KQYFS7SS8VTJWE9MD5VQ5TQG id=54484697 responseStatus=201 Created token=64_zyjJLc
480
11:11:48
481
11:11:48
section_end:1778065908:upload_artifacts_on_success
482
11:11:48
+section_start:1778065908:cleanup_file_variables
483
11:11:48
+Cleaning up project directory and file based variables
484
11:11:48
485
11:11:48
section_end:1778065908:cleanup_file_variables
486
11:11:48
+
487
11:11:48
Job succeeded
488