- SonarQube version: Enterprise Edition, Version 9.9.1 (build 69595)
- how is SonarQube deployed: zip
We have a sonar pipeline on GitHub that calculates code coverage. The code coverage sometimes chages for no apparent reasons. In two different branches with the exact same source codes, the coverage appears different (see below). There are no changes to the sonar run script, or the targeted codes.
Development branch:
Separate branch with the same codes:
Further investigation shows that the same source code files have different numbers of covered lines and coverage.
Sonar scan logs from development branch:
2025-01-10T18:31:17.1423080Z Starting Sonar Scanner...
2025-01-10T18:31:17.1423960Z Printing Sonar execution logs to file sonarScanner.log
2025-01-10T18:31:17.1424800Z Current Branch Name development
2025-01-10T18:31:17.1425510Z Running scan...
2025-01-10T18:31:17.2457840Z INFO: Option -e/--errors is no longer supported and will be ignored
2025-01-10T18:31:17.2761990Z 13:31:17.263 INFO: Scanner configuration file: /opt/sonar-scanner-5.0.1.3006-macosx/conf/sonar-scanner.properties
2025-01-10T18:31:17.2766940Z 13:31:17.276 INFO: Project root configuration file: /Users/bamboo/gh/_work/project/project/sonar-project.properties
2025-01-10T18:31:17.2921780Z 13:31:17.291 INFO: SonarScanner 5.0.1.3006
2025-01-10T18:31:17.2922830Z 13:31:17.291 INFO: Java 17.0.7 Eclipse Adoptium (64-bit)
2025-01-10T18:31:17.2923710Z 13:31:17.292 INFO: Mac OS X 14.5 x86_64
2025-01-10T18:31:17.7507110Z 13:31:17.750 INFO: Analyzing on SonarQube server 9.9.1.69595
2025-01-10T18:31:17.7508280Z 13:31:17.750 INFO: Default locale: "en_US", source code encoding: "UTF-8"
2025-01-10T18:31:17.9974670Z 13:31:17.997 DEBUG: Enterprise 9.9.1.69595
2025-01-10T18:31:18.1812340Z 13:31:18.180 INFO: Load global settings
2025-01-10T18:31:18.2894760Z 13:31:18.289 INFO: Load global settings (done) | time=109ms
2025-01-10T18:31:18.2916370Z 13:31:18.291 INFO: Server id: **
2025-01-10T18:31:18.2975450Z 13:31:18.297 INFO: Load plugins index
2025-01-10T18:31:18.3344820Z 13:31:18.334 INFO: Load plugins index (done) | time=37ms
2025-01-10T18:31:18.4903010Z 13:31:18.489 INFO: Load/download plugins (done) | time=192ms
2025-01-10T18:31:18.6462330Z 13:31:18.645 INFO: Loaded core extensions: developer-scanner
2025-01-10T18:31:18.6555910Z 13:31:18.655 DEBUG: Installed core extension: developer-scanner
2025-01-10T18:31:19.0880910Z 13:31:19.087 INFO: Process project properties
2025-01-10T18:31:19.0950700Z 13:31:19.094 INFO: Process project properties (done) | time=7ms
2025-01-10T18:31:19.0971570Z 13:31:19.096 INFO: Execute project builders
2025-01-10T18:31:19.0987450Z 13:31:19.098 INFO: Execute project builders (done) | time=2ms
2025-01-10T18:31:19.1008880Z 13:31:19.100 INFO: Project key: ***
2025-01-10T18:31:19.1010270Z 13:31:19.100 INFO: Base dir: /Users/bamboo/gh/_work/project/project
2025-01-10T18:31:19.1011480Z 13:31:19.100 INFO: Working dir: /Users/bamboo/gh/_work/project/project/.scannerwork
2025-01-10T18:31:19.1012510Z 13:31:19.100 DEBUG: Project global encoding: UTF-8, default locale: en_US
2025-01-10T18:31:19.1085360Z 13:31:19.108 INFO: Load project settings for component key: 'com.company:iOS-project'
2025-01-10T18:31:19.1337320Z 13:31:19.133 INFO: Load project settings for component key: 'com.company:iOS-project' (done) | time=25ms
2025-01-10T18:31:19.2006670Z 13:31:19.200 INFO: Load project branches
2025-01-10T18:31:19.2166440Z 13:31:19.216 INFO: Load project branches (done) | time=16ms
2025-01-10T18:31:19.2170250Z 13:31:19.216 INFO: Load branch configuration
2025-01-10T18:31:19.2192150Z 13:31:19.218 INFO: Detected branch/PR in 'GitHub Action'
2025-01-10T18:31:19.2193900Z 13:31:19.219 INFO: Auto-configuring branch 'development'
2025-01-10T18:31:19.2201420Z 13:31:19.219 INFO: Load branch configuration (done) | time=3ms
2025-01-10T18:31:19.2672760Z 13:31:19.267 INFO: Load quality profiles
2025-01-10T18:31:19.3280680Z 13:31:19.327 INFO: Load quality profiles (done) | time=61ms
2025-01-10T18:31:19.3318340Z 13:31:19.331 INFO: Load active rules
2025-01-10T18:31:20.8064230Z 13:31:20.806 INFO: Load active rules (done) | time=1475ms
2025-01-10T18:31:20.8164510Z 13:31:20.811 INFO: Load analysis cache
2025-01-10T18:31:20.8221590Z 13:31:20.818 INFO: Load analysis cache (404) | time=7ms
2025-01-10T18:31:20.8483230Z 13:31:20.848 INFO: Branch name: development
2025-01-10T18:31:20.8635080Z 13:31:20.863 INFO: Load project repositories
2025-01-10T18:31:20.9054240Z 13:31:20.905 INFO: Load project repositories (done) | time=42ms
2025-01-10T18:31:20.9373470Z 13:31:20.937 INFO: Indexing files...
2025-01-10T18:31:20.9374390Z 13:31:20.937 INFO: Project configuration:
2025-01-10T18:31:20.9376780Z 13:31:20.937 INFO: Excluded sources: **/Reference.cs, **/*.designer.cs
2025-01-10T18:31:20.9378870Z 13:31:20.937 INFO: Excluded sources for coverage: Sources/project/Outlook/**, Sources/project/PCP/**, **/Resources/**, **/**Tests/**
2025-01-10T18:31:21.0813980Z 13:31:21.079 INFO: 125 files indexed
2025-01-10T18:31:21.0814790Z 13:31:21.079 INFO: 0 files ignored because of inclusion/exclusion patterns
2025-01-10T18:31:21.0815840Z 13:31:21.080 INFO: Quality profile for json: Sonar way
2025-01-10T18:31:21.0816680Z 13:31:21.080 INFO: Quality profile for swift: PRO for Apple Platforms
2025-01-10T18:31:21.0817550Z 13:31:21.080 INFO: ------------- Run sensors on module iOS-project
2025-01-10T18:31:21.2306870Z 13:31:21.230 INFO: Load metrics repository
2025-01-10T18:31:21.2439000Z 13:31:21.243 INFO: Load metrics repository (done) | time=13ms
2025-01-10T18:31:23.2514640Z 13:31:23.251 INFO: 0 source files to be analyzed
2025-01-10T18:31:23.2614790Z 13:31:23.261 INFO: 0/0 source files have been analyzed
2025-01-10T18:31:23.2616110Z 13:31:23.261 INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=28ms
2025-01-10T18:31:23.2617230Z 13:31:23.261 INFO: Sensor IaC Kubernetes Sensor [iac]
2025-01-10T18:31:23.2652950Z 13:31:23.265 INFO: 0 source files to be analyzed
2025-01-10T18:31:23.2703400Z 13:31:23.270 INFO: 0/0 source files have been analyzed
2025-01-10T18:31:23.2704740Z 13:31:23.270 INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=9ms
2025-01-10T18:31:23.2705560Z 13:31:23.270 INFO: Sensor C# Project Type Information [csharp]
2025-01-10T18:31:23.2711770Z 13:31:23.271 INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2025-01-10T18:31:23.2712920Z 13:31:23.271 INFO: Sensor C# Analysis Log [csharp]
2025-01-10T18:31:23.2833440Z 13:31:23.283 INFO: Sensor C# Analysis Log [csharp] (done) | time=12ms
2025-01-10T18:31:23.2834280Z 13:31:23.283 INFO: Sensor C# Properties [csharp]
2025-01-10T18:31:23.2836130Z 13:31:23.283 INFO: Sensor C# Properties [csharp] (done) | time=0ms
2025-01-10T18:31:23.2836850Z 13:31:23.283 INFO: Sensor HTML [web]
2025-01-10T18:31:23.2857480Z 13:31:23.285 INFO: Sensor HTML [web] (done) | time=2ms
2025-01-10T18:31:23.2858300Z 13:31:23.285 INFO: Sensor TextAndSecretsSensor [text]
2025-01-10T18:31:23.3028980Z 13:31:23.302 INFO: 77 source files to be analyzed
2025-01-10T18:31:23.4374760Z 13:31:23.437 INFO: 77/77 source files have been analyzed
2025-01-10T18:31:23.4376600Z 13:31:23.437 INFO: Sensor TextAndSecretsSensor [text] (done) | time=152ms
2025-01-10T18:31:23.4377400Z 13:31:23.437 INFO: Sensor VB.NET Project Type Information [vbnet]
2025-01-10T18:31:23.4382620Z 13:31:23.438 INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
2025-01-10T18:31:23.4383500Z 13:31:23.438 INFO: Sensor VB.NET Analysis Log [vbnet]
2025-01-10T18:31:23.4460240Z 13:31:23.445 INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=7ms
2025-01-10T18:31:23.4461060Z 13:31:23.445 INFO: Sensor VB.NET Properties [vbnet]
2025-01-10T18:31:23.4462860Z 13:31:23.445 INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2025-01-10T18:31:23.4463680Z 13:31:23.445 INFO: Sensor Swift Code Quality and Security [swift]
2025-01-10T18:31:23.4473090Z 13:31:23.447 INFO: 62 source files to be analyzed
2025-01-10T18:31:24.6174690Z 13:31:24.610 ERROR: String is not parsed (file Sources/project/Core/Sources/SDK/SDK+Namespace.swift, line 4)
2025-01-10T18:31:24.6219620Z 1: @_exported import Dependencies
2025-01-10T18:31:24.6220400Z 2: @_exported import PROBasics
2025-01-10T18:31:24.6221050Z 3: #if compiler(>=6.0)
2025-01-10T18:31:24.6221690Z 4: private import WS1
2025-01-10T18:31:24.6222280Z ^
2025-01-10T18:31:24.6222830Z 5: #else
2025-01-10T18:31:24.6223400Z 6: @_implementationOnly import WS1
2025-01-10T18:31:24.6224070Z 7: #endif
2025-01-10T18:31:24.6224610Z 8:
2025-01-10T18:31:24.6225140Z 9: extension PRO {
2025-01-10T18:31:24.6225730Z 10: public struct SDK {
2025-01-10T18:31:24.6226400Z 11: /// This is the root namespace for SDK
2025-01-10T18:31:24.6227100Z 12:
2025-01-10T18:31:24.6227660Z 13: public struct Activation {
2025-01-10T18:31:24.6228780Z 14: /// This is the namespace for SDK.Activation
2025-01-10T18:31:25.2219870Z 13:31:25.216 INFO: 62/62 source files have been analyzed
2025-01-10T18:31:25.2227040Z 13:31:25.216 INFO: Sensor Swift Code Quality and Security [swift] (done) | time=1771ms
2025-01-10T18:31:25.2228100Z 13:31:25.216 INFO: Sensor JaCoCo XML Report Importer [jacoco]
2025-01-10T18:31:25.2230330Z 13:31:25.218 INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2025-01-10T18:31:25.2232220Z 13:31:25.219 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2025-01-10T18:31:25.2233400Z 13:31:25.219 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
2025-01-10T18:31:25.2234310Z 13:31:25.219 INFO: Sensor CSS Rules [javascript]
2025-01-10T18:31:25.2235310Z 13:31:25.222 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2025-01-10T18:31:25.2236370Z 13:31:25.222 INFO: Sensor CSS Rules [javascript] (done) | time=3ms
2025-01-10T18:31:25.2237350Z 13:31:25.222 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2025-01-10T18:31:25.2246210Z 13:31:25.224 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
2025-01-10T18:31:25.2247190Z 13:31:25.224 INFO: Sensor IaC Docker Sensor [iac]
2025-01-10T18:31:25.2277460Z 13:31:25.227 INFO: 0 source files to be analyzed
2025-01-10T18:31:25.2719850Z 13:31:25.268 INFO: 0/0 source files have been analyzed
2025-01-10T18:31:25.2720930Z 13:31:25.269 INFO: Sensor IaC Docker Sensor [iac] (done) | time=45ms
2025-01-10T18:31:25.2721960Z 13:31:25.269 INFO: Sensor Serverless configuration file sensor [security]
2025-01-10T18:31:25.2723020Z 13:31:25.269 INFO: 0 Serverless function entries were found in the project
2025-01-10T18:31:25.2724050Z 13:31:25.272 INFO: 0 Serverless function handlers were kept as entrypoints
2025-01-10T18:31:25.2733550Z 13:31:25.273 INFO: Sensor Serverless configuration file sensor [security] (done) | time=4ms
2025-01-10T18:31:25.2734690Z 13:31:25.273 INFO: Sensor AWS SAM template file sensor [security]
2025-01-10T18:31:25.2740870Z 13:31:25.273 INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2025-01-10T18:31:25.2741860Z 13:31:25.273 INFO: Sensor AWS SAM Inline template file sensor [security]
2025-01-10T18:31:25.2744780Z 13:31:25.274 INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2025-01-10T18:31:25.2745650Z 13:31:25.274 INFO: Sensor javabugs [dbd]
2025-01-10T18:31:25.2749850Z 13:31:25.274 INFO: Reading IR files from: /Users/bamboo/gh/_work/project/project/.scannerwork/ir/java
2025-01-10T18:31:25.2751210Z 13:31:25.274 INFO: No IR files have been included for analysis.
2025-01-10T18:31:25.2752010Z 13:31:25.274 INFO: Sensor javabugs [dbd] (done) | time=0ms
2025-01-10T18:31:25.2752770Z 13:31:25.274 INFO: Sensor pythonbugs [dbd]
2025-01-10T18:31:25.2766420Z 13:31:25.276 INFO: Reading IR files from: /Users/bamboo/gh/_work/project/project/.scannerwork/ir/python
2025-01-10T18:31:25.2767480Z 13:31:25.276 INFO: No IR files have been included for analysis.
2025-01-10T18:31:25.2768310Z 13:31:25.276 INFO: Sensor pythonbugs [dbd] (done) | time=2ms
2025-01-10T18:31:25.2769280Z 13:31:25.276 INFO: Sensor JavaSecuritySensor [security]
2025-01-10T18:31:25.2770530Z 13:31:25.276 INFO: Reading type hierarchy from: /Users/bamboo/gh/_work/project/project/.scannerwork/ucfg2/java
2025-01-10T18:31:25.2771540Z 13:31:25.276 INFO: Read 0 type definitions
2025-01-10T18:31:25.2808430Z 13:31:25.280 INFO: No UCFGs have been included for analysis.
2025-01-10T18:31:25.2811110Z 13:31:25.280 INFO: Sensor JavaSecuritySensor [security] (done) | time=4ms
2025-01-10T18:31:25.2812290Z 13:31:25.280 INFO: Sensor CSharpSecuritySensor [security]
2025-01-10T18:31:25.2813810Z 13:31:25.280 INFO: Reading type hierarchy from: /Users/bamboo/gh/_work/project/project/ucfg_cs2
2025-01-10T18:31:25.2815160Z 13:31:25.280 INFO: Read 0 type definitions
2025-01-10T18:31:25.2815970Z 13:31:25.280 INFO: No UCFGs have been included for analysis.
2025-01-10T18:31:25.2816780Z 13:31:25.280 INFO: Sensor CSharpSecuritySensor [security] (done) | time=0ms
2025-01-10T18:31:25.2817610Z 13:31:25.280 INFO: Sensor PhpSecuritySensor [security]
2025-01-10T18:31:25.2818660Z 13:31:25.280 INFO: Reading type hierarchy from: /Users/bamboo/gh/_work/project/project/.scannerwork/ucfg2/php
2025-01-10T18:31:25.2819630Z 13:31:25.280 INFO: Read 0 type definitions
2025-01-10T18:31:25.2820610Z 13:31:25.280 INFO: No UCFGs have been included for analysis.
2025-01-10T18:31:25.2821420Z 13:31:25.280 INFO: Sensor PhpSecuritySensor [security] (done) | time=0ms
2025-01-10T18:31:25.2822220Z 13:31:25.281 INFO: Sensor PythonSecuritySensor [security]
2025-01-10T18:31:25.2823230Z 13:31:25.281 INFO: Reading type hierarchy from: /Users/bamboo/gh/_work/project/project/.scannerwork/ucfg2/python
2025-01-10T18:31:25.2824170Z 13:31:25.281 INFO: Read 0 type definitions
2025-01-10T18:31:25.2824860Z 13:31:25.281 INFO: No UCFGs have been included for analysis.
2025-01-10T18:31:25.2825670Z 13:31:25.281 INFO: Sensor PythonSecuritySensor [security] (done) | time=0ms
2025-01-10T18:31:25.2826450Z 13:31:25.281 INFO: Sensor JsSecuritySensor [security]
2025-01-10T18:31:25.2827420Z 13:31:25.281 INFO: Reading type hierarchy from: /Users/bamboo/gh/_work/project/project/.scannerwork/ucfg2/js
2025-01-10T18:31:25.2828390Z 13:31:25.281 INFO: Read 0 type definitions
2025-01-10T18:31:25.2829110Z 13:31:25.281 INFO: No UCFGs have been included for analysis.
2025-01-10T18:31:25.2829910Z 13:31:25.281 INFO: Sensor JsSecuritySensor [security] (done) | time=0ms
2025-01-10T18:31:25.2866400Z 13:31:25.286 INFO: ------------- Run sensors on project
2025-01-10T18:31:25.3348840Z 13:31:25.334 INFO: Sensor Generic Coverage Report
2025-01-10T18:31:25.3350580Z 13:31:25.334 INFO: Parsing /Users/bamboo/gh/_work/project/project/Coverage.report
2025-01-10T18:31:25.4353530Z 13:31:25.435 INFO: Imported coverage data for 30 files
2025-01-10T18:31:25.4355330Z 13:31:25.435 INFO: Coverage data ignored for 137 unknown files, including:
2025-01-10T18:31:25.4356490Z /Users/bamboo/gh/_work/project/project/App/PROApp/Sources/iOS/AppDelegate.swift
2025-01-10T18:31:25.4357890Z /Users/bamboo/gh/_work/project/project/App/PROApp/Sources/shared/PROApp.swift
2025-01-10T18:31:25.4367100Z /Users/bamboo/gh/_work/project/project/App/PROApp/Tests/UITests/Flows/ActivationFlows.swift
2025-01-10T18:31:25.4368400Z /Users/bamboo/gh/_work/project/project/App/PROApp/Tests/UITests/Flows/ActivationMockFlow.swift
2025-01-10T18:31:25.4369720Z /Users/bamboo/gh/_work/project/project/App/PROApp/Tests/UITests/Flows/AppMainScreenFlows.swift
2025-01-10T18:31:25.4370800Z 13:31:25.435 INFO: Sensor Generic Coverage Report (done) | time=101ms
2025-01-10T18:31:25.4371620Z 13:31:25.435 INFO: Sensor Analysis Warnings import [csharp]
2025-01-10T18:31:25.4372510Z 13:31:25.436 INFO: Sensor Analysis Warnings import [csharp] (done) | time=1ms
2025-01-10T18:31:25.4373380Z 13:31:25.436 INFO: Sensor Dependency-Check [dependencycheck]
2025-01-10T18:31:25.4374160Z 13:31:25.436 INFO: Process Dependency-Check report
2025-01-10T18:31:25.4374860Z 13:31:25.437 INFO: Using JSON-Reportparser
2025-01-10T18:31:25.4382970Z 13:31:25.438 INFO: Dependency-Check JSON report does not exists. Please check property sonar.dependencyCheck.jsonReportPath:/Users/bamboo/gh/_work/project/project/${WORKSPACE}/dependency-check-report.json
2025-01-10T18:31:25.4384530Z 13:31:25.438 INFO: JSON-Analysis skipped/aborted due to missing report file
2025-01-10T18:31:25.4398420Z java.io.FileNotFoundException: JSON-Dependency-Check report does not exist.
2025-01-10T18:31:25.4399440Z at org.sonar.dependencycheck.report.JsonReportFile.getJsonReport(JsonReportFile.java:37)
2025-01-10T18:31:25.4400580Z at org.sonar.dependencycheck.DependencyCheckSensor.parseAnalysis(DependencyCheckSensor.java:70)
2025-01-10T18:31:25.4401850Z at org.sonar.dependencycheck.DependencyCheckSensor.execute(DependencyCheckSensor.java:154)
2025-01-10T18:31:25.4403120Z at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:64)
2025-01-10T18:31:25.4404280Z at org.sonar.scanner.sensor.ProjectSensorsExecutor.execute(ProjectSensorsExecutor.java:52)
2025-01-10T18:31:25.4405420Z at org.sonar.scanner.scan.SpringProjectScanContainer.doAfterStart(SpringProjectScanContainer.java:371)
2025-01-10T18:31:25.4406810Z at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:188)
2025-01-10T18:31:25.4407990Z at org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:167)
2025-01-10T18:31:25.4409130Z at org.sonar.scanner.bootstrap.SpringGlobalContainer.doAfterStart(SpringGlobalContainer.java:137)
2025-01-10T18:31:25.4410550Z at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:188)
2025-01-10T18:31:25.4411740Z at org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:167)
2025-01-10T18:31:25.4412960Z at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:72)
2025-01-10T18:31:25.4413800Z at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:66)
2025-01-10T18:31:25.4414850Z at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
2025-01-10T18:31:25.4415970Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-01-10T18:31:25.4416970Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2025-01-10T18:31:25.4418170Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2025-01-10T18:31:25.4419230Z at java.base/java.lang.reflect.Method.invoke(Unknown Source)
2025-01-10T18:31:25.4420290Z at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
2025-01-10T18:31:25.4421310Z at jdk.proxy1/jdk.proxy1.$Proxy0.execute(Unknown Source)
2025-01-10T18:31:25.4422260Z at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
2025-01-10T18:31:25.4423330Z at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
2025-01-10T18:31:25.4424270Z at org.sonarsource.scanner.cli.Main.execute(Main.java:126)
2025-01-10T18:31:25.4425080Z at org.sonarsource.scanner.cli.Main.execute(Main.java:81)
2025-01-10T18:31:25.4425880Z at org.sonarsource.scanner.cli.Main.main(Main.java:62)
2025-01-10T18:31:25.4426340Z
2025-01-10T18:31:25.4426630Z 13:31:25.439 INFO: Using XML-Reportparser
2025-01-10T18:31:25.4428100Z 13:31:25.440 INFO: Dependency-Check XML report does not exists. Please check property sonar.dependencyCheck.xmlReportPath:/Users/bamboo/gh/_work/project/project/${WORKSPACE}/dependency-check-report.xml
2025-01-10T18:31:25.4429790Z 13:31:25.440 INFO: XML-Analysis skipped/aborted due to missing report file
2025-01-10T18:31:25.4431600Z java.io.FileNotFoundException: XML-Dependency-Check report does not exist.
2025-01-10T18:31:25.4432680Z at org.sonar.dependencycheck.report.XmlReportFile.getXmlReport(XmlReportFile.java:41)
2025-01-10T18:31:25.4433870Z at org.sonar.dependencycheck.DependencyCheckSensor.parseAnalysis(DependencyCheckSensor.java:84)
2025-01-10T18:31:25.4435100Z at org.sonar.dependencycheck.DependencyCheckSensor.execute(DependencyCheckSensor.java:154)
2025-01-10T18:31:25.4436300Z at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:64)
2025-01-10T18:31:25.4437490Z at org.sonar.scanner.sensor.ProjectSensorsExecutor.execute(ProjectSensorsExecutor.java:52)
2025-01-10T18:31:25.4438740Z at org.sonar.scanner.scan.SpringProjectScanContainer.doAfterStart(SpringProjectScanContainer.java:371)
2025-01-10T18:31:25.4440070Z at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:188)
2025-01-10T18:31:25.4441330Z at org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:167)
2025-01-10T18:31:25.4442580Z at org.sonar.scanner.bootstrap.SpringGlobalContainer.doAfterStart(SpringGlobalContainer.java:137)
2025-01-10T18:31:25.4443870Z at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:188)
2025-01-10T18:31:25.4445130Z at org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:167)
2025-01-10T18:31:25.4446170Z at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:72)
2025-01-10T18:31:25.4447040Z at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:66)
2025-01-10T18:31:25.4448150Z at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
2025-01-10T18:31:25.4449370Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-01-10T18:31:25.4450440Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2025-01-10T18:31:25.4451760Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2025-01-10T18:31:25.4452760Z at java.base/java.lang.reflect.Method.invoke(Unknown Source)
2025-01-10T18:31:25.4453830Z at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
2025-01-10T18:31:25.4454890Z at jdk.proxy1/jdk.proxy1.$Proxy0.execute(Unknown Source)
2025-01-10T18:31:25.4455870Z at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
2025-01-10T18:31:25.4457520Z at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
2025-01-10T18:31:25.4458470Z at org.sonarsource.scanner.cli.Main.execute(Main.java:126)
2025-01-10T18:31:25.4459460Z at org.sonarsource.scanner.cli.Main.execute(Main.java:81)
2025-01-10T18:31:25.4460300Z at org.sonarsource.scanner.cli.Main.main(Main.java:62)
2025-01-10T18:31:25.4460790Z
2025-01-10T18:31:25.4461890Z 13:31:25.440 INFO: Dependency-Check HTML report does not exists. Please check property sonar.dependencyCheck.htmlReportPath:/Users/bamboo/gh/_work/project/project/${WORKSPACE}/dependency-check-report.html
2025-01-10T18:31:25.4463430Z 13:31:25.440 INFO: HTML-Dependency-Check report does not exist.
2025-01-10T18:31:25.4465250Z java.io.FileNotFoundException: HTML-Dependency-Check report does not exist.
2025-01-10T18:31:25.4466380Z at org.sonar.dependencycheck.report.HtmlReportFile.getHtmlReport(HtmlReportFile.java:37)
2025-01-10T18:31:25.4467700Z at org.sonar.dependencycheck.DependencyCheckSensor.uploadHTMLReport(DependencyCheckSensor.java:104)
2025-01-10T18:31:25.4468980Z at org.sonar.dependencycheck.DependencyCheckSensor.execute(DependencyCheckSensor.java:162)
2025-01-10T18:31:25.4470200Z at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:64)
2025-01-10T18:31:25.4477690Z at org.sonar.scanner.sensor.ProjectSensorsExecutor.execute(ProjectSensorsExecutor.java:52)
2025-01-10T18:31:25.4479020Z at org.sonar.scanner.scan.SpringProjectScanContainer.doAfterStart(SpringProjectScanContainer.java:371)
2025-01-10T18:31:25.4480410Z at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:188)
2025-01-10T18:31:25.4481730Z at org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:167)
2025-01-10T18:31:25.4483030Z at org.sonar.scanner.bootstrap.SpringGlobalContainer.doAfterStart(SpringGlobalContainer.java:137)
2025-01-10T18:31:25.4484370Z at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:188)
2025-01-10T18:31:25.4485680Z at org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:167)
2025-01-10T18:31:25.4486750Z at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:72)
2025-01-10T18:31:25.4487630Z at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:66)
2025-01-10T18:31:25.4488790Z at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
2025-01-10T18:31:25.4490050Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-01-10T18:31:25.4491160Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2025-01-10T18:31:25.4492300Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2025-01-10T18:31:25.4493300Z at java.base/java.lang.reflect.Method.invoke(Unknown Source)
2025-01-10T18:31:25.4494420Z at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
2025-01-10T18:31:25.4495490Z at jdk.proxy1/jdk.proxy1.$Proxy0.execute(Unknown Source)
2025-01-10T18:31:25.4496470Z at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
2025-01-10T18:31:25.4497620Z at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
2025-01-10T18:31:25.4498600Z at org.sonarsource.scanner.cli.Main.execute(Main.java:126)
2025-01-10T18:31:25.4499990Z at org.sonarsource.scanner.cli.Main.execute(Main.java:81)
2025-01-10T18:31:25.4500900Z at org.sonarsource.scanner.cli.Main.main(Main.java:62)
2025-01-10T18:31:25.4501400Z
2025-01-10T18:31:25.4501830Z 13:31:25.440 INFO: Process Dependency-Check report (done) | time=4ms
2025-01-10T18:31:25.4503280Z 13:31:25.440 INFO: Sensor Dependency-Check [dependencycheck] (done) | time=4ms
2025-01-10T18:31:25.4504340Z 13:31:25.440 INFO: Sensor Zero Coverage Sensor
2025-01-10T18:31:25.4505420Z 13:31:25.441 INFO: Sensor Zero Coverage Sensor (done) | time=1ms
2025-01-10T18:31:25.4506220Z 13:31:25.441 INFO: SCM Publisher is disabled
2025-01-10T18:31:25.4507010Z 13:31:25.450 INFO: CPD Executor 2 files had no CPD blocks
2025-01-10T18:31:25.4507830Z 13:31:25.450 INFO: CPD Executor Calculating CPD for 59 files
2025-01-10T18:31:25.4891240Z 13:31:25.488 INFO: CPD Executor CPD calculation finished (done) | time=38ms
2025-01-10T18:31:25.5901820Z 13:31:25.589 INFO: Analysis report generated in 92ms, dir size=616.2 kB
2025-01-10T18:31:25.7945530Z 13:31:25.794 INFO: Analysis report compressed in 205ms, zip size=206.6 kB
2025-01-10T18:31:25.7947220Z 13:31:25.794 INFO: Analysis report generated in /Users/bamboo/gh/_work/project/project/.scannerwork/scanner-report
project&characteristic=branch%3Ddevelopment&characteristic=branchType%3DBRANCH | time=34ms
2025-01-10T18:31:25.8342370Z 13:31:25.833 INFO: Analysis report uploaded in 39ms
2025-01-10T18:31:25.8355380Z 13:31:25.835 INFO: ANALYSIS SUCCESSFUL, you can find the results at: ***/dashboard?id=com.company%3AiOS-project&branch=development
2025-01-10T18:31:25.8356980Z 13:31:25.835 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
2025-01-10T18:31:25.8358680Z 13:31:25.835 INFO: More about the report processing at ***/api/ce/task?id=AZRRfECm4PnmPPSDEEiG
2025-01-10T18:31:25.8410050Z 13:31:25.840 INFO: Analysis total time: 7.195 s
2025-01-10T18:31:25.8419420Z 13:31:25.841 INFO: ------------------------------------------------------------------------
2025-01-10T18:31:25.8423780Z 13:31:25.842 INFO: EXECUTION SUCCESS
2025-01-10T18:31:25.8424500Z 13:31:25.842 INFO: ------------------------------------------------------------------------
2025-01-10T18:31:25.8426620Z 13:31:25.842 INFO: Total time: 8.595s
2025-01-10T18:31:25.8913720Z 13:31:25.891 INFO: Final Memory: 43M/188M
2025-01-10T18:31:25.8914930Z 13:31:25.891 INFO: ------------------------------------------------------------------------
2025-01-10T18:31:26.3016550Z Sonar Scan Complete...
Sonar scan logs from a different branch:
2025-01-07T18:35:34.4667890Z Starting Sonar Scanner...
2025-01-07T18:35:34.4669240Z Printing Sonar execution logs to file sonarScanner.log
2025-01-07T18:35:34.4670510Z Current Branch Name coverage_test
2025-01-07T18:35:34.4671480Z Running scan for non target branch...
2025-01-07T18:35:34.7592350Z INFO: Option -e/--errors is no longer supported and will be ignored
2025-01-07T18:35:34.7677430Z INFO: Scanner configuration file: /opt/sonar-scanner-5.0.1.3006-macosx/conf/sonar-scanner.properties
2025-01-07T18:35:34.7686270Z INFO: Project root configuration file: /Users/bamboo/gh/_work/project/project/sonar-project.properties
2025-01-07T18:35:34.7908740Z INFO: SonarScanner 5.0.1.3006
2025-01-07T18:35:34.7909550Z INFO: Java 17.0.7 Eclipse Adoptium (64-bit)
2025-01-07T18:35:34.7910310Z INFO: Mac OS X 14.5 x86_64
2025-01-07T18:35:34.9974280Z INFO: User cache: /Users/bamboo/.sonar/cache
2025-01-07T18:35:35.1843930Z INFO: Analyzing on SonarQube server 9.9.1.69595
2025-01-07T18:35:35.1844880Z INFO: Default locale: "en_US", source code encoding: "UTF-8"
2025-01-07T18:35:35.5060740Z INFO: Load global settings
2025-01-07T18:35:35.6028850Z INFO: Load global settings (done) | time=97ms
2025-01-07T18:35:35.6049540Z INFO: Server id: **
2025-01-07T18:35:35.6095460Z INFO: User cache: /Users/bamboo/.sonar/cache
2025-01-07T18:35:35.6119900Z INFO: Load/download plugins
2025-01-07T18:35:35.6120690Z INFO: Load plugins index
2025-01-07T18:35:35.6434110Z INFO: Load plugins index (done) | time=32ms
2025-01-07T18:35:35.8058470Z INFO: Load/download plugins (done) | time=194ms
2025-01-07T18:35:35.9521310Z INFO: Loaded core extensions: developer-scanner
2025-01-07T18:35:36.2810760Z INFO: Process project properties
2025-01-07T18:35:36.2859200Z INFO: Process project properties (done) | time=5ms
2025-01-07T18:35:36.2873640Z INFO: Execute project builders
2025-01-07T18:35:36.2885910Z INFO: Execute project builders (done) | time=1ms
2025-01-07T18:35:36.2900520Z INFO: Project key: ***
2025-01-07T18:35:36.2901760Z INFO: Base dir: /Users/bamboo/gh/_work/project/project
2025-01-07T18:35:36.2902830Z INFO: Working dir: /Users/bamboo/gh/_work/project/project/.scannerwork
2025-01-07T18:35:36.2954890Z INFO: Load project settings for component key: 'com.company:iOS-project'
2025-01-07T18:35:36.3171960Z INFO: Load project settings for component key: 'com.company:iOS-project' (done) | time=21ms
2025-01-07T18:35:36.3797070Z INFO: Load project branches
2025-01-07T18:35:36.4005730Z INFO: Load project branches (done) | time=21ms
2025-01-07T18:35:36.4007260Z INFO: Load branch configuration
2025-01-07T18:35:36.4022430Z INFO: Found manual configuration of branch/PR analysis. Skipping automatic configuration.
2025-01-07T18:35:36.4029240Z INFO: Load branch configuration (done) | time=2ms
2025-01-07T18:35:36.4362120Z INFO: Auto-configuring with CI 'Github Actions'
2025-01-07T18:35:36.4372410Z INFO: Load quality profiles
2025-01-07T18:35:36.4882180Z INFO: Load quality profiles (done) | time=50ms
2025-01-07T18:35:36.4916690Z INFO: Load active rules
2025-01-07T18:35:37.7918280Z INFO: Load active rules (done) | time=1300ms
2025-01-07T18:35:37.7948790Z INFO: Load analysis cache
2025-01-07T18:35:37.8047050Z INFO: Load analysis cache (404) | time=10ms
2025-01-07T18:35:37.8272700Z INFO: Branch name: sophie/run_CI_sonar_on_schedule
2025-01-07T18:35:37.8401670Z INFO: Load project repositories
2025-01-07T18:35:37.8813510Z INFO: Load project repositories (done) | time=42ms
2025-01-07T18:35:37.9038580Z INFO: Indexing files...
2025-01-07T18:35:37.9039460Z INFO: Project configuration:
2025-01-07T18:35:37.9042060Z INFO: Excluded sources: **/Reference.cs, **/*.designer.cs
2025-01-07T18:35:37.9043840Z INFO: Excluded sources for coverage: Sources/project/Lookout/**, Sources/project/PCP/**, **/Resources/**, **/**Tests/**
2025-01-07T18:35:37.9841730Z INFO: 125 files indexed
2025-01-07T18:35:37.9842990Z INFO: 0 files ignored because of inclusion/exclusion patterns
2025-01-07T18:35:37.9850680Z INFO: Quality profile for json: Sonar way
2025-01-07T18:35:37.9851590Z INFO: Quality profile for swift: PRO for Apple Platforms
2025-01-07T18:35:37.9852500Z INFO: ------------- Run sensors on module iOS-project
2025-01-07T18:35:38.1059730Z INFO: Load metrics repository
2025-01-07T18:35:38.1177130Z INFO: Load metrics repository (done) | time=12ms
2025-01-07T18:35:39.7960780Z INFO: Sensor IaC CloudFormation Sensor [iac]
2025-01-07T18:35:39.8092220Z INFO: 0 source files to be analyzed
2025-01-07T18:35:39.8207360Z INFO: 0/0 source files have been analyzed
2025-01-07T18:35:39.8208310Z INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=25ms
2025-01-07T18:35:39.8209140Z INFO: Sensor IaC Kubernetes Sensor [iac]
2025-01-07T18:35:39.8237420Z INFO: 0 source files to be analyzed
2025-01-07T18:35:39.8278730Z INFO: 0/0 source files have been analyzed
2025-01-07T18:35:39.8279890Z INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=7ms
2025-01-07T18:35:39.8280810Z INFO: Sensor C# Project Type Information [csharp]
2025-01-07T18:35:39.8285190Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2025-01-07T18:35:39.8286110Z INFO: Sensor C# Analysis Log [csharp]
2025-01-07T18:35:39.8398830Z INFO: Sensor C# Analysis Log [csharp] (done) | time=11ms
2025-01-07T18:35:39.8399650Z INFO: Sensor C# Properties [csharp]
2025-01-07T18:35:39.8400350Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2025-01-07T18:35:39.8401170Z INFO: Sensor HTML [web]
2025-01-07T18:35:39.8418300Z INFO: Sensor HTML [web] (done) | time=2ms
2025-01-07T18:35:39.8419070Z INFO: Sensor TextAndSecretsSensor [text]
2025-01-07T18:35:39.8486820Z INFO: 77 source files to be analyzed
2025-01-07T18:35:39.9647730Z INFO: 77/77 source files have been analyzed
2025-01-07T18:35:39.9648480Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=123ms
2025-01-07T18:35:39.9649200Z INFO: Sensor VB.NET Project Type Information [vbnet]
2025-01-07T18:35:39.9654040Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
2025-01-07T18:35:39.9655010Z INFO: Sensor VB.NET Analysis Log [vbnet]
2025-01-07T18:35:39.9721010Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=6ms
2025-01-07T18:35:39.9721720Z INFO: Sensor VB.NET Properties [vbnet]
2025-01-07T18:35:39.9722450Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=1ms
2025-01-07T18:35:39.9723140Z INFO: Sensor Swift Code Quality and Security [swift]
2025-01-07T18:35:39.9731660Z INFO: 62 source files to be analyzed
2025-01-07T18:35:40.9843720Z ERROR: String is not parsed (file Sources/project/Core/Sources/SDK/SDK+Namespace.swift, line 4)
2025-01-07T18:35:40.9845140Z 1: @_exported import Dependencies
2025-01-07T18:35:40.9845720Z 2: @_exported import PROBasics
2025-01-07T18:35:40.9846250Z 3: #if compiler(>=6.0)
2025-01-07T18:35:40.9846760Z 4: private import WS1
2025-01-07T18:35:40.9847250Z ^
2025-01-07T18:35:40.9847700Z 5: #else
2025-01-07T18:35:40.9848190Z 6: @_implementationOnly import WS1
2025-01-07T18:35:40.9848750Z 7: #endif
2025-01-07T18:35:40.9849190Z 8:
2025-01-07T18:35:40.9849630Z 9: extension PRO {
2025-01-07T18:35:40.9850100Z 10: public struct SDK {
2025-01-07T18:35:40.9850640Z 11: /// This is the root namespace for SDK
2025-01-07T18:35:40.9851210Z 12:
2025-01-07T18:35:40.9851670Z 13: public struct Activation {
2025-01-07T18:35:40.9852280Z 14: /// This is the namespace for SDK.Activation
2025-01-07T18:35:41.4367640Z INFO: 62/62 source files have been analyzed
2025-01-07T18:35:41.4370420Z INFO: Sensor Swift Code Quality and Security [swift] (done) | time=1464ms
2025-01-07T18:35:41.4371200Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2025-01-07T18:35:41.4377490Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2025-01-07T18:35:41.4379810Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2025-01-07T18:35:41.4380780Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2025-01-07T18:35:41.4381480Z INFO: Sensor CSS Rules [javascript]
2025-01-07T18:35:41.4387220Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2025-01-07T18:35:41.4393040Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2025-01-07T18:35:41.4393910Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2025-01-07T18:35:41.4396420Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
2025-01-07T18:35:41.4397320Z INFO: Sensor IaC Docker Sensor [iac]
2025-01-07T18:35:41.4416840Z INFO: 0 source files to be analyzed
2025-01-07T18:35:41.4808570Z INFO: 0/0 source files have been analyzed
2025-01-07T18:35:41.4809300Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=41ms
2025-01-07T18:35:41.4810030Z INFO: Sensor Serverless configuration file sensor [security]
2025-01-07T18:35:41.4814040Z INFO: 0 Serverless function entries were found in the project
2025-01-07T18:35:41.4848860Z INFO: 0 Serverless function handlers were kept as entrypoints
2025-01-07T18:35:41.4851940Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=5ms
2025-01-07T18:35:41.4852740Z INFO: Sensor AWS SAM template file sensor [security]
2025-01-07T18:35:41.4859500Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2025-01-07T18:35:41.4860510Z INFO: Sensor AWS SAM Inline template file sensor [security]
2025-01-07T18:35:41.4862980Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2025-01-07T18:35:41.4863710Z INFO: Sensor javabugs [dbd]
2025-01-07T18:35:41.4868720Z INFO: Reading IR files from: /Users/bamboo/gh/_work/project/project/.scannerwork/ir/java
2025-01-07T18:35:41.4869600Z INFO: No IR files have been included for analysis.
2025-01-07T18:35:41.4870260Z INFO: Sensor javabugs [dbd] (done) | time=0ms
2025-01-07T18:35:41.4870850Z INFO: Sensor pythonbugs [dbd]
2025-01-07T18:35:41.4880100Z INFO: Reading IR files from: /Users/bamboo/gh/_work/project/project/.scannerwork/ir/python
2025-01-07T18:35:41.4880990Z INFO: No IR files have been included for analysis.
2025-01-07T18:35:41.4881650Z INFO: Sensor pythonbugs [dbd] (done) | time=1ms
2025-01-07T18:35:41.4882270Z INFO: Sensor JavaSecuritySensor [security]
2025-01-07T18:35:41.4887490Z INFO: Reading type hierarchy from: /Users/bamboo/gh/_work/project/project/.scannerwork/ucfg2/java
2025-01-07T18:35:41.4888400Z INFO: Read 0 type definitions
2025-01-07T18:35:41.4937600Z INFO: No UCFGs have been included for analysis.
2025-01-07T18:35:41.4938360Z INFO: Sensor JavaSecuritySensor [security] (done) | time=6ms
2025-01-07T18:35:41.4939090Z INFO: Sensor CSharpSecuritySensor [security]
2025-01-07T18:35:41.4939950Z INFO: Reading type hierarchy from: /Users/bamboo/gh/_work/project/project/ucfg_cs2
2025-01-07T18:35:41.4940750Z INFO: Read 0 type definitions
2025-01-07T18:35:41.4941330Z INFO: No UCFGs have been included for analysis.
2025-01-07T18:35:41.4942050Z INFO: Sensor CSharpSecuritySensor [security] (done) | time=0ms
2025-01-07T18:35:41.4942770Z INFO: Sensor PhpSecuritySensor [security]
2025-01-07T18:35:41.4943770Z INFO: Reading type hierarchy from: /Users/bamboo/gh/_work/project/project/.scannerwork/ucfg2/php
2025-01-07T18:35:41.4944750Z INFO: Read 0 type definitions
2025-01-07T18:35:41.4945660Z INFO: No UCFGs have been included for analysis.
2025-01-07T18:35:41.4946400Z INFO: Sensor PhpSecuritySensor [security] (done) | time=0ms
2025-01-07T18:35:41.4947080Z INFO: Sensor PythonSecuritySensor [security]
2025-01-07T18:35:41.4947950Z INFO: Reading type hierarchy from: /Users/bamboo/gh/_work/project/project/.scannerwork/ucfg2/python
2025-01-07T18:35:41.4948780Z INFO: Read 0 type definitions
2025-01-07T18:35:41.4949350Z INFO: No UCFGs have been included for analysis.
2025-01-07T18:35:41.4950040Z INFO: Sensor PythonSecuritySensor [security] (done) | time=1ms
2025-01-07T18:35:41.4950730Z INFO: Sensor JsSecuritySensor [security]
2025-01-07T18:35:41.4951590Z INFO: Reading type hierarchy from: /Users/bamboo/gh/_work/project/project/.scannerwork/ucfg2/js
2025-01-07T18:35:41.4952420Z INFO: Read 0 type definitions
2025-01-07T18:35:41.4953010Z INFO: No UCFGs have been included for analysis.
2025-01-07T18:35:41.4953710Z INFO: Sensor JsSecuritySensor [security] (done) | time=0ms
2025-01-07T18:35:41.4982180Z INFO: ------------- Run sensors on project
2025-01-07T18:35:41.5355310Z INFO: Sensor Generic Coverage Report
2025-01-07T18:35:41.5356530Z INFO: Parsing /Users/bamboo/gh/_work/project/project/Coverage.report
2025-01-07T18:35:41.6122980Z INFO: Imported coverage data for 30 files
2025-01-07T18:35:41.6124450Z INFO: Coverage data ignored for 137 unknown files, including:
2025-01-07T18:35:41.6125360Z /Users/bamboo/gh/_work/project/project/App/PROApp/Sources/iOS/AppDelegate.swift
2025-01-07T18:35:41.6126360Z /Users/bamboo/gh/_work/project/project/App/PROApp/Sources/shared/PROApp.swift
2025-01-07T18:35:41.6127420Z /Users/bamboo/gh/_work/project/project/App/PROApp/Tests/UITests/Flows/ActivationFlows.swift
2025-01-07T18:35:41.6128560Z /Users/bamboo/gh/_work/project/project/App/PROApp/Tests/UITests/Flows/ActivationMockFlow.swift
2025-01-07T18:35:41.6129710Z /Users/bamboo/gh/_work/project/project/App/PROApp/Tests/UITests/Flows/AppMainScreenFlows.swift
2025-01-07T18:35:41.6130900Z INFO: Sensor Generic Coverage Report (done) | time=77ms
2025-01-07T18:35:41.6131580Z INFO: Sensor Analysis Warnings import [csharp]
2025-01-07T18:35:41.6132280Z INFO: Sensor Analysis Warnings import [csharp] (done) | time=0ms
2025-01-07T18:35:41.6132990Z INFO: Sensor Dependency-Check [dependencycheck]
2025-01-07T18:35:41.6133610Z INFO: Process Dependency-Check report
2025-01-07T18:35:41.6139080Z INFO: Using JSON-Reportparser
2025-01-07T18:35:41.6152170Z INFO: Dependency-Check JSON report does not exists. Please check property sonar.dependencyCheck.jsonReportPath:/Users/bamboo/gh/_work/project/project/${WORKSPACE}/dependency-check-report.json
2025-01-07T18:35:41.6153730Z INFO: JSON-Analysis skipped/aborted due to missing report file
2025-01-07T18:35:41.6154620Z INFO: Using XML-Reportparser
2025-01-07T18:35:41.6156010Z INFO: Dependency-Check XML report does not exists. Please check property sonar.dependencyCheck.xmlReportPath:/Users/bamboo/gh/_work/project/project/${WORKSPACE}/dependency-check-report.xml
2025-01-07T18:35:41.6157320Z INFO: XML-Analysis skipped/aborted due to missing report file
2025-01-07T18:35:41.6158650Z INFO: Dependency-Check HTML report does not exists. Please check property sonar.dependencyCheck.htmlReportPath:/Users/bamboo/gh/_work/project/project/${WORKSPACE}/dependency-check-report.html
2025-01-07T18:35:41.6159900Z INFO: HTML-Dependency-Check report does not exist.
2025-01-07T18:35:41.6160570Z INFO: Process Dependency-Check report (done) | time=3ms
2025-01-07T18:35:41.6161340Z INFO: Sensor Dependency-Check [dependencycheck] (done) | time=3ms
2025-01-07T18:35:41.6162210Z INFO: Sensor Zero Coverage Sensor
2025-01-07T18:35:41.6162820Z INFO: Sensor Zero Coverage Sensor (done) | time=1ms
2025-01-07T18:35:41.6168370Z INFO: SCM Publisher is disabled
2025-01-07T18:35:41.6247230Z INFO: CPD Executor 2 files had no CPD blocks
2025-01-07T18:35:41.6248020Z INFO: CPD Executor Calculating CPD for 59 files
2025-01-07T18:35:41.6464450Z INFO: CPD Executor CPD calculation finished (done) | time=22ms
2025-01-07T18:35:41.7208540Z INFO: Analysis report generated in 66ms, dir size=615.7 kB
2025-01-07T18:35:41.8807850Z INFO: Analysis report compressed in 160ms, zip size=206.4 kB
2025-01-07T18:35:41.9342390Z INFO: Analysis report uploaded in 53ms
2025-01-07T18:35:41.9352860Z INFO: ANALYSIS SUCCESSFUL, you can find the results at: ***/dashboard?id=com.company%3AiOS-project&branch=sophie%2Frun_CI_sonar_on_schedule
2025-01-07T18:35:41.9354110Z INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
2025-01-07T18:35:41.9355280Z INFO: More about the report processing at ***/api/ce/task?id=AZRCDRRq4PnmPPSDEBdW
2025-01-07T18:35:41.9726430Z INFO: Analysis total time: 6.021 s
2025-01-07T18:35:41.9741910Z INFO: ------------------------------------------------------------------------
2025-01-07T18:35:41.9742620Z INFO: EXECUTION SUCCESS
2025-01-07T18:35:41.9743280Z INFO: ------------------------------------------------------------------------
2025-01-07T18:35:41.9743960Z INFO: Total time: 7.209s
2025-01-07T18:35:42.0136320Z INFO: Final Memory: 43M/176M
2025-01-07T18:35:42.0137130Z INFO: ------------------------------------------------------------------------
2025-01-07T18:35:42.4021560Z Sonar Scan Complete...