test-package_build ○ success
⏱
Duration: 20s
⏳
Queued: 2s
📁
Stage: test
🖥
Runner: linux-aws-1
Average Duration
28s
This job: 20s
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
143 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-dqnmc wRxjPbsJX, system ID: r_rbm7B2gpCnst
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 build
11
14:27:36
Using effective pull policy of [Always] for container helper
12
14:27:36
Using effective pull policy of [Always] for container init-permissions
13
14:27:37
section_end:1765290457:prepare_executor
14
14:27:37
+section_start:1765290457:prepare_script
15
14:27:37
+Preparing environment
16
14:27:37
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
17
14:27:37
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-558r8aoz to ip-10-0-38-72.eu-central-1.compute.internal
21
14:27:38
Normal Pulled Container image "gitlab/gitlab-runner-helper:x86_64-v18.5.0" already present on machine
22
14:27:38
Normal Created Created container: init-permissions
23
14:27:38
Normal Started Started container init-permissions
24
14:27:41
Normal Pulling Pulling image "registry.scandit.com/internal/gitlab-templates/sc-uv-example-dev:49e0bfeaf5cb1aaaa7f4a016ebe9954a38ecfd0eaa61c06c937fd6d079450a22"
25
14:27:50
Normal Pulled Successfully pulled image "registry.scandit.com/internal/gitlab-templates/sc-uv-example-dev:49e0bfeaf5cb1aaaa7f4a016ebe9954a38ecfd0eaa61c06c937fd6d079450a22" in 9.204s (9.204s including waiting). Image size: 115656053 bytes.
26
14:27:50
Normal Created Created container: build
27
14:27:50
Normal Started Started container build
28
14:27:50
Normal Pulled Container image "gitlab/gitlab-runner-helper:x86_64-v18.5.0" already present on machine
29
14:27:50
Normal Created Created container: helper
30
14:27:51
Normal Started Started container helper
31
14:27:53
Running on runner-wrxjpbsjx-project-621-concurrent-3-558r8aoz via gitlab-runner-linux-1-86d76d468c-dqnmc...
32
14:27:53
33
14:27:53
section_end:1765290473:prepare_script
34
14:27:53
+section_start:1765290473:get_sources
35
14:27:53
+Getting source from Git repository
36
14:27:53
Gitaly correlation ID: 01KC1R5DDC419VXZRRAS57QXZ9
37
14:27:53
Fetching changes with git depth set to 50...
38
14:27:53
Initialized empty Git repository in /build/internal/gitlab-templates/.git/
39
14:27:53
Created fresh repository.
40
14:27:54
Checking out 940006cc as detached HEAD (ref is refs/merge-requests/507/merge)...
41
14:27:54
42
14:27:54
Skipping Git submodules setup
43
14:27:54
44
14:27:54
section_end:1765290474:get_sources
45
14:27:54
+section_start:1765290474:step_script
46
14:27:54
+Executing "step_script" stage of the job script
47
14:27:55
section_start:1765290474:section_pre_build_script_0[hide_duration=true,collapsed=true]
$ function cleanup {
48
14:27:55
rv=$?
49
14:27:55
if [ $rv -ne 0 ]; then
50
14:27:55
echo ""
51
14:27:55
echo " Failure Cause Analysis might help, please open this link:"
52
14:27:55
echo " https://failure-cause-analysis.zrh.int.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
53
14:27:55
echo ""
54
14:27:55
fi
55
14:27:55
echo ""
56
14:27:55
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:27:55
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:27:55
echo ""
59
14:27:55
exit $rv
60
14:27:55
}
61
14:27:55
trap cleanup EXIT
62
14:27:55
echo "INFO: This is the CI job pre_build_script"
63
14:27:55
echo "INFO: It's defined in the backend/infra/aws repo."
64
14:27:55
echo "INFO: These additional Scandit variables are available to you:"
65
14:27:55
echo " SC_K8S_NODE_NAME: $SC_K8S_NODE_NAME"
66
14:27:55
echo " SC_K8S_IMAGE_ID: $SC_K8S_IMAGE_ID"
67
14:27:55
echo "cpu (r/l): ${SC_K8S_REQUESTS_CPU}/${SC_K8S_LIMITS_CPU}"
68
14:27:55
if command -v numfmt >/dev/null 2>&1; then
69
14:27:55
echo "memory (r/l): $(numfmt --to=iec --suffix=B $SC_K8S_REQUESTS_MEMORY)/$(numfmt --to=iec --suffix=B $SC_K8S_LIMITS_MEMORY)"
70
14:27:55
else
71
14:27:55
echo "memory (r/l): ${SC_K8S_REQUESTS_MEMORY}/${SC_K8S_LIMITS_MEMORY}"
72
14:27:55
fi
73
14:27:55
__start_time=${EPOCHSECONDS}
74
14:27:55
echo ""
75
14:27:55
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:27:55
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:27:55
echo ""
78
14:27:55
echo "Setting up credentials for Gitlab Python registries"
79
14:27:55
mkdir -p ~
80
14:27:55
echo "machine gitlab.scandit.com" > ~/.netrc
81
14:27:55
echo "login gitlab-ci-token" >> ~/.netrc
82
14:27:55
echo "password ${CI_JOB_TOKEN}" >> ~/.netrc
83
14:27:55
chmod 600 ~/.netrc
84
14:27:55
if command -v git &> /dev/null && [ "$(id -u)" -ne 0 ]; then
85
14:27:55
git config --global --add safe.directory $CI_PROJECT_DIR
86
14:27:55
fi
87
14:27:55
# Sonarqube server is running on the same cluster. Use internal address
88
14:27:55
export SONAR_HOST_URL="http://sonarqube.sonarqube.svc.cluster.local:9000"
89
14:27:55
section_end:1765290474:section_pre_build_script_0
90
14:27:55
INFO: This is the CI job pre_build_script
91
14:27:55
INFO: It's defined in the backend/infra/aws repo.
92
14:27:55
INFO: These additional Scandit variables are available to you:
93
14:27:55
SC_K8S_NODE_NAME: ip-10-0-38-72.eu-central-1.compute.internal
94
14:27:55
SC_K8S_IMAGE_ID:
95
14:27:55
cpu (r/l): 1/4
96
14:27:55
memory (r/l): 1.0GB/16GB
97
14:27:55
98
14:27: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-38-72.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-3-558r8aoz&var-resolution=15&from=1765290474000&to=now
99
14:27: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-38-72.eu-central-1.compute.internal&var-resolution=15s&from=1765290474000&to=now
100
14:27:55
101
14:27:55
Setting up credentials for Gitlab Python registries
102
14:27:55
section_start:1765290474:section_script_step_0[hide_duration=true,collapsed=true]
$ if [[ -n "${UV_PROJECT_DIR}" ]]; then
103
14:27:55
cd ${UV_PROJECT_DIR};
104
14:27:55
fi
105
14:27:55
section_end:1765290474:section_script_step_0
106
14:27:55
$ source ${UV_PROJECT_ENVIRONMENT}/bin/activate
107
14:27:55
$ uv sync --frozen ${UV_EXTRA_ARGS}
108
14:27:55
Audited 20 packages in 0.52ms
109
14:27:55
section_start:1765290475:section_script_step_3[hide_duration=true,collapsed=true]
$ if [[ -n "${PACKAGE_NAME}" ]]; then
110
14:27:55
# Setting the package name is optional.
111
14:27:55
# If it is not set, uv will build all packages.
112
14:27:55
extra_args="--package ${PACKAGE_NAME}"
113
14:27:55
# Find the pyproject.toml file for the specified package.
114
14:27:55
pyproject_path=$(grep -lR --exclude-dir='.*' --include='pyproject.toml' "name = \"${PACKAGE_NAME}\"" *)
115
14:27:55
else
116
14:27:55
# If the package name is not set, use the pyproject.toml in the project root.
117
14:27:55
pyproject_path=pyproject.toml
118
14:27:55
fi
119
14:27:55
section_end:1765290475:section_script_step_3
120
14:27:55
section_start:1765290475:section_script_step_4[hide_duration=true,collapsed=true]
$ if [[ -n "${PACKAGE_VERSION}" ]]; then
121
14:27:55
# Setting the package version is optional.
122
14:27:55
# There is no built-in versioning strategy in uv, so we need to set the version manually.
123
14:27:55
sed -i "s/^version = .*/version = \"${PACKAGE_VERSION}\"/" ${pyproject_path}
124
14:27:55
fi
125
14:27:55
section_end:1765290475:section_script_step_4
126
14:27:55
$ uv build ${extra_args}
127
14:27:55
Building source distribution...
128
14:27:56
Building wheel from source distribution...
129
14:27:56
Successfully built dist/sc_uv_package-0.1.1391811.tar.gz
130
14:27:56
Successfully built dist/sc_uv_package-0.1.1391811-py3-none-any.whl
131
14:27:56
132
14:27:56
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-38-72.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-3-558r8aoz&var-resolution=15&from=1765290474000&to=1765290476000
133
14:27:56
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-38-72.eu-central-1.compute.internal&var-resolution=15s&from=1765290474000&to=1765290476000
134
14:27:56
135
14:27:56
136
14:27:56
section_end:1765290476:step_script
137
14:27:56
+section_start:1765290476:cleanup_file_variables
138
14:27:56
+Cleaning up project directory and file based variables
139
14:27:57
140
14:27:57
section_end:1765290477:cleanup_file_variables
141
14:27:57
+
142
14:27:57
Job succeeded
143