test-pip_export ○ success
⏱
Duration: 48s
⏳
Queued: 1s
📁
Stage: test
🖥
Runner: linux-aws-1
Average Duration
28s
This job: 48s
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
293 lines
Match - of 0
1
14:27:36
Running with gitlab-runner 18.5.0 (bda84871)
2
14:27:36
on gitlab-runner-linux-1-86d76d468c-d4585 wRxjPbsJX, system ID: r_J8j67beySAjl
3
14:27:36
feature flags: FF_USE_FASTZIP:true, FF_USE_NEW_BASH_EVAL_STRATEGY: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_TIMESTAMPS:true, FF_GIT_URLS_WITHOUT_TOKENS:true
4
14:27:36
Resolving secrets
5
14:27:36
section_start:1765290456:prepare_executor
6
14:27:36
+Preparing the "kubernetes" executor
7
14:27:36
Using Kubernetes namespace: gitlab-runner
8
14:27:36
Using Kubernetes executor with image registry.scandit.com/internal/gitlab-templates/sc-uv-example-dev:49e0bfeaf5cb1aaaa7f4a016ebe9954a38ecfd0eaa61c06c937fd6d079450a22 ...
9
14:27:36
Using attach strategy to execute scripts...
10
14:27:36
Using effective pull policy of [Always] for container helper
11
14:27:36
Using effective pull policy of [Always] for container init-permissions
12
14:27:36
Using effective pull policy of [Always] for container build
13
14:27:36
section_end:1765290456:prepare_executor
14
14:27:36
+section_start:1765290456:prepare_script
15
14:27:36
+Preparing environment
16
14:27:36
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
17
14:27:36
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 ...
18
14:27:37
Subscribing to Kubernetes Pod events...
19
14:27:37
Type Reason Message
20
14:27:37
Normal Scheduled Successfully assigned gitlab-runner/runner-wrxjpbsjx-project-621-concurrent-3-axucium6 to ip-10-0-55-35.eu-central-1.compute.internal
21
14:27:40
Normal Pulled Container image "gitlab/gitlab-runner-helper:x86_64-v18.5.0" already present on machine
22
14:27:41
Normal Created Created container: init-permissions
23
14:27:42
Normal Started Started container init-permissions
24
14:28:12
Normal Pulling Pulling image "registry.scandit.com/internal/gitlab-templates/sc-uv-example-dev:49e0bfeaf5cb1aaaa7f4a016ebe9954a38ecfd0eaa61c06c937fd6d079450a22"
25
14:28:15
Normal Pulled Successfully pulled image "registry.scandit.com/internal/gitlab-templates/sc-uv-example-dev:49e0bfeaf5cb1aaaa7f4a016ebe9954a38ecfd0eaa61c06c937fd6d079450a22" in 2.844s (2.844s including waiting). Image size: 115656053 bytes.
26
14:28:15
Normal Created Created container: build
27
14:28:15
Normal Started Started container build
28
14:28:15
Normal Pulled Container image "gitlab/gitlab-runner-helper:x86_64-v18.5.0" already present on machine
29
14:28:15
Normal Created Created container: helper
30
14:28:15
Normal Started Started container helper
31
14:28:20
Running on runner-wrxjpbsjx-project-621-concurrent-3-axucium6 via gitlab-runner-linux-1-86d76d468c-d4585...
32
14:28:20
33
14:28:20
section_end:1765290500:prepare_script
34
14:28:20
+section_start:1765290500:get_sources
35
14:28:20
+Getting source from Git repository
36
14:28:20
Gitaly correlation ID: 01KC1R5D4KQ8VD5CTHXPGKC86T
37
14:28:20
Fetching changes with git depth set to 50...
38
14:28:20
Initialized empty Git repository in /build/internal/gitlab-templates/.git/
39
14:28:20
Created fresh repository.
40
14:28:22
Checking out 940006cc as detached HEAD (ref is refs/merge-requests/507/merge)...
41
14:28:22
42
14:28:22
Skipping Git submodules setup
43
14:28:22
44
14:28:22
section_end:1765290502:get_sources
45
14:28:22
+section_start:1765290502:step_script
46
14:28:22
+Executing "step_script" stage of the job script
47
14:28:22
section_start:1765290502:section_pre_build_script_0[hide_duration=true,collapsed=true]
$ function cleanup {
48
14:28:22
rv=$?
49
14:28:22
if [ $rv -ne 0 ]; then
50
14:28:22
echo ""
51
14:28:22
echo " Failure Cause Analysis might help, please open this link:"
52
14:28:22
echo " https://failure-cause-analysis.zrh.int.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
53
14:28:22
echo ""
54
14:28:22
fi
55
14:28:22
echo ""
56
14:28:22
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"
57
14:28:22
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"
58
14:28:22
echo ""
59
14:28:22
exit $rv
60
14:28:22
}
61
14:28:22
trap cleanup EXIT
62
14:28:22
echo "INFO: This is the CI job pre_build_script"
63
14:28:22
echo "INFO: It's defined in the backend/infra/aws repo."
64
14:28:22
echo "INFO: These additional Scandit variables are available to you:"
65
14:28:22
echo " SC_K8S_NODE_NAME: $SC_K8S_NODE_NAME"
66
14:28:22
echo " SC_K8S_IMAGE_ID: $SC_K8S_IMAGE_ID"
67
14:28:22
echo "cpu (r/l): ${SC_K8S_REQUESTS_CPU}/${SC_K8S_LIMITS_CPU}"
68
14:28:22
if command -v numfmt >/dev/null 2>&1; then
69
14:28:22
echo "memory (r/l): $(numfmt --to=iec --suffix=B $SC_K8S_REQUESTS_MEMORY)/$(numfmt --to=iec --suffix=B $SC_K8S_LIMITS_MEMORY)"
70
14:28:22
else
71
14:28:22
echo "memory (r/l): ${SC_K8S_REQUESTS_MEMORY}/${SC_K8S_LIMITS_MEMORY}"
72
14:28:22
fi
73
14:28:22
__start_time=${EPOCHSECONDS}
74
14:28:22
echo ""
75
14:28:22
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"
76
14:28:22
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"
77
14:28:22
echo ""
78
14:28:22
echo "Setting up credentials for Gitlab Python registries"
79
14:28:22
mkdir -p ~
80
14:28:22
echo "machine gitlab.scandit.com" > ~/.netrc
81
14:28:22
echo "login gitlab-ci-token" >> ~/.netrc
82
14:28:22
echo "password ${CI_JOB_TOKEN}" >> ~/.netrc
83
14:28:22
chmod 600 ~/.netrc
84
14:28:22
if command -v git &> /dev/null && [ "$(id -u)" -ne 0 ]; then
85
14:28:22
git config --global --add safe.directory $CI_PROJECT_DIR
86
14:28:22
fi
87
14:28:22
# Sonarqube server is running on the same cluster. Use internal address
88
14:28:22
export SONAR_HOST_URL="http://sonarqube.sonarqube.svc.cluster.local:9000"
89
14:28:22
section_end:1765290502:section_pre_build_script_0
90
14:28:22
INFO: This is the CI job pre_build_script
91
14:28:22
INFO: It's defined in the backend/infra/aws repo.
92
14:28:22
INFO: These additional Scandit variables are available to you:
93
14:28:22
SC_K8S_NODE_NAME: ip-10-0-55-35.eu-central-1.compute.internal
94
14:28:22
SC_K8S_IMAGE_ID:
95
14:28:22
cpu (r/l): 1/4
96
14:28:22
memory (r/l): 1.0GB/16GB
97
14:28:22
98
14:28:22
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-55-35.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-3-axucium6&var-resolution=15&from=1765290502000&to=now
99
14:28:22
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-55-35.eu-central-1.compute.internal&var-resolution=15s&from=1765290502000&to=now
100
14:28:22
101
14:28:22
Setting up credentials for Gitlab Python registries
102
14:28:22
section_start:1765290502:section_script_step_0[hide_duration=true,collapsed=true]
$ if [[ -n "${UV_PROJECT_DIR}" ]]; then
103
14:28:22
cd ${UV_PROJECT_DIR};
104
14:28:22
fi
105
14:28:22
section_end:1765290502:section_script_step_0
106
14:28:22
$ source ${UV_PROJECT_ENVIRONMENT}/bin/activate
107
14:28:22
$ uv sync --frozen ${UV_EXTRA_ARGS}
108
14:28:23
Audited 20 packages in 0.46ms
109
14:28:23
section_start:1765290502:section_script_step_3[hide_duration=true,collapsed=true]
$ if [[ -n "${PACKAGE_NAME}" ]]; then
110
14:28:23
UV_EXPORT_EXTRA_ARGS="--package ${PACKAGE_NAME} ${UV_EXPORT_EXTRA_ARGS}";
111
14:28:23
fi
112
14:28:23
section_end:1765290502:section_script_step_3
113
14:28:23
$ uv export --frozen --no-emit-workspace ${UV_EXPORT_EXTRA_ARGS} -o ${REQUIREMENTS_FILE}
114
14:28:23
# This file was autogenerated by uv via the following command:
115
14:28:23
# uv export --frozen --no-emit-workspace -o requirements.txt
116
14:28:23
attrs==25.3.0 \
117
14:28:23
--hash=sha256:427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3 \
118
14:28:23
--hash=sha256:75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b
119
14:28:23
# via
120
14:28:23
# jsonschema
121
14:28:23
# referencing
122
14:28:23
certifi==2025.1.31 \
123
14:28:23
--hash=sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651 \
124
14:28:23
--hash=sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe
125
14:28:23
# via requests
126
14:28:23
charset-normalizer==3.4.1 \
127
14:28:23
--hash=sha256:0924e81d3d5e70f8126529951dac65c1010cdf117bb75eb02dd12339b57749dd \
128
14:28:23
--hash=sha256:09b26ae6b1abf0d27570633b2b078a2a20419c99d66fb2823173d73f188ce601 \
129
14:28:23
--hash=sha256:0f55e69f030f7163dffe9fd0752b32f070566451afe180f99dbeeb81f511ad8d \
130
14:28:23
--hash=sha256:22e14b5d70560b8dd51ec22863f370d1e595ac3d024cb8ad7d308b4cd95f8313 \
131
14:28:23
--hash=sha256:2369eea1ee4a7610a860d88f268eb39b95cb588acd7235e02fd5a5601773d4fa \
132
14:28:23
--hash=sha256:2967f74ad52c3b98de4c3b32e1a44e32975e008a9cd2a8cc8966d6a5218c5cb2 \
133
14:28:23
--hash=sha256:2d074908e1aecee37a7635990b2c6d504cd4766c7bc9fc86d63f9c09af3fa11b \
134
14:28:23
--hash=sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3 \
135
14:28:23
--hash=sha256:44ecbf16649486d4aebafeaa7ec4c9fed8b88101f4dd612dcaf65d5e815f837f \
136
14:28:23
--hash=sha256:5df196eb874dae23dcfb968c83d4f8fdccb333330fe1fc278ac5ceeb101003a9 \
137
14:28:23
--hash=sha256:6ff8a4a60c227ad87030d76e99cd1698345d4491638dfa6673027c48b3cd395f \
138
14:28:23
--hash=sha256:73d94b58ec7fecbc7366247d3b0b10a21681004153238750bb67bd9012414545 \
139
14:28:23
--hash=sha256:804a4d582ba6e5b747c625bf1255e6b1507465494a40a2130978bda7b932c90b \
140
14:28:23
--hash=sha256:8436c508b408b82d87dc5f62496973a1805cd46727c34440b0d29d8a2f50a6c9 \
141
14:28:23
--hash=sha256:955f8851919303c92343d2f66165294848d57e9bba6cf6e3625485a70a038d11 \
142
14:28:23
--hash=sha256:9b23ca7ef998bc739bf6ffc077c2116917eabcc901f88da1b9856b210ef63f35 \
143
14:28:23
--hash=sha256:aabfa34badd18f1da5ec1bc2715cadc8dca465868a4e73a0173466b688f29dda \
144
14:28:23
--hash=sha256:b1ac5992a838106edb89654e0aebfc24f5848ae2547d22c2c3f66454daa11971 \
145
14:28:23
--hash=sha256:bc2722592d8998c870fa4e290c2eec2c1569b87fe58618e67d38b4665dfa680d \
146
14:28:23
--hash=sha256:c30197aa96e8eed02200a83fba2657b4c3acd0f0aa4bdc9f6c1af8e8962e0757 \
147
14:28:23
--hash=sha256:c4c3e6da02df6fa1410a7680bd3f63d4f710232d3139089536310d027950696a \
148
14:28:23
--hash=sha256:c75cb2a3e389853835e84a2d8fb2b81a10645b503eca9bcb98df6b5a43eb8886 \
149
14:28:23
--hash=sha256:d98b1668f06378c6dbefec3b92299716b931cd4e6061f3c875a71ced1780ab85 \
150
14:28:23
--hash=sha256:dad3e487649f498dd991eeb901125411559b22e8d7ab25d3aeb1af367df5efd7 \
151
14:28:23
--hash=sha256:e358e64305fe12299a08e08978f51fc21fac060dcfcddd95453eabe5b93ed0e1 \
152
14:28:23
--hash=sha256:eb8178fe3dba6450a3e024e95ac49ed3400e506fd4e9e5c32d30adda88cbd407 \
153
14:28:23
--hash=sha256:fa88b843d6e211393a37219e6a1c1df99d35e8fd90446f1118f4216e307e48cd \
154
14:28:23
--hash=sha256:ffc9202a29ab3920fa812879e95a9e78b2465fd10be7fcbd042899695d75e616
155
14:28:23
# via requests
156
14:28:23
click==8.1.8 \
157
14:28:23
--hash=sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2 \
158
14:28:23
--hash=sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a
159
14:28:23
# via typer
160
14:28:23
colorama==0.4.6 ; sys_platform == 'win32' \
161
14:28:23
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
162
14:28:23
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
163
14:28:23
# via click
164
14:28:23
idna==3.10 \
165
14:28:23
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
166
14:28:23
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
167
14:28:23
# via requests
168
14:28:23
jsonmerge==1.9.2 \
169
14:28:23
--hash=sha256:c43757e0180b0e19b7ae4c130ad42a07cc580c31912f61f4823e8eaf2fa394a3 \
170
14:28:23
--hash=sha256:cab93ee7763fb51a4a09bbdab2eacf499ffb208ab94247ae86acea3e0e823b05
171
14:28:23
# via pylilibet
172
14:28:23
jsonschema==4.23.0 \
173
14:28:23
--hash=sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4 \
174
14:28:23
--hash=sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566
175
14:28:23
# via jsonmerge
176
14:28:23
jsonschema-specifications==2024.10.1 \
177
14:28:23
--hash=sha256:0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272 \
178
14:28:23
--hash=sha256:a09a0680616357d9a0ecf05c12ad234479f549239d0f5b55f3deea67475da9bf
179
14:28:23
# via jsonschema
180
14:28:23
markdown-it-py==3.0.0 \
181
14:28:23
--hash=sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 \
182
14:28:23
--hash=sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb
183
14:28:23
# via rich
184
14:28:23
mdurl==0.1.2 \
185
14:28:23
--hash=sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 \
186
14:28:23
--hash=sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba
187
14:28:23
# via markdown-it-py
188
14:28:23
pygments==2.19.1 \
189
14:28:23
--hash=sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f \
190
14:28:23
--hash=sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c
191
14:28:23
# via rich
192
14:28:23
pylilibet==0.9.1 \
193
14:28:23
--hash=sha256:8fc0483e5de7e6dc2d4b1bdd52cbdd36e7920ccdd25f8f285993e48c9000b19e \
194
14:28:23
--hash=sha256:f7ab0d4cd92c30db55e2d34bbf238df6590d7ceb4d10ec771fe0012da321ef9c
195
14:28:23
# via sc-uv-example
196
14:28:23
referencing==0.36.2 \
197
14:28:23
--hash=sha256:df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa \
198
14:28:23
--hash=sha256:e8699adbbf8b5c7de96d8ffa0eb5c158b3beafce084968e2ea8bb08c6794dcd0
199
14:28:23
# via
200
14:28:23
# jsonschema
201
14:28:23
# jsonschema-specifications
202
14:28:23
requests==2.32.3 \
203
14:28:23
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
204
14:28:23
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
205
14:28:23
# via pylilibet
206
14:28:23
rich==13.9.4 \
207
14:28:23
--hash=sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098 \
208
14:28:23
--hash=sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90
209
14:28:23
# via
210
14:28:23
# pylilibet
211
14:28:23
# typer
212
14:28:23
rpds-py==0.24.0 \
213
14:28:23
--hash=sha256:0aeb3329c1721c43c58cae274d7d2ca85c1690d89485d9c63a006cb79a85771a \
214
14:28:23
--hash=sha256:0e374c0ce0ca82e5b67cd61fb964077d40ec177dd2c4eda67dba130de09085c7 \
215
14:28:23
--hash=sha256:0f00c16e089282ad68a3820fd0c831c35d3194b7cdc31d6e469511d9bffc535c \
216
14:28:23
--hash=sha256:20f2712bd1cc26a3cc16c5a1bfee9ed1abc33d4cdf1aabd297fe0eb724df4272 \
217
14:28:23
--hash=sha256:2a0f156e9509cee987283abd2296ec816225145a13ed0391df8f71bf1d789e2d \
218
14:28:23
--hash=sha256:2b2356688e5d958c4d5cb964af865bea84db29971d3e563fb78e46e20fe1848b \
219
14:28:23
--hash=sha256:3d2d8e4508e15fc05b31285c4b00ddf2e0eb94259c2dc896771966a163122a0c \
220
14:28:23
--hash=sha256:3fab5f4a2c64a8fb64fc13b3d139848817a64d467dd6ed60dcdd6b479e7febc9 \
221
14:28:23
--hash=sha256:44d51febb7a114293ffd56c6cf4736cb31cd68c0fddd6aa303ed09ea5a48e029 \
222
14:28:23
--hash=sha256:528927e63a70b4d5f3f5ccc1fa988a35456eb5d15f804d276709c33fc2f19bda \
223
14:28:23
--hash=sha256:564c96b6076a98215af52f55efa90d8419cc2ef45d99e314fddefe816bc24f91 \
224
14:28:23
--hash=sha256:5f6e3cec44ba05ee5cbdebe92d052f69b63ae792e7d05f1020ac5e964394080c \
225
14:28:23
--hash=sha256:5fc13b44de6419d1e7a7e592a4885b323fbc2f46e1f22151e3a8ed3b8b920405 \
226
14:28:23
--hash=sha256:60d9b630c8025b9458a9d114e3af579a2c54bd32df601c4581bd054e85258143 \
227
14:28:23
--hash=sha256:675269d407a257b8c00a6b58205b72eec8231656506c56fd429d924ca00bb350 \
228
14:28:23
--hash=sha256:6a4a535013aeeef13c5532f802708cecae8d66c282babb5cd916379b72110cf7 \
229
14:28:23
--hash=sha256:6eea559077d29486c68218178ea946263b87f1c41ae7f996b1f30a983c476a5a \
230
14:28:23
--hash=sha256:75a810b7664c17f24bf2ffd7f92416c00ec84b49bb68e6a0d93e542406336b56 \
231
14:28:23
--hash=sha256:772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e \
232
14:28:23
--hash=sha256:78884d155fd15d9f64f5d6124b486f3d3f7fd7cd71a78e9670a0f6f6ca06fb2d \
233
14:28:23
--hash=sha256:8212ff58ac6dfde49946bea57474a386cca3f7706fc72c25b772b9ca4af6b79e \
234
14:28:23
--hash=sha256:823e74ab6fbaa028ec89615ff6acb409e90ff45580c45920d4dfdddb069f2120 \
235
14:28:23
--hash=sha256:84e0566f15cf4d769dade9b366b7b87c959be472c92dffb70462dd0844d7cbad \
236
14:28:23
--hash=sha256:8ebc7e65ca4b111d928b669713865f021b7773350eeac4a31d3e70144297baba \
237
14:28:23
--hash=sha256:9168764133fd919f8dcca2ead66de0105f4ef5659cbb4fa044f7014bed9a1797 \
238
14:28:23
--hash=sha256:951cc481c0c395c4a08639a469d53b7d4afa252529a085418b82a6b43c45c240 \
239
14:28:23
--hash=sha256:998c01b8e71cf051c28f5d6f1187abbdf5cf45fc0efce5da6c06447cba997034 \
240
14:28:23
--hash=sha256:9be4f99bee42ac107870c61dfdb294d912bf81c3c6d45538aad7aecab468b6b7 \
241
14:28:23
--hash=sha256:a18fc371e900a21d7392517c6f60fe859e802547309e94313cd8181ad9db004d \
242
14:28:23
--hash=sha256:a824d2c7a703ba6daaca848f9c3d5cb93af0505be505de70e7e66829affd676e \
243
14:28:23
--hash=sha256:aa6800adc8204ce898c8a424303969b7aa6a5e4ad2789c13f8648739830323b7 \
244
14:28:23
--hash=sha256:aad911555286884be1e427ef0dc0ba3929e6821cbeca2194b13dc415a462c7fd \
245
14:28:23
--hash=sha256:c347a20d79cedc0a7bd51c4d4b7dbc613ca4e65a756b5c3e57ec84bd43505b47 \
246
14:28:23
--hash=sha256:c61a2cb0085c8783906b2f8b1f16a7e65777823c7f4d0a6aaffe26dc0d358dd9 \
247
14:28:23
--hash=sha256:c9ca89938dff18828a328af41ffdf3902405a19f4131c88e22e776a8e228c5a8 \
248
14:28:23
--hash=sha256:d09dc82af2d3c17e7dd17120b202a79b578d79f2b5424bda209d9966efeed114 \
249
14:28:23
--hash=sha256:d69d003296df4840bd445a5d15fa5b6ff6ac40496f956a221c4d1f6f7b4bc4d9 \
250
14:28:23
--hash=sha256:d8551e733626afec514b5d15befabea0dd70a343a9f23322860c4f16a9430205 \
251
14:28:23
--hash=sha256:ed0ef550042a8dbcd657dfb284a8ee00f0ba269d3f2286b0493b15a5694f9fe8 \
252
14:28:23
--hash=sha256:f6016bd950be4dcd047b7475fdf55fb1e1f59fc7403f387be0e8123e4a576d30
253
14:28:23
# via
254
14:28:23
# jsonschema
255
14:28:23
# referencing
256
14:28:23
shellingham==1.5.4 \
257
14:28:23
--hash=sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686 \
258
14:28:23
--hash=sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de
259
14:28:23
# via typer
260
14:28:23
typer==0.15.2 \
261
14:28:23
--hash=sha256:46a499c6107d645a9c13f7ee46c5d5096cae6f5fc57dd11eccbbb9ae3e44ddfc \
262
14:28:23
--hash=sha256:ab2fab47533a813c49fe1f16b1a370fd5819099c00b119e0633df65f22144ba5
263
14:28:23
# via pylilibet
264
14:28:23
typing-extensions==4.13.0 \
265
14:28:23
--hash=sha256:0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b \
266
14:28:23
--hash=sha256:c8dd92cc0d6425a97c18fbb9d1954e5ff92c1ca881a309c45f06ebc0b79058e5
267
14:28:23
# via
268
14:28:23
# referencing
269
14:28:23
# typer
270
14:28:23
urllib3==2.3.0 \
271
14:28:23
--hash=sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df \
272
14:28:23
--hash=sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d
273
14:28:23
# via requests
274
14:28:23
275
14:28:23
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-55-35.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-3-axucium6&var-resolution=15&from=1765290502000&to=1765290502000
276
14:28:23
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-55-35.eu-central-1.compute.internal&var-resolution=15s&from=1765290502000&to=1765290502000
277
14:28:23
278
14:28:23
279
14:28:23
section_end:1765290503:step_script
280
14:28:23
+section_start:1765290503:upload_artifacts_on_success
281
14:28:23
+Uploading artifacts for successful job
282
14:28:23
Uploading artifacts...
283
14:28:23
requirements.txt: found 1 matching artifact files and directories
284
14:28:24
Uploading artifacts as "archive" to coordinator... 201 Created correlation_id=01KC1R6V4WSQDZ4MAJCBXJR0QS id=46308216 responseStatus=201 Created token=64_9B4V1y
285
14:28:24
286
14:28:24
section_end:1765290504:upload_artifacts_on_success
287
14:28:24
+section_start:1765290504:cleanup_file_variables
288
14:28:24
+Cleaning up project directory and file based variables
289
14:28:24
290
14:28:24
section_end:1765290504:cleanup_file_variables
291
14:28:24
+
292
14:28:24
Job succeeded
293