test-package_build ○ success
⏱
Duration: 17s
⏳
Queued: 0s
📁
Stage: test
🖥
Runner: linux-2
Average Duration
28s
This job: 17s
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
167 lines
Match - of 0
1
22:29:45
Running with gitlab-runner 18.9.0 (07e534ba)
2
22:29:45
on gitlab-runner-linux-2-56dbcbf87d-9c6bn TC7X7l-mC, system ID: r_0DnPpZccWU8o
3
22:29:45
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_ENABLE_JOB_CLEANUP: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:29:45
Resolving secrets
5
22:29:45
section_start:1778279385:prepare_executor
6
22:29:45
+Preparing the "kubernetes" executor
7
22:29:45
Using Kubernetes namespace: gitlab-runner
8
22:29:45
Using Kubernetes executor with image registry.scandit.com/internal/gitlab-templates/sc-uv-example-dev:a0627644f5b19a5299950b9d06386a69ed2ca73d2843193725069ae656cd6167 ...
9
22:29:45
Using attach strategy to execute scripts...
10
22:29:45
Using effective pull policy of [Always] for container build
11
22:29:45
Using effective pull policy of [Always] for container helper
12
22:29:45
Using effective pull policy of [Always] for container init-permissions
13
22:29:45
section_end:1778279385:prepare_executor
14
22:29:45
+section_start:1778279385:prepare_script
15
22:29:45
+Preparing environment
16
22:29:45
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
17
22:29:45
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
22:29:45
Subscribing to Kubernetes Pod events...
19
22:29:45
Type Reason Message
20
22:29:45
Normal Scheduled Successfully assigned gitlab-runner/runner-tc7x7l-mc-project-621-concurrent-0-iomezfvw to ci7
21
22:29:46
Normal Pulled Container image "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-v18.9.0" already present on machine
22
22:29:46
Normal Created Created container: init-permissions
23
22:29:46
Normal Started Started container init-permissions
24
22:29:50
Normal Pulled Container image "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-v18.9.0" already present on machine
25
22:29:50
Normal Created Created container: helper
26
22:29:50
Normal Started Started container helper
27
22:29:50
Normal Pulling Pulling image "registry.scandit.com/internal/gitlab-templates/sc-uv-example-dev:a0627644f5b19a5299950b9d06386a69ed2ca73d2843193725069ae656cd6167"
28
22:29:56
Normal Pulled Successfully pulled image "registry.scandit.com/internal/gitlab-templates/sc-uv-example-dev:a0627644f5b19a5299950b9d06386a69ed2ca73d2843193725069ae656cd6167" in 5.118s (5.118s including waiting). Image size: 147841577 bytes.
29
22:29:56
Normal Created Created container: build
30
22:29:56
Normal Started Started container build
31
22:29:58
Running on runner-tc7x7l-mc-project-621-concurrent-0-iomezfvw via gitlab-runner-linux-2-56dbcbf87d-9c6bn...
32
22:29:58
33
22:29:58
section_end:1778279398:prepare_script
34
22:29:58
+section_start:1778279398:get_sources
35
22:29:58
+Getting source from Git repository
36
22:29:58
Gitaly correlation ID: 01KR4VC1EMV3219WMR5T7CB6WW
37
22:29:58
Fetching changes with git depth set to 50...
38
22:29:58
Initialized empty Git repository in /build/internal/gitlab-templates/.git/
39
22:29:58
Created fresh repository.
40
22:29:59
Checking out d5797a8b as detached HEAD (ref is refs/merge-requests/642/merge)...
41
22:29:59
42
22:29:59
Skipping Git submodules setup
43
22:29:59
44
22:29:59
section_end:1778279399:get_sources
45
22:29:59
+section_start:1778279399:step_script
46
22:29:59
+Executing "step_script" stage of the job script
47
22:30:00
section_start:1778279399:section_pre_build_script_0[hide_duration=true,collapsed=true]
$ function cleanup {
48
22:30:00
rv=$?
49
22:30:00
if [ $rv -ne 0 ]; then
50
22:30:00
echo ""
51
22:30:00
echo " Failure Cause Analysis might help, please open this link:"
52
22:30:00
echo " https://scout.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
53
22:30:00
echo ""
54
22:30:00
fi
55
22:30:00
echo ""
56
22:30:00
echo "Scout Analysis: https://scout.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
57
22:30:00
echo ""
58
22:30:00
echo ""
59
22:30:00
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"
60
22:30:00
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"
61
22:30:00
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%7C=%7Cgitlab-runner&var-filters=source%7C%3D%7C${LOKI_LOGSOURCE}&var-filters=namespace%7C%3D%7C${SC_K8S_NAMESPACE}&var-filters=CI_PROJECT_ID%7C%3D%7C${CI_PROJECT_ID}&var-filters=CI_PIPELINE_ID%7C%3D%7C${CI_PIPELINE_ID}&var-filters=CI_JOB_ID%7C%3D%7C${CI_JOB_ID}&sortOrder=Ascending&from=${__start_time}000&to=${EPOCHSECONDS}000"
62
22:30:00
__date_from=$(date -d "@$(( EPOCHSECONDS - 604800 ))" +%Y-%m-%d)
63
22:30:00
__date_to=$(date -d "@$(( EPOCHSECONDS + 604800 ))" +%Y-%m-%d)
64
22:30:00
echo "Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=${__date_from}~${__date_to}&job_name=${CI_JOB_NAME}&project=${CI_PROJECT_PATH}"
65
22:30:00
echo ""
66
22:30:00
exit $rv
67
22:30:00
}
68
22:30:00
trap cleanup EXIT
69
22:30:00
echo "INFO: This is the CI job pre_build_script"
70
22:30:00
echo "INFO: It's defined in the backend/infra/onprem/k8s repo."
71
22:30:00
echo "INFO: These additional Scandit variables are available to you:"
72
22:30:00
echo " SC_K8S_NODE_NAME: $SC_K8S_NODE_NAME"
73
22:30:00
echo " SC_K8S_IMAGE_ID: $SC_K8S_IMAGE_ID"
74
22:30:00
echo " SC_K8S_KYVERNO_PATCHES: |"
75
22:30:00
echo "$SC_K8S_KYVERNO_PATCHES" | sed 's/^/ /'
76
22:30:00
echo "cpu (r/l): ${SC_K8S_REQUESTS_CPU}/${SC_K8S_LIMITS_CPU}"
77
22:30:00
if command -v numfmt >/dev/null 2>&1; then
78
22:30:00
echo "memory (r/l): $(numfmt --to=iec --suffix=B $SC_K8S_REQUESTS_MEMORY)/$(numfmt --to=iec --suffix=B $SC_K8S_LIMITS_MEMORY)"
79
22:30:00
else
80
22:30:00
echo "memory (r/l): ${SC_K8S_REQUESTS_MEMORY}/${SC_K8S_LIMITS_MEMORY}"
81
22:30:00
fi
82
22:30:00
__start_time=${EPOCHSECONDS}
83
22:30:00
echo ""
84
22:30:00
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
22:30:00
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
22:30:00
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%7C%3D%7Cgitlab-runner&var-filters=source%7C%3D%7C${LOKI_LOGSOURCE}&var-filters=namespace%7C%3D%7C${SC_K8S_NAMESPACE}&var-filters=CI_PROJECT_ID%7C%3D%7C${CI_PROJECT_ID}&var-filters=CI_PIPELINE_ID%7C%3D%7C${CI_PIPELINE_ID}&var-filters=CI_JOB_ID%7C%3D%7C${CI_JOB_ID}&sortOrder=Ascending&from=${__start_time}000&to=now"
87
22:30:00
__date_from=$(date -d "@$(( EPOCHSECONDS - 604800 ))" +%Y-%m-%d)
88
22:30:00
__date_to=$(date -d "@$(( EPOCHSECONDS + 604800 ))" +%Y-%m-%d)
89
22:30:00
echo "Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=${__date_from}~${__date_to}&job_name=${CI_JOB_NAME}&project=${CI_PROJECT_PATH}"
90
22:30:00
echo ""
91
22:30:00
echo "Setting up credentials for Gitlab Python registries"
92
22:30:00
mkdir -p ~
93
22:30:00
echo "machine gitlab.scandit.com" > ~/.netrc
94
22:30:00
echo "login gitlab-ci-token" >> ~/.netrc
95
22:30:00
echo "password ${CI_JOB_TOKEN}" >> ~/.netrc
96
22:30:00
chmod 600 ~/.netrc
97
22:30:00
if command -v git &> /dev/null && [ "$(id -u)" -ne 0 ]; then
98
22:30:00
git config --global --add safe.directory $CI_PROJECT_DIR
99
22:30:00
fi
100
22:30:00
sleep infinity &
101
22:30:00
echo $! > ~/.bg_pid
102
22:30:00
section_end:1778279399:section_pre_build_script_0
103
22:30:00
INFO: This is the CI job pre_build_script
104
22:30:00
INFO: It's defined in the backend/infra/onprem/k8s repo.
105
22:30:00
INFO: These additional Scandit variables are available to you:
106
22:30:00
SC_K8S_NODE_NAME: ci7
107
22:30:00
SC_K8S_IMAGE_ID:
108
22:30:00
SC_K8S_KYVERNO_PATCHES: |
109
22:30:00
110
22:30:00
cpu (r/l): 1/8
111
22:30:00
memory (r/l): 1.0GB/16GB
112
22:30:00
113
22:30:00
Grafana Pod-View: https://grafana.scandit.com/d/k8s_views_pods/kubernetes-views-pods?orgId=1&refresh=1m&var-datasource=KpIiby5Vz&var-host=ci7&var-namespace=gitlab-runner&var-pod=runner-tc7x7l-mc-project-621-concurrent-0-iomezfvw&var-resolution=15&from=1778279399000&to=now
114
22:30:00
Grafana Node-View: https://grafana.scandit.com/d/k8s_views_nodes/kubernetes-views-nodes?orgId=1&refresh=1m&var-datasource=KpIiby5Vz&var-node=ci7&var-resolution=15s&from=1778279399000&to=now
115
22:30:00
Loki Logs: https://grafana.scandit.com/a/grafana-lokiexplore-app/explore/log_group/gitlab-runner/logs?var-ds=nVsAo7UVk&var-filters=log_group%7C%3D%7Cgitlab-runner&var-filters=source%7C%3D%7Czrh.int.scandit.io&var-filters=namespace%7C%3D%7Cgitlab-runner&var-filters=CI_PROJECT_ID%7C%3D%7C621&var-filters=CI_PIPELINE_ID%7C%3D%7C1586735&var-filters=CI_JOB_ID%7C%3D%7C54740793&sortOrder=Ascending&from=1778279399000&to=now
116
22:30:00
Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=2026-05-02~2026-05-16&job_name=test-package_build&project=internal/gitlab-templates
117
22:30:00
118
22:30:00
Setting up credentials for Gitlab Python registries
119
22:30:00
section_start:1778279399:section_script_step_0[hide_duration=true,collapsed=true]
$ if [[ -n "${UV_PROJECT_DIR}" ]]; then
120
22:30:00
cd ${UV_PROJECT_DIR};
121
22:30:00
fi
122
22:30:00
section_end:1778279399:section_script_step_0
123
22:30:00
$ source ${UV_PROJECT_ENVIRONMENT}/bin/activate
124
22:30:00
$ uv sync --frozen ${UV_EXTRA_ARGS}
125
22:30:00
Checked 22 packages in 0.58ms
126
22:30:00
section_start:1778279400:section_script_step_3[hide_duration=true,collapsed=true]
$ if [[ -n "${PACKAGE_NAME}" ]]; then
127
22:30:00
# Setting the package name is optional.
128
22:30:00
# If it is not set, uv will build all packages.
129
22:30:00
extra_args="--package ${PACKAGE_NAME}"
130
22:30:00
# Find the pyproject.toml file for the specified package.
131
22:30:00
pyproject_path=$(grep -lR --exclude-dir='.*' --include='pyproject.toml' "name = \"${PACKAGE_NAME}\"" *)
132
22:30:00
else
133
22:30:00
# If the package name is not set, use the pyproject.toml in the project root.
134
22:30:00
pyproject_path=pyproject.toml
135
22:30:00
fi
136
22:30:00
section_end:1778279400:section_script_step_3
137
22:30:00
section_start:1778279400:section_script_step_4[hide_duration=true,collapsed=true]
$ if [[ -n "${PACKAGE_VERSION}" ]]; then
138
22:30:00
# Setting the package version is optional.
139
22:30:00
# There is no built-in versioning strategy in uv, so we need to set the version manually.
140
22:30:00
sed -i "s/^version = .*/version = \"${PACKAGE_VERSION}\"/" ${pyproject_path}
141
22:30:00
fi
142
22:30:00
section_end:1778279400:section_script_step_4
143
22:30:00
$ uv build ${extra_args}
144
22:30:00
Building source distribution...
145
22:30:01
Building wheel from source distribution...
146
22:30:01
Successfully built dist/sc_uv_package-0.1.1586735.tar.gz
147
22:30:01
Successfully built dist/sc_uv_package-0.1.1586735-py3-none-any.whl
148
22:30:01
149
22:30:01
Scout Analysis: https://scout.scandit.io/analysis/projects/621/jobs/54740793
150
22:30:01
151
22:30:01
152
22:30:01
Grafana Pod-View: https://grafana.scandit.com/d/k8s_views_pods/kubernetes-views-pods?orgId=1&refresh=1m&var-datasource=KpIiby5Vz&var-host=ci7&var-namespace=gitlab-runner&var-pod=runner-tc7x7l-mc-project-621-concurrent-0-iomezfvw&var-resolution=15&from=1778279399000&to=1778279401000
153
22:30:01
Grafana Node-View: https://grafana.scandit.com/d/k8s_views_nodes/kubernetes-views-nodes?orgId=1&refresh=1m&var-datasource=KpIiby5Vz&var-node=ci7&var-resolution=15s&from=1778279399000&to=1778279401000
154
22:30:01
Loki Logs: https://grafana.scandit.com/a/grafana-lokiexplore-app/explore/log_group/gitlab-runner/logs?var-ds=nVsAo7UVk&var-filters=log_group%7C=%7Cgitlab-runner&var-filters=source%7C%3D%7Czrh.int.scandit.io&var-filters=namespace%7C%3D%7Cgitlab-runner&var-filters=CI_PROJECT_ID%7C%3D%7C621&var-filters=CI_PIPELINE_ID%7C%3D%7C1586735&var-filters=CI_JOB_ID%7C%3D%7C54740793&sortOrder=Ascending&from=1778279399000&to=1778279401000
155
22:30:01
Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=2026-05-02~2026-05-16&job_name=test-package_build&project=internal/gitlab-templates
156
22:30:01
157
22:30:01
158
22:30:01
section_end:1778279401:step_script
159
22:30:01
+section_start:1778279401:cleanup_file_variables
160
22:30:01
+Cleaning up project directory and file based variables
161
22:30:02
Removing sc-uv-example/dist/
162
22:30:02
HEAD is now at d5797a8 Merge branch 'renovate/docker-digests' into 'master'
163
22:30:02
164
22:30:02
section_end:1778279402:cleanup_file_variables
165
22:30:02
+
166
22:30:02
Job succeeded
167