sonarqube ○ success
⏱
Duration: 36s
⏳
Queued: 0s
📁
Stage: test
🖥
Runner: linux-aws-1
Average Duration
39s
This job: 36s
Failure Rate
3.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
363 lines
Match - of 0
1
22:42:40
Running with gitlab-runner 18.9.0 (07e534ba)
2
22:42:40
on gitlab-runner-linux-1-746bdd58fd-g6h2l wRxjPbsJX, system ID: r_gS4SXEKiis12
3
22:42:40
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:42:40
Resolving secrets
5
22:42:40
section_start:1778020960:prepare_executor
6
22:42:40
+Preparing the "kubernetes" executor
7
22:42:40
Using Kubernetes namespace: gitlab-runner
8
22:42:40
Using Kubernetes executor with image registry.scandit.com/dockerfiles/sonar-scanner/sonar-scanner-cli:11.5 ...
9
22:42:40
Using attach strategy to execute scripts...
10
22:42:40
Using effective pull policy of [Always] for container build
11
22:42:40
Using effective pull policy of [Always] for container helper
12
22:42:40
Using effective pull policy of [Always] for container init-permissions
13
22:42:40
section_end:1778020960:prepare_executor
14
22:42:40
+section_start:1778020960:prepare_script
15
22:42:40
+Preparing environment
16
22:42:40
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
17
22:42:40
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:42:41
Subscribing to Kubernetes Pod events...
19
22:42:41
Type Reason Message
20
22:42:41
Normal Scheduled Successfully assigned gitlab-runner/runner-wrxjpbsjx-project-621-concurrent-3-b4v8md60 to ip-10-0-27-85.eu-central-1.compute.internal
21
22:42:41
Normal Pulled Container image "gitlab/gitlab-runner-helper:x86_64-v18.8.0" already present on machine
22
22:42:41
Normal Created Created container: init-permissions
23
22:42:41
Normal Started Started container init-permissions
24
22:42:42
Normal Pulling Pulling image "498954711405.dkr.ecr.eu-central-1.amazonaws.com/dockerfiles/sonar-scanner/sonar-scanner-cli@sha256:db212c6dce199bef82fc7d08e2d825c0cdc746ca8da9140143d40c900f6ae1fd"
25
22:42:57
Normal Pulled Successfully pulled image "498954711405.dkr.ecr.eu-central-1.amazonaws.com/dockerfiles/sonar-scanner/sonar-scanner-cli@sha256:db212c6dce199bef82fc7d08e2d825c0cdc746ca8da9140143d40c900f6ae1fd" in 14.791s (14.791s including waiting). Image size: 758771940 bytes.
26
22:42:57
Normal Created Created container: build
27
22:42:57
Normal Started Started container build
28
22:42:57
Normal Pulled Container image "gitlab/gitlab-runner-helper:x86_64-v18.8.0" already present on machine
29
22:42:58
Normal Created Created container: helper
30
22:42:58
Normal Started Started container helper
31
22:43:03
Running on runner-wrxjpbsjx-project-621-concurrent-3-b4v8md60 via gitlab-runner-linux-1-746bdd58fd-g6h2l...
32
22:43:03
33
22:43:03
section_end:1778020983:prepare_script
34
22:43:03
+section_start:1778020983:get_sources
35
22:43:03
+Getting source from Git repository
36
22:43:03
Gitaly correlation ID: 01KQX4XHPPVYHQVRK7RCCDWEKJ
37
22:43:03
Fetching changes...
38
22:43:03
Initialized empty Git repository in /build/internal/gitlab-templates/.git/
39
22:43:03
Created fresh repository.
40
22:43:04
Checking out cbfa818c as detached HEAD (ref is master)...
41
22:43:04
42
22:43:04
Skipping Git submodules setup
43
22:43:04
44
22:43:04
section_end:1778020984:get_sources
45
22:43:04
+section_start:1778020984:restore_cache
46
22:43:04
+Restoring cache
47
22:43:04
Checking cache for sonarqube-1-protected...
48
22:43:04
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted.
49
22:43:04
WARNING: Cache file does not exist
50
22:43:04
Failed to extract cache
51
22:43:04
Removing .sonar/cache
52
22:43:04
53
22:43:04
section_end:1778020984:restore_cache
54
22:43:04
+section_start:1778020984:step_script
55
22:43:04
+Executing "step_script" stage of the job script
56
22:43:05
section_start:1778020985:section_pre_build_script_0[hide_duration=true,collapsed=true]
$ function cleanup {
57
22:43:05
rv=$?
58
22:43:05
if [ $rv -ne 0 ]; then
59
22:43:05
echo ""
60
22:43:05
echo " Failure Cause Analysis might help, please open this link:"
61
22:43:05
echo " https://scout.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
62
22:43:05
echo ""
63
22:43:05
fi
64
22:43:05
echo ""
65
22:43:05
echo "Scout Analysis: https://scout.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
66
22:43:05
echo ""
67
22:43:05
echo ""
68
22:43:05
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"
69
22:43:05
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"
70
22:43:05
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"
71
22:43:05
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}"
72
22:43:05
echo ""
73
22:43:05
exit $rv
74
22:43:05
}
75
22:43:05
trap cleanup EXIT
76
22:43:05
echo "INFO: This is the CI job pre_build_script"
77
22:43:05
echo "INFO: It's defined in the backend/infra/aws repo."
78
22:43:05
echo "INFO: These additional Scandit variables are available to you:"
79
22:43:05
echo " SC_K8S_NODE_NAME: $SC_K8S_NODE_NAME"
80
22:43:05
echo " SC_K8S_IMAGE_ID: $SC_K8S_IMAGE_ID"
81
22:43:05
echo " SC_K8S_KYVERNO_PATCHES: |"
82
22:43:05
echo "$SC_K8S_KYVERNO_PATCHES" | sed 's/^/ /'
83
22:43:05
echo "cpu (r/l): ${SC_K8S_REQUESTS_CPU}/${SC_K8S_LIMITS_CPU}"
84
22:43:05
if command -v numfmt >/dev/null 2>&1; then
85
22:43:05
echo "memory (r/l): $(numfmt --to=iec --suffix=B $SC_K8S_REQUESTS_MEMORY)/$(numfmt --to=iec --suffix=B $SC_K8S_LIMITS_MEMORY)"
86
22:43:05
else
87
22:43:05
echo "memory (r/l): ${SC_K8S_REQUESTS_MEMORY}/${SC_K8S_LIMITS_MEMORY}"
88
22:43:05
fi
89
22:43:05
__start_time=${EPOCHSECONDS}
90
22:43:05
echo ""
91
22:43:05
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"
92
22:43:05
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"
93
22:43:05
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"
94
22:43:05
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}"
95
22:43:05
echo ""
96
22:43:05
echo "Setting up credentials for Gitlab Python registries"
97
22:43:05
mkdir -p ~
98
22:43:05
echo "machine gitlab.scandit.com" > ~/.netrc
99
22:43:05
echo "login gitlab-ci-token" >> ~/.netrc
100
22:43:05
echo "password ${CI_JOB_TOKEN}" >> ~/.netrc
101
22:43:05
chmod 600 ~/.netrc
102
22:43:05
if command -v git &> /dev/null && [ "$(id -u)" -ne 0 ]; then
103
22:43:05
git config --global --add safe.directory $CI_PROJECT_DIR
104
22:43:05
fi
105
22:43:05
# Sonarqube server is running on the same cluster. Use internal address
106
22:43:05
export SONAR_HOST_URL="http://sonarqube.sonarqube.svc.cluster.local:9000"
107
22:43:05
section_end:1778020985:section_pre_build_script_0
108
22:43:05
INFO: This is the CI job pre_build_script
109
22:43:05
INFO: It's defined in the backend/infra/aws repo.
110
22:43:05
INFO: These additional Scandit variables are available to you:
111
22:43:05
SC_K8S_NODE_NAME: ip-10-0-27-85.eu-central-1.compute.internal
112
22:43:05
SC_K8S_IMAGE_ID:
113
22:43:05
SC_K8S_KYVERNO_PATCHES: |
114
22:43:05
115
22:43:05
cpu (r/l): 1/4
116
22:43:05
memory (r/l): 1.0GB/16GB
117
22:43:05
118
22:43:05
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-27-85.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-3-b4v8md60&var-resolution=15&from=1778020985000&to=now
119
22:43:05
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-27-85.eu-central-1.compute.internal&var-resolution=15s&from=1778020985000&to=now
120
22:43:05
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|=|1580358&var-filters=CI_JOB_ID|=|54442934&sortOrder=Ascending&from=1778020985000&to=now
121
22:43:05
Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=2026-04-28~2026-05-12&job_name=sonarqube&project=internal/gitlab-templates
122
22:43:05
123
22:43:05
Setting up credentials for Gitlab Python registries
124
22:43:05
$ echo "SonarQube token configured via $SONAR_TOKEN_SOURCE"
125
22:43:05
SonarQube token configured via CI/CD Variables
126
22:43:05
$ test -n "$SONAR_TOKEN" || (echo "No SONAR_TOKEN defined. You have to provide a valid token for accessing SonarQube."; false)
127
22:43:05
$ sonar-scanner -Dsonar.token=$SONAR_TOKEN ${SONAR_PROJECT_KEY:+-Dsonar.projectKey=$SONAR_PROJECT_KEY} ${SONAR_PROJECT_NAME:+-Dsonar.projectName=$SONAR_PROJECT_NAME} ${SONAR_PROJECT_BASE_DIR:+-Dsonar.projectBaseDir=$SONAR_PROJECT_BASE_DIR} ${SONAR_QUALITY_GATE_ENABLED:+-Dsonar.qualitygate.wait=$SONAR_QUALITY_GATE_ENABLED} ${SONAR_QUALITY_GATE_TIMEOUT:+-Dsonar.qualitygate.timeout=$SONAR_QUALITY_GATE_TIMEOUT} -Dsonar.links.homepage=${CI_PROJECT_URL} -Dsonar.links.ci=${CI_PROJECT_URL}/-/pipelines $SONAR_EXTRA_ARGUMENTS
128
22:43:05
22:43:05.384 INFO Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties
129
22:43:05
22:43:05.387 INFO Project root configuration file: NONE
130
22:43:05
22:43:05.399 INFO SonarScanner CLI 7.3.0.5189
131
22:43:05
22:43:05.400 INFO Linux 6.12.73 amd64
132
22:43:06
22:43:06.108 INFO Communicating with SonarQube Server 2026.1.2.121356
133
22:43:06
22:43:06.109 INFO JRE provisioning: os[linux], arch[x86_64]
134
22:43:07
22:43:07.607 INFO Starting SonarScanner Engine...
135
22:43:07
22:43:07.608 INFO Java 21.0.9 Eclipse Adoptium (64-bit)
136
22:43:08
22:43:08.592 INFO Load global settings
137
22:43:08
22:43:08.667 INFO Load global settings (done) | time=75ms
138
22:43:08
22:43:08.669 INFO Server id: 67D56224-AWvmRCRfNOyX3d9aiYr-
139
22:43:08
22:43:08.676 INFO Loading required plugins
140
22:43:08
22:43:08.677 INFO Load plugins index
141
22:43:08
22:43:08.690 INFO Load plugins index (done) | time=14ms
142
22:43:08
22:43:08.690 INFO Load/download plugins
143
22:43:09
22:43:08.982 INFO Load/download plugins (done) | time=292ms
144
22:43:09
22:43:09.043 INFO Loaded core extensions: developer-scanner, server-common
145
22:43:09
22:43:09.229 INFO Process project properties
146
22:43:09
22:43:09.230 INFO Process project properties (done) | time=1ms
147
22:43:09
22:43:09.236 INFO Project key: internal-gitlab-templates
148
22:43:09
22:43:09.237 INFO Base dir: /build/internal/gitlab-templates
149
22:43:09
22:43:09.237 INFO Working dir: /build/internal/gitlab-templates/.scannerwork
150
22:43:09
22:43:09.242 INFO Load project settings for component key: 'internal-gitlab-templates'
151
22:43:09
22:43:09.264 INFO Load project settings for component key: 'internal-gitlab-templates' (done) | time=22ms
152
22:43:09
22:43:09.280 INFO Load project branches
153
22:43:09
22:43:09.302 INFO Load project branches (done) | time=22ms
154
22:43:09
22:43:09.303 INFO Load branch configuration
155
22:43:09
22:43:09.304 INFO Detected branch/PR in 'GitLab'
156
22:43:09
22:43:09.304 INFO Auto-configuring branch 'master'
157
22:43:09
22:43:09.305 INFO Load branch configuration (done) | time=1ms
158
22:43:09
22:43:09.313 INFO Load quality profiles
159
22:43:09
22:43:09.365 INFO Load quality profiles (done) | time=53ms
160
22:43:09
22:43:09.371 INFO Auto-configuring with CI 'Gitlab CI'
161
22:43:09
22:43:09.394 INFO Load active rules
162
22:43:09
22:43:09.676 INFO Load active rules (done) | time=282ms
163
22:43:09
22:43:09.681 INFO Load analysis cache
164
22:43:09
22:43:09.697 INFO Load analysis cache (3.3 kB) | time=16ms
165
22:43:09
22:43:09.862 INFO Branch name: master
166
22:43:09
22:43:09.875 INFO Preprocessing files...
167
22:43:10
22:43:09.965 INFO 3 languages detected in 70 preprocessed files (done) | time=89ms
168
22:43:10
22:43:09.965 INFO 216 files ignored because of scm ignore settings
169
22:43:10
22:43:09.966 INFO Loading plugins for detected languages
170
22:43:10
22:43:09.967 INFO Load/download plugins
171
22:43:10
22:43:10.816 INFO Load/download plugins (done) | time=849ms
172
22:43:11
22:43:11.045 INFO Load project repositories
173
22:43:11
22:43:11.130 INFO Load project repositories (done) | time=86ms
174
22:43:11
22:43:11.146 INFO Indexing files...
175
22:43:11
22:43:11.146 INFO Project configuration:
176
22:43:11
22:43:11.163 INFO 70 files indexed (done) | time=16ms
177
22:43:11
22:43:11.164 INFO Quality profile for json: Sonar way
178
22:43:11
22:43:11.164 INFO Quality profile for py: Scandit way
179
22:43:11
22:43:11.164 INFO Quality profile for yaml: Sonar way
180
22:43:11
22:43:11.164 INFO ------------- Run sensors on module internal/gitlab-templates
181
22:43:11
22:43:11.204 INFO Load metrics repository
182
22:43:11
22:43:11.221 INFO Load metrics repository (done) | time=17ms
183
22:43:11
22:43:11.715 WARN Failed to initialize bash parser. This may happen on unsupported platforms or when the user home directory does not exist.
184
22:43:11
22:43:11.808 INFO Sensor Python Sensor [python]
185
22:43:11
22:43:11.811 WARN Your code is analyzed as compatible with all Python 3 versions by default. You can get a more precise analysis by setting the exact Python version in your configuration via the parameter "sonar.python.version"
186
22:43:12
22:43:11.943 INFO Starting global symbols computation
187
22:43:12
22:43:11.946 INFO 8 source files to be analyzed
188
22:43:12
22:43:12.160 INFO 8/8 source files have been analyzed
189
22:43:12
22:43:12.162 INFO Finished step global symbols computation in 217ms
190
22:43:12
22:43:12.176 INFO Starting rules execution
191
22:43:12
22:43:12.177 INFO 8 source files to be analyzed
192
22:43:12
22:43:12.756 INFO 8/8 source files have been analyzed
193
22:43:12
22:43:12.756 INFO Finished step rules execution in 579ms
194
22:43:12
22:43:12.756 INFO The Python analyzer was able to leverage cached data from previous analyses for 0 out of 8 files. These files were not parsed.
195
22:43:12
22:43:12.757 INFO Sensor Python Sensor [python] (done) | time=950ms
196
22:43:12
22:43:12.757 INFO Sensor Cobertura Sensor for Python coverage [python]
197
22:43:12
22:43:12.772 INFO Sensor Cobertura Sensor for Python coverage [python] (done) | time=15ms
198
22:43:12
22:43:12.772 INFO Sensor PythonXUnitSensor [python]
199
22:43:12
22:43:12.785 INFO Sensor PythonXUnitSensor [python] (done) | time=13ms
200
22:43:12
22:43:12.785 INFO Sensor Python Dependency Sensor [python]
201
22:43:13
22:43:12.943 INFO Sensor Python Dependency Sensor [python] (done) | time=158ms
202
22:43:13
22:43:12.944 INFO Sensor Python HTML templates processing [securitypythonfrontend]
203
22:43:13
22:43:12.953 INFO Sensor Python HTML templates processing [securitypythonfrontend] (done) | time=10ms
204
22:43:13
22:43:12.953 INFO Sensor IaC CloudFormation Sensor [iac]
205
22:43:13
22:43:12.957 INFO There are no files to be analyzed for the CloudFormation language
206
22:43:13
22:43:12.958 INFO Sensor IaC CloudFormation Sensor [iac] (done) | time=4ms
207
22:43:13
22:43:12.958 INFO Sensor IaC cfn-lint report Sensor [iac]
208
22:43:13
22:43:12.958 INFO Sensor IaC cfn-lint report Sensor [iac] (done) | time=1ms
209
22:43:13
22:43:12.958 INFO Sensor IaC Kubernetes Sensor [iac]
210
22:43:13
22:43:13.008 INFO There are no files to be analyzed for the Kubernetes language
211
22:43:13
22:43:13.008 INFO Sensor IaC Kubernetes Sensor [iac] (done) | time=49ms
212
22:43:13
22:43:13.008 INFO Sensor IaC hadolint report Sensor [iac]
213
22:43:13
22:43:13.008 INFO Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
214
22:43:13
22:43:13.008 INFO Sensor Java Config Sensor [iac]
215
22:43:13
22:43:13.009 INFO There are no files to be analyzed for the Java language
216
22:43:13
22:43:13.009 INFO Sensor Java Config Sensor [iac] (done) | time=2ms
217
22:43:13
22:43:13.010 INFO Sensor IaC Docker Sensor [iac]
218
22:43:13
22:43:13.065 INFO 9 source files to be analyzed
219
22:43:13
22:43:13.152 INFO 9/9 source files have been analyzed
220
22:43:13
22:43:13.152 INFO Sensor IaC Docker Sensor [iac] (done) | time=143ms
221
22:43:13
22:43:13.153 INFO Sensor IaC Ansible Sensor [iac]
222
22:43:13
22:43:13.155 INFO There are no files to be analyzed for the Ansible language
223
22:43:13
22:43:13.155 INFO Sensor IaC Ansible Sensor [iac] (done) | time=3ms
224
22:43:13
22:43:13.155 INFO Sensor IaC ansible-lint report Sensor [iac]
225
22:43:13
22:43:13.159 INFO Sensor IaC ansible-lint report Sensor [iac] (done) | time=4ms
226
22:43:13
22:43:13.159 INFO Sensor IaC GitHub Actions Sensor [iac]
227
22:43:13
22:43:13.159 INFO There are no files to be analyzed for the GitHub Actions language
228
22:43:13
22:43:13.159 INFO Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
229
22:43:13
22:43:13.160 INFO Sensor IaC Shell Sensor [iac]
230
22:43:13
22:43:13.160 INFO Shell analysis will be skipped because the parser could not be initialized.
231
22:43:13
22:43:13.160 INFO Sensor IaC Shell Sensor [iac] (done) | time=0ms
232
22:43:13
22:43:13.160 INFO Sensor JavaScript inside YAML analysis [javascript]
233
22:43:13
22:43:13.163 INFO No input files found for analysis
234
22:43:13
22:43:13.164 INFO Hit the cache for 0 out of 0
235
22:43:13
22:43:13.164 INFO Miss the cache for 0 out of 0
236
22:43:13
22:43:13.164 INFO Sensor JavaScript inside YAML analysis [javascript] (done) | time=5ms
237
22:43:13
22:43:13.164 INFO Sensor CSS Rules [javascript]
238
22:43:13
22:43:13.164 INFO No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
239
22:43:13
22:43:13.164 INFO Sensor CSS Rules [javascript] (done) | time=0ms
240
22:43:13
22:43:13.165 INFO Sensor IaC YAML Sensor [iac]
241
22:43:13
22:43:13.165 INFO Sensor IaC YAML Sensor [iac] (done) | time=0ms
242
22:43:13
22:43:13.165 INFO Sensor Serverless configuration file sensor [security]
243
22:43:13
22:43:13.165 INFO 0 Serverless function entries were found in the project
244
22:43:13
22:43:13.166 INFO 0 Serverless function handlers were kept as entrypoints
245
22:43:13
22:43:13.166 INFO Sensor Serverless configuration file sensor [security] (done) | time=2ms
246
22:43:13
22:43:13.167 INFO Sensor AWS SAM template file sensor [security]
247
22:43:13
22:43:13.168 INFO Sensor AWS SAM template file sensor [security] (done) | time=1ms
248
22:43:13
22:43:13.168 INFO Sensor EnterpriseTextAndSecretsSensor [textenterprise]
249
22:43:13
22:43:13.175 INFO Available processors: 4
250
22:43:13
22:43:13.175 INFO Using 4 threads for analysis.
251
22:43:13
22:43:13.405 INFO The property "sonar.tests" is not set. To improve the analysis accuracy, we categorize a file as a test file if any of the following is true:
252
22:43:13
* The filename starts with "test"
253
22:43:13
* The filename contains "test." or "tests."
254
22:43:13
* Any directory in the file path is named: "doc", "docs", "test", "tests", "mock" or "mocks"
255
22:43:13
* Any directory in the file path has a name ending in "test" or "tests"
256
22:43:13
257
22:43:13
22:43:13.445 INFO Start fetching files for the text and secrets analysis
258
22:43:13
22:43:13.449 INFO Using Git CLI to retrieve dirty files
259
22:43:13
22:43:13.462 INFO Retrieving language associated files and files included via "sonar.text.inclusions" that are tracked by git
260
22:43:13
22:43:13.464 INFO Starting the text and secrets analysis
261
22:43:13
22:43:13.465 INFO 43 source files to be analyzed for the text and secrets analysis
262
22:43:13
22:43:13.663 INFO 43/43 source files have been analyzed for the text and secrets analysis
263
22:43:13
22:43:13.665 INFO Start fetching files for the binary file analysis
264
22:43:13
22:43:13.665 INFO There are no files to be analyzed for the binary file analysis
265
22:43:13
22:43:13.666 INFO Sensor EnterpriseTextAndSecretsSensor [textenterprise] (done) | time=498ms
266
22:43:13
22:43:13.666 INFO Sensor javabugs [dbd]
267
22:43:13
22:43:13.670 INFO No IR files have been included for analysis.
268
22:43:13
22:43:13.670 INFO Sensor javabugs [dbd] (done) | time=5ms
269
22:43:13
22:43:13.671 INFO Sensor pythonbugs [dbd]
270
22:43:13
22:43:13.671 INFO No IR files have been included for analysis.
271
22:43:13
22:43:13.671 INFO Sensor pythonbugs [dbd] (done) | time=1ms
272
22:43:13
22:43:13.671 INFO Sensor PythonSecuritySensor [security]
273
22:43:13
22:43:13.674 INFO 15 taint analysis rules enabled.
274
22:43:13
22:43:13.899 INFO Analyzing 1207 UCFGs to detect vulnerabilities.
275
22:43:14
22:43:14.140 INFO No entry points found.
276
22:43:14
22:43:14.142 INFO python security sensor: Begin: 2026-05-05T22:43:13.672715183Z, End: 2026-05-05T22:43:14.141529093Z, Duration: 00:00:00.468
277
22:43:14
Load type hierarchy and UCFGs: Begin: 2026-05-05T22:43:13.675064521Z, End: 2026-05-05T22:43:13.898572809Z, Duration: 00:00:00.223
278
22:43:14
Load type hierarchy: Begin: 2026-05-05T22:43:13.675074281Z, End: 2026-05-05T22:43:13.718393343Z, Duration: 00:00:00.043
279
22:43:14
Load UCFGs: Begin: 2026-05-05T22:43:13.718502025Z, End: 2026-05-05T22:43:13.898531068Z, Duration: 00:00:00.180
280
22:43:14
Check cache: Begin: 2026-05-05T22:43:13.898684841Z, End: 2026-05-05T22:43:13.899111690Z, Duration: 00:00:00.000
281
22:43:14
Load cache: Begin: 2026-05-05T22:43:13.898863715Z, End: 2026-05-05T22:43:13.898886755Z, Duration: 00:00:00.000
282
22:43:14
Create runtime call graph: Begin: 2026-05-05T22:43:13.899141090Z, End: 2026-05-05T22:43:13.935259495Z, Duration: 00:00:00.036
283
22:43:14
Variable Type Analysis #1: Begin: 2026-05-05T22:43:13.899496958Z, End: 2026-05-05T22:43:13.921242741Z, Duration: 00:00:00.021
284
22:43:14
Create runtime type propagation graph: Begin: 2026-05-05T22:43:13.899981937Z, End: 2026-05-05T22:43:13.909700175Z, Duration: 00:00:00.009
285
22:43:14
Run SCC (Tarjan) on 2567 nodes: Begin: 2026-05-05T22:43:13.909898870Z, End: 2026-05-05T22:43:13.913985233Z, Duration: 00:00:00.004
286
22:43:14
Propagate runtime types to strongly connected components: Begin: 2026-05-05T22:43:13.914032874Z, End: 2026-05-05T22:43:13.921209870Z, Duration: 00:00:00.007
287
22:43:14
Variable Type Analysis #2: Begin: 2026-05-05T22:43:13.922504576Z, End: 2026-05-05T22:43:13.934494799Z, Duration: 00:00:00.011
288
22:43:14
Create runtime type propagation graph: Begin: 2026-05-05T22:43:13.922511506Z, End: 2026-05-05T22:43:13.927099079Z, Duration: 00:00:00.004
289
22:43:14
Run SCC (Tarjan) on 2558 nodes: Begin: 2026-05-05T22:43:13.927140070Z, End: 2026-05-05T22:43:13.929012098Z, Duration: 00:00:00.001
290
22:43:14
Propagate runtime types to strongly connected components: Begin: 2026-05-05T22:43:13.929037528Z, End: 2026-05-05T22:43:13.934468129Z, Duration: 00:00:00.005
291
22:43:14
Load config: Begin: 2026-05-05T22:43:13.935297186Z, End: 2026-05-05T22:43:14.129476967Z, Duration: 00:00:00.194
292
22:43:14
Compute entry points: Begin: 2026-05-05T22:43:14.129540569Z, End: 2026-05-05T22:43:14.140372160Z, Duration: 00:00:00.010
293
22:43:14
22:43:14.143 INFO python security sensor peak memory: 190 MB
294
22:43:14
22:43:14.143 INFO Sensor PythonSecuritySensor [security] (done) | time=471ms
295
22:43:14
22:43:14.145 INFO ------------- Run sensors on project
296
22:43:14
22:43:14.234 INFO Sensor PythonArchitectureSensor [architecture]
297
22:43:14
22:43:14.242 INFO Architecture analysis is enabled with the following features: legacy
298
22:43:14
22:43:14.246 INFO * Protobuf reading starting | memory total=270 | free=61 | used=208 (MB)
299
22:43:14
22:43:14.246 INFO * Reading SonarArchitecture UDG data from directory "/build/internal/gitlab-templates/.scannerwork/architecture/py"
300
22:43:14
22:43:14.247 INFO * Directory does not exist: "/build/internal/gitlab-templates/.scannerwork/architecture/py"
301
22:43:14
22:43:14.247 INFO * Protobuf reading complete | memory total=270 | free=61 | used=208 (MB)
302
22:43:14
22:43:14.331 INFO * Build architecture.graph.py.file_graph.default_perspective hierarchy graph complete (filtered=false) | memory total=270 | free=158 | used=111 (MB)
303
22:43:14
22:43:14.337 INFO Sensor PythonArchitectureSensor [architecture] (done) | time=103ms
304
22:43:14
22:43:14.338 INFO Sensor Zero Coverage Sensor
305
22:43:14
22:43:14.342 INFO Sensor Zero Coverage Sensor (done) | time=5ms
306
22:43:14
22:43:14.342 INFO ------------- Gather SCA dependencies on project
307
22:43:14
22:43:14.345 INFO Dependency analysis skipped
308
22:43:14
22:43:14.351 INFO CPD Executor 7 files had no CPD blocks
309
22:43:14
22:43:14.352 INFO CPD Executor Calculating CPD for 1 file
310
22:43:14
22:43:14.356 INFO CPD Executor CPD calculation finished (done) | time=4ms
311
22:43:14
22:43:14.359 INFO SCM revision ID 'cbfa818c7c30f09acd54b42a43453c5ce9b34d6f'
312
22:43:14
22:43:14.418 INFO Load New Code definition
313
22:43:14
22:43:14.433 INFO Load New Code definition (done) | time=16ms
314
22:43:14
22:43:14.438 INFO Analysis report generated in 78ms, dir size=318.9 kB
315
22:43:14
22:43:14.470 INFO Analysis report compressed in 31ms, zip size=65.2 kB
316
22:43:14
22:43:14.508 INFO Analysis report uploaded in 38ms
317
22:43:14
22:43:14.509 INFO ANALYSIS SUCCESSFUL, you can find the results at: https://sonarqube.scandit.com/dashboard?id=internal-gitlab-templates&branch=master
318
22:43:14
22:43:14.509 INFO Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
319
22:43:14
22:43:14.509 INFO More about the report processing at https://sonarqube.scandit.com/api/ce/task?id=36df9f54-7e9b-4337-975a-2d8edad5657a
320
22:43:14
22:43:14.518 INFO Analysis total time: 5.475 s
321
22:43:14
22:43:14.518 INFO SonarScanner Engine completed successfully
322
22:43:14
22:43:14.875 INFO EXECUTION SUCCESS
323
22:43:14
22:43:14.876 INFO Total time: 9.495s
324
22:43:14
325
22:43:14
Scout Analysis: https://scout.scandit.io/analysis/projects/621/jobs/54442934
326
22:43:14
327
22:43:14
328
22:43:14
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-27-85.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-3-b4v8md60&var-resolution=15&from=1778020985000&to=1778020994000
329
22:43:14
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-27-85.eu-central-1.compute.internal&var-resolution=15s&from=1778020985000&to=1778020994000
330
22:43:14
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|=|1580358&var-filters=CI_JOB_ID|=|54442934&sortOrder=Ascending&from=1778020985000&to=1778020994000
331
22:43:14
Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=2026-04-28~2026-05-12&job_name=sonarqube&project=internal/gitlab-templates
332
22:43:14
333
22:43:14
334
22:43:14
section_end:1778020994:step_script
335
22:43:14
+section_start:1778020994:after_script
336
22:43:14
+Running after_script
337
22:43:15
Running after script...
338
22:43:15
section_start:1778020995:section_after_script_step_0[hide_duration=true,collapsed=true]
$ cat <<-EOD
339
22:43:15
----------------------------------------------------------
340
22:43:15
Need help? Documentation on the SonarQube CI/CD component can be found at:
341
22:43:15
https://gitlab.scandit.com/internal/ci-components/sonarqube/-/blob/main/templates/sonarqube.yml
342
22:43:15
EOD
343
22:43:15
section_end:1778020995:section_after_script_step_0
344
22:43:15
----------------------------------------------------------
345
22:43:15
Need help? Documentation on the SonarQube CI/CD component can be found at:
346
22:43:15
https://gitlab.scandit.com/internal/ci-components/sonarqube/-/blob/main/templates/sonarqube.yml
347
22:43:15
348
22:43:15
section_end:1778020995:after_script
349
22:43:15
+section_start:1778020995:archive_cache
350
22:43:15
+Saving cache for successful job
351
22:43:15
Creating cache sonarqube-1-protected...
352
22:43:15
WARNING: .sonar/cache: no matching files. Ensure that the artifact path is relative to the working directory (/build/internal/gitlab-templates)
353
22:43:15
No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally.
354
22:43:15
Created cache
355
22:43:15
356
22:43:15
section_end:1778020995:archive_cache
357
22:43:15
+section_start:1778020995:cleanup_file_variables
358
22:43:15
+Cleaning up project directory and file based variables
359
22:43:16
360
22:43:16
section_end:1778020996:cleanup_file_variables
361
22:43:16
+
362
22:43:16
Job succeeded
363