ERROR: Taint analysis was interrupted because of an unexpected error

I get an exception from SonarCloud Analysis (probably before or during Unit tests - the coverage afterwards says 0%) - Project itself is C#, unit tests use NUnit.

Exception:

ERROR: Taint analysis was interrupted because of an unexpected error. java.lang.IllegalArgumentException: Start pointer [line=107, lineOffset=0] should be before end pointer [line=107, lineOffset=0] at org.sonar.api.utils.Preconditions.checkArgument(Preconditions.java:43)
    at org.sonar.api.batch.fs.internal.DefaultInputFile.newRangeValidPointers(DefaultInputFile.java:347)
    at org.sonar.api.batch.fs.internal.DefaultInputFile.newRange(DefaultInputFile.java:288)
    at com.sonar.security.I.T.A(na:2759)
    at com.sonar.security.I.T.A(na:1103)
    at java.base/java.lang.Iterable.forEach(Iterable.java:75)
    at com.sonar.security.I.T.A(na:3476)
    at com.sonar.security.I.T.A(na:123)
    at com.sonar.security.E.A(na:3015)
    at com.sonar.security.E.executeChecks(na:3263)
    at com.sonar.security.E.executeChecks(na:2918)
    at com.sonar.security.E.execute(na:860)
    at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:63)
    at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:75)
    at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:51)
    at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:64)
    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
    at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:192)
    at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:188)
    at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:159)
    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
    at org.sonar.scanner.bootstrap.ScannerContainer.doAfterStart(ScannerContainer.java:416)
    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
    at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:128)
    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
    at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:58)
    at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:52)
    at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:569)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
    at jdk.proxy1/jdk.proxy1.$Proxy0.execute(Unknown Source)
    at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
    at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
    at org.sonarsource.scanner.cli.Main.execute(Main.java:126)
    at org.sonarsource.scanner.cli.Main.execute(Main.java:81)
    at org.sonarsource.scanner.cli.Main.main(Main.java:62)

Hi,

Welcome to the community!

Could we have the full analysis log, starting from the begin command?

 
Thx,
Ann

Of course - have to post it in two replies (limit of 100k)

2024-08-23T16:00:24.2120881Z ##[section]Starting: SonarCloudAnalyze
2024-08-23T16:00:24.2125057Z ==============================================================================
2024-08-23T16:00:24.2125169Z Task         : Run Code Analysis
2024-08-23T16:00:24.2125232Z Description  : Run scanner and upload the results to the SonarCloud server.
2024-08-23T16:00:24.2125331Z Version      : 2.3.2
2024-08-23T16:00:24.2125385Z Author       : sonarsource
2024-08-23T16:00:24.2125478Z Help         : This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.

[More Information](https://docs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarcloud-extension-for-azure-devops/)
2024-08-23T16:00:24.2125803Z ==============================================================================
2024-08-23T16:00:24.4749532Z [command]D:\a\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\2.3.2\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe end
2024-08-23T16:00:24.5369954Z SonarScanner for MSBuild 6.2
2024-08-23T16:00:24.5370558Z Using the .NET Framework version of the Scanner for MSBuild
2024-08-23T16:00:24.5816344Z Post-processing started.
2024-08-23T16:00:25.0359108Z Calling the TFS Processor executable...
2024-08-23T16:00:25.2520456Z Fetching code coverage report information from TFS...
2024-08-23T16:00:25.2539605Z Attempting to locate a test results (.trx) file...
2024-08-23T16:00:25.2732011Z Looking for TRX files in: D:\a\1\TestResults
2024-08-23T16:00:25.2736326Z No test results files found
2024-08-23T16:00:25.2938916Z Did not find any binary coverage files in the expected location.
2024-08-23T16:00:25.2949460Z Falling back on locating coverage files in the agent temp directory.
2024-08-23T16:00:25.2955620Z Searching for coverage files in D:\a\_temp
2024-08-23T16:00:25.3582433Z No coverage files found in the agent temp directory.
2024-08-23T16:00:25.3583152Z Coverage report conversion completed successfully.
2024-08-23T16:00:25.3636420Z The TFS Processor has finished
2024-08-23T16:00:25.3684675Z Calling the SonarScanner CLI...
2024-08-23T16:00:29.4293206Z INFO: Scanner configuration file: D:\a\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\2.3.2\classic-sonar-scanner-msbuild\sonar-scanner-5.0.1.3006\bin\..\conf\sonar-scanner.properties
2024-08-23T16:00:29.4889490Z INFO: Project root configuration file: D:\a\1\.sonarqube\out\sonar-project.properties
2024-08-23T16:00:30.1035663Z INFO: SonarScanner 5.0.1.3006
2024-08-23T16:00:30.1036436Z INFO: Java 21.0.4 Eclipse Adoptium (64-bit)
2024-08-23T16:00:30.1036913Z INFO: Windows Server 2022 10.0 amd64
2024-08-23T16:00:37.0661176Z INFO: User cache: C:\Users\VssAdministrator\.sonar\cache
2024-08-23T16:00:40.6634864Z INFO: Analyzing on SonarCloud
2024-08-23T16:00:40.6636349Z INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
2024-08-23T16:00:53.0926559Z INFO: Load global settings
2024-08-23T16:00:53.2514239Z INFO: Load global settings (done) | time=328ms
2024-08-23T16:00:53.2515474Z INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
2024-08-23T16:00:54.2963755Z INFO: Loading required plugins
2024-08-23T16:00:54.2964716Z INFO: Load plugins index
2024-08-23T16:00:54.4096478Z INFO: Load plugins index (done) | time=110ms
2024-08-23T16:00:54.4099032Z INFO: Load/download plugins
2024-08-23T16:00:54.9822534Z INFO: Load/download plugins (done) | time=570ms
2024-08-23T16:00:55.7590633Z INFO: Found an active CI vendor: 'Azure DevOps'
2024-08-23T16:00:55.7591788Z INFO: Load project settings for component key: 'myvisionnetwork_IMISCore'
2024-08-23T16:00:55.8262785Z INFO: Load project settings for component key: 'myvisionnetwork_IMISCore' (done) | time=62ms
2024-08-23T16:00:55.9146140Z INFO: Process project properties
2024-08-23T16:00:55.9337311Z INFO: Project key: myvisionnetwork_IMISCore
2024-08-23T16:00:55.9338612Z INFO: Base dir: D:\a\1\s
2024-08-23T16:00:55.9339011Z INFO: Working dir: D:\a\1\.sonarqube\out\.sonar
2024-08-23T16:00:55.9759337Z INFO: Load project branches
2024-08-23T16:00:56.0713162Z INFO: Load project branches (done) | time=100ms
2024-08-23T16:00:56.0791790Z INFO: Check ALM binding of project 'myvisionnetwork_IMISCore'
2024-08-23T16:00:56.1076437Z INFO: Detected project binding: BOUND
2024-08-23T16:00:56.1089020Z INFO: Check ALM binding of project 'myvisionnetwork_IMISCore' (done) | time=31ms
2024-08-23T16:00:56.1130890Z INFO: Load project pull requests
2024-08-23T16:00:56.1634158Z INFO: Load project pull requests (done) | time=32ms
2024-08-23T16:00:56.1635568Z INFO: Load branch configuration
2024-08-23T16:00:56.1635811Z INFO: Load branch configuration (done) | time=0ms
2024-08-23T16:00:56.1726548Z INFO: Load quality profiles
2024-08-23T16:00:56.7151118Z INFO: Load quality profiles (done) | time=552ms
2024-08-23T16:00:56.7404576Z INFO: Load active rules
2024-08-23T16:00:59.2991002Z INFO: Load active rules (done) | time=2519ms
2024-08-23T16:00:59.4686552Z INFO: Organization key: myvisionnetwork
2024-08-23T16:00:59.5157715Z INFO: Preprocessing files...
2024-08-23T16:01:00.1473515Z WARN: File 'D:\a\1\s\IMISBL.Test\Resources\QR\QR_Version40.bmp' is bigger than 20MB and as consequence is removed from the analysis scope.
2024-08-23T16:01:00.1478281Z WARN: File 'D:\a\1\s\IMISBL.Test\Resources\QR\QR_Version40_Text.bmp' is bigger than 20MB and as consequence is removed from the analysis scope.
2024-08-23T16:01:00.5001820Z INFO: 6 languages detected in 591 preprocessed files
2024-08-23T16:01:00.5011092Z INFO: 39 files ignored because of inclusion/exclusion patterns
2024-08-23T16:01:00.5011895Z INFO: 12 files ignored because of scm ignore settings
2024-08-23T16:01:08.8176003Z INFO: Loading plugins for detected languages
2024-08-23T16:01:08.8180586Z INFO: Load/download plugins
2024-08-23T16:01:09.9204728Z INFO: Load/download plugins (done) | time=1098ms
2024-08-23T16:01:10.9648590Z INFO: Executing phase 2 project builders
2024-08-23T16:01:11.3344184Z INFO: Executing phase 2 project builders (done) | time=360ms
2024-08-23T16:01:11.3345167Z INFO: Load project repositories
2024-08-23T16:01:11.4333900Z INFO: Load project repositories (done) | time=97ms
2024-08-23T16:01:11.6201673Z INFO: Indexing files...
2024-08-23T16:01:11.6643042Z INFO: Project configuration:
2024-08-23T16:01:11.7205465Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7633861Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7634974Z INFO: Indexing files of module 'IMISDL'
2024-08-23T16:01:11.7635417Z INFO:   Base dir: D:\a\1\s\IMISDL
2024-08-23T16:01:11.7636272Z INFO:   Source paths: FileImportDL.cs, GenericSPDL.cs, GetAvisoEingabeDL.cs, GetCol...
2024-08-23T16:01:11.7637170Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7637806Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7638298Z INFO: Indexing files of module 'IMISWebAPI'
2024-08-23T16:01:11.7638932Z INFO:   Base dir: D:\a\1\s\IMISWebAPI
2024-08-23T16:01:11.7639313Z INFO:   Source paths: Controllers/AvisoEingabeController.cs, Controllers/CollatorNo...
2024-08-23T16:01:11.7640137Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7642049Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7642735Z INFO: Indexing files of module 'IMISBL.Test'
2024-08-23T16:01:11.7643221Z INFO:   Base dir: D:\a\1\s\IMISBL.Test
2024-08-23T16:01:11.7643589Z INFO:   Test paths: Helper.cs, QRCodeResultTestBL.cs, QRDecoderTestBL.cs, TConfigTe...
2024-08-23T16:01:11.7644424Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7645405Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7645936Z INFO: Indexing files of module 'IMISDL'
2024-08-23T16:01:11.7646264Z INFO:   Base dir: D:\a\1\s\IMISDL
2024-08-23T16:01:11.7647060Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7647705Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7648173Z INFO: Indexing files of module 'IMISHelper'
2024-08-23T16:01:11.7648793Z INFO:   Base dir: D:\a\1\s\IMISHelper
2024-08-23T16:01:11.7649603Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7650226Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7650696Z INFO: Indexing files of module 'IMISHelper'
2024-08-23T16:01:11.7651028Z INFO:   Base dir: D:\a\1\s\IMISHelper
2024-08-23T16:01:11.7654534Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7655136Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7655496Z INFO: Indexing files of module 'IMISSignalR'
2024-08-23T16:01:11.7655640Z INFO:   Base dir: D:\a\1\s\IMISSignalR
2024-08-23T16:01:11.7655824Z INFO:   Source paths: Classes/AppSettings.cs, Classes/SessionEntryFactory.cs, MainH...
2024-08-23T16:01:11.7656447Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7656865Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7657278Z INFO: Indexing files of module 'IMISHelper'
2024-08-23T16:01:11.7657425Z INFO:   Base dir: D:\a\1\s\IMISHelper
2024-08-23T16:01:11.7658008Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7658516Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7658785Z INFO: Indexing files of module 'IMISHelper'
2024-08-23T16:01:11.7658926Z INFO:   Base dir: D:\a\1\s\IMISHelper
2024-08-23T16:01:11.7659557Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7663554Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7663915Z INFO: Indexing files of module 'IMISHelper'
2024-08-23T16:01:11.7664102Z INFO:   Base dir: D:\a\1\s\IMISHelper
2024-08-23T16:01:11.7664703Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7681508Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7682595Z INFO: Indexing files of module 'IMISModels'
2024-08-23T16:01:11.7683013Z INFO:   Base dir: D:\a\1\s\IMISModels
2024-08-23T16:01:11.7683894Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7684596Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7685122Z INFO: Indexing files of module 'IMISBL'
2024-08-23T16:01:11.7685513Z INFO:   Base dir: D:\a\1\s\IMISBL
2024-08-23T16:01:11.7686365Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7687044Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7687568Z INFO: Indexing files of module 'IMISModels'
2024-08-23T16:01:11.7687961Z INFO:   Base dir: D:\a\1\s\IMISModels
2024-08-23T16:01:11.7690219Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7691097Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7691624Z INFO: Indexing files of module 'IMISBL'
2024-08-23T16:01:11.7692154Z INFO:   Base dir: D:\a\1\s\IMISBL
2024-08-23T16:01:11.7692692Z INFO:   Source paths: FileImportBL.cs, GenericSPBL.cs, GetAvisoEingabeBL.cs, GetCol...
2024-08-23T16:01:11.7693683Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7694362Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7694881Z INFO: Indexing files of module 'IMISHelper'
2024-08-23T16:01:11.7695286Z INFO:   Base dir: D:\a\1\s\IMISHelper
2024-08-23T16:01:11.7695712Z INFO:   Source paths: AppSettings.cs, ColumnAttribute.cs, PianoErrorParser.cs
2024-08-23T16:01:11.7696587Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7697289Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7697828Z INFO: Indexing files of module 'IMISModels'
2024-08-23T16:01:11.7698187Z INFO:   Base dir: D:\a\1\s\IMISModels
2024-08-23T16:01:11.7698562Z INFO:   Source paths: DocumentResult.cs, Enums/FilterActions.cs, Enums/GridActions....
2024-08-23T16:01:11.7699413Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7741790Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7786889Z INFO: Indexing files of module 'IMISHelper'
2024-08-23T16:01:11.7787304Z INFO:   Base dir: D:\a\1\s\IMISHelper
2024-08-23T16:01:11.7788846Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7789635Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7790102Z INFO: Indexing files of module 'IMISBL'
2024-08-23T16:01:11.7790435Z INFO:   Base dir: D:\a\1\s\IMISBL
2024-08-23T16:01:11.7791534Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7792329Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7796482Z INFO: Indexing files of module 'IMISDL'
2024-08-23T16:01:11.7796973Z INFO:   Base dir: D:\a\1\s\IMISDL
2024-08-23T16:01:11.7797949Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7798696Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7799714Z INFO: Indexing files of module 'IMISModels'
2024-08-23T16:01:11.7800074Z INFO:   Base dir: D:\a\1\s\IMISModels
2024-08-23T16:01:11.7800869Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7801762Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7802425Z INFO: Indexing files of module 'IMISDL'
2024-08-23T16:01:11.7802747Z INFO:   Base dir: D:\a\1\s\IMISDL
2024-08-23T16:01:11.7803821Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7804476Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7804923Z INFO: Indexing files of module 'IMIS'
2024-08-23T16:01:11.7805238Z INFO:   Base dir: D:\a\1\s\IMIS
2024-08-23T16:01:11.7805872Z INFO:   Source paths: Classes/AppSettings.cs, Classes/HealthCheck.cs, Classes/HtmlE...
2024-08-23T16:01:11.7806704Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.7807312Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.7905668Z INFO: Some of the project files were automatically excluded because they looked like generated code. Enable debug logging to see which files were excluded. You can disable bundle detection by setting sonar.javascript.detectBundles=false
2024-08-23T16:01:11.9989563Z INFO: Indexing files of module 'IMISModels'
2024-08-23T16:01:11.9991600Z INFO:   Base dir: D:\a\1\s\IMISModels
2024-08-23T16:01:11.9993239Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.9994071Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.9994585Z INFO: Indexing files of module 'IMISModels'
2024-08-23T16:01:11.9995293Z INFO:   Base dir: D:\a\1\s\IMISModels
2024-08-23T16:01:11.9996293Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:11.9997516Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:11.9998360Z INFO: Indexing files of module 'myvisionnetwork_IMISCore'
2024-08-23T16:01:11.9998747Z INFO:   Base dir: D:\a\1\s
2024-08-23T16:01:11.9999577Z INFO:   Excluded sources: **/build-wrapper-dump.json, IMISSignalR/Scripts/*, IMIS/wwwroot/*, IMIS/wwwroot/Content/css/*, IMIS/self_components/Scripts/bootstrap*, IMIS/self_components/Scripts/jquery*, IMIS/self_components/Scripts/jspdf*, IMIS/self_components/Scripts/kendo*, IMIS/self_components/Styles/bootstrap*, IMIS/self_components/Styles/jquery*, IMIS/self_components/Styles/kendo*
2024-08-23T16:01:12.0000266Z INFO:   Excluded sources for coverage: IMISSignalR/**/*, IMISDL/**/*, IMISAPI/**/*, IMIS/**/*, IMISHelper/**/*, IMISModels/**/*
2024-08-23T16:01:12.0000857Z INFO: 581 files indexed
2024-08-23T16:01:12.0001200Z INFO: Quality profile for cs: Sonar way
2024-08-23T16:01:12.0001594Z INFO: Quality profile for css: Sonar way
2024-08-23T16:01:12.0001959Z INFO: Quality profile for js: Sonar way
2024-08-23T16:01:12.0002320Z INFO: Quality profile for json: Sonar way
2024-08-23T16:01:12.0002713Z INFO: Quality profile for web: Sonar way
2024-08-23T16:01:12.0003080Z INFO: Quality profile for xml: Sonar way
2024-08-23T16:01:12.0003554Z INFO: ------------- Run sensors on module IMISHelper
2024-08-23T16:01:12.0290404Z INFO: Load metrics repository
2024-08-23T16:01:12.1035393Z INFO: Load metrics repository (done) | time=54ms
2024-08-23T16:01:12.1036299Z INFO: Sensor cache enabled
2024-08-23T16:01:13.1858425Z INFO: Load sensor cache
2024-08-23T16:01:13.7893073Z INFO: Load sensor cache (487 KB) | time=578ms
2024-08-23T16:01:14.7673714Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:14.7675130Z INFO: Sensor C# Project Type Information [csharp] (done) | time=3ms
2024-08-23T16:01:14.7676030Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:14.7868410Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:14.7870614Z INFO: Language version: CSharp10
2024-08-23T16:01:14.7871407Z INFO: Concurrent execution: enabled
2024-08-23T16:01:14.7872744Z INFO: Sensor C# Analysis Log [csharp] (done) | time=7ms
2024-08-23T16:01:14.7883452Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:14.7884118Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-08-23T16:01:14.7884521Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:14.7885338Z 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
2024-08-23T16:01:14.7885893Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:14.7886335Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
2024-08-23T16:01:14.7886726Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:14.8241027Z INFO: 0 source files to be analyzed
2024-08-23T16:01:14.8242092Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:14.8242786Z INFO: Sensor Java Config Sensor [iac] (done) | time=21ms
2024-08-23T16:01:14.8243174Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:14.8243560Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:14.8243945Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-08-23T16:01:14.8244296Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:14.8906421Z INFO: 0 source files to be analyzed
2024-08-23T16:01:14.8907501Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:14.8908857Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=85ms
2024-08-23T16:01:14.8909300Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:14.8909697Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:14.9553978Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:14.9562418Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=68ms
2024-08-23T16:01:14.9563107Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:14.9601340Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-08-23T16:01:14.9906709Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:14.9911435Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:14.9928350Z INFO: ------------- Run sensors on module IMISModels
2024-08-23T16:01:15.0145381Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:15.0146571Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-08-23T16:01:15.0147160Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:15.0475973Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:15.0477209Z INFO: Language version: CSharp10
2024-08-23T16:01:15.0477872Z INFO: Concurrent execution: enabled
2024-08-23T16:01:15.0581911Z INFO: Sensor C# Analysis Log [csharp] (done) | time=3ms
2024-08-23T16:01:15.0709673Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:15.0710620Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:15.0710974Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:15.0711764Z 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
2024-08-23T16:01:15.0712356Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:15.0712741Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:15.0713077Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:15.0713614Z INFO: 0 source files to be analyzed
2024-08-23T16:01:15.0713940Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:15.0714270Z INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
2024-08-23T16:01:15.0714609Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:15.0714967Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:15.0715324Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-08-23T16:01:15.0715660Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:15.0715979Z INFO: 0 source files to be analyzed
2024-08-23T16:01:15.1192487Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:15.1279566Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=31ms
2024-08-23T16:01:15.1280395Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:15.1285756Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:15.1286373Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:15.1310559Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:15.1311711Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:15.1312078Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:15.1334045Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:15.1334633Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2024-08-23T16:01:15.1335211Z INFO: ------------- Run sensors on module IMISModels
2024-08-23T16:01:15.1335778Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:15.1336099Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:15.1336695Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:15.1336992Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:15.1337272Z INFO: Language version: CSharp10
2024-08-23T16:01:15.1337548Z INFO: Concurrent execution: enabled
2024-08-23T16:01:15.1337874Z INFO: Sensor C# Analysis Log [csharp] (done) | time=3ms
2024-08-23T16:01:15.1338169Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:15.1338572Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:15.1338859Z INFO: Sensor HTML [web]
2024-08-23T16:01:15.1339138Z INFO: Sensor HTML [web] (done) | time=7ms
2024-08-23T16:01:15.1339427Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:15.1339983Z 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
2024-08-23T16:01:15.1340425Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:15.1340771Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:15.1341315Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:15.1341769Z INFO: 0 source files to be analyzed
2024-08-23T16:01:15.1347394Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:15.1372413Z INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
2024-08-23T16:01:15.1373542Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:15.1374068Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:15.1695079Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-08-23T16:01:15.2953027Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:15.3012061Z INFO: 0 source files to be analyzed
2024-08-23T16:01:15.3012848Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:15.3013185Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=8ms
2024-08-23T16:01:15.3015295Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:15.3015945Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:15.3016289Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:15.3016613Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:15.3016940Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:15.3017319Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=2ms
2024-08-23T16:01:15.3017848Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:15.3018216Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2024-08-23T16:01:15.3487044Z INFO: ------------- Run sensors on module IMISSignalR
2024-08-23T16:01:15.3517795Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:15.3521977Z INFO: Sensor C# Project Type Information [csharp] (done) | time=2ms
2024-08-23T16:01:15.3524073Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:15.3524441Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:15.3524746Z INFO: Language version: CSharp10
2024-08-23T16:01:15.3525062Z INFO: Concurrent execution: enabled
2024-08-23T16:01:15.3525390Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:15.3525705Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:15.3526031Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:15.3526355Z INFO: Sensor HTML [web]
2024-08-23T16:01:15.3526652Z INFO: Sensor HTML [web] (done) | time=1ms
2024-08-23T16:01:15.3526978Z INFO: Sensor XML Sensor [xml]
2024-08-23T16:01:15.3925641Z INFO: 2 source files to be analyzed
2024-08-23T16:01:16.0650397Z INFO: 2/2 source files have been analyzed
2024-08-23T16:01:16.0653756Z INFO: Sensor XML Sensor [xml] (done) | time=708ms
2024-08-23T16:01:16.0654518Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:16.0859705Z 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
2024-08-23T16:01:16.0861147Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:16.0861603Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
2024-08-23T16:01:16.0881007Z INFO: Sensor IaC CloudFormation Sensor [iac]
2024-08-23T16:01:16.0882222Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.0882728Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.0883121Z INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=9ms
2024-08-23T16:01:16.0883535Z INFO: Sensor IaC AzureResourceManager Sensor [iac]
2024-08-23T16:01:16.1113404Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.1114519Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.1115142Z INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=42ms
2024-08-23T16:01:16.1214160Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:16.1215507Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.1216167Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.1726036Z INFO: Sensor Java Config Sensor [iac] (done) | time=3ms
2024-08-23T16:01:16.1727543Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:16.1728283Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:16.1814026Z INFO: Sensor CSS Rules [javascript] (done) | time=2ms
2024-08-23T16:01:16.1817085Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:16.1818045Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.2120103Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.2121663Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-08-23T16:01:16.2122399Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:16.2173242Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:16.2174653Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:16.2175083Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:16.2175468Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:16.2175861Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-08-23T16:01:16.2176259Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:16.2176661Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.2177292Z INFO: ------------- Run sensors on module IMISBL
2024-08-23T16:01:16.2177679Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:16.2178053Z INFO: Sensor C# Project Type Information [csharp] (done) | time=2ms
2024-08-23T16:01:16.2178426Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:16.2178792Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:16.2179139Z INFO: Language version: CSharp10
2024-08-23T16:01:16.2179619Z INFO: Concurrent execution: enabled
2024-08-23T16:01:16.2180082Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2024-08-23T16:01:16.2180435Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:16.2180795Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-08-23T16:01:16.2181205Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:16.2181868Z 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
2024-08-23T16:01:16.2208791Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:16.2210578Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:16.2211182Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:16.2268354Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.2600420Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.2805760Z INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
2024-08-23T16:01:16.2806548Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:16.2807052Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:16.2807453Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-08-23T16:01:16.2807813Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:16.2855381Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.2869835Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.2870684Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=8ms
2024-08-23T16:01:16.2871087Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:16.2958650Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:16.2959699Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:16.2960293Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:16.2960833Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:16.2961250Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.2961662Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:16.3010059Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.3011084Z INFO: ------------- Run sensors on module IMISHelper
2024-08-23T16:01:16.3086406Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:16.3088409Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:16.3088923Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:16.3089099Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:16.3090018Z INFO: Language version: CSharp10
2024-08-23T16:01:16.3090630Z INFO: Concurrent execution: enabled
2024-08-23T16:01:16.3100189Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:16.3510626Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:16.3511666Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-08-23T16:01:16.3512264Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:16.3577393Z 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
2024-08-23T16:01:16.3578674Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:16.3579412Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2024-08-23T16:01:16.3914473Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:16.3915345Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.3915905Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.3928809Z INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
2024-08-23T16:01:16.3929942Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:16.3930351Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:16.3930737Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-08-23T16:01:16.3931075Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:16.3931409Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.3931744Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.3932100Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=45ms
2024-08-23T16:01:16.3932470Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:16.3932840Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:16.3933199Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:16.3933581Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.3974312Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:16.3975555Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.3976129Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:16.4296700Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.4298567Z INFO: ------------- Run sensors on module IMISBL
2024-08-23T16:01:16.4302651Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:16.4405759Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:16.4406815Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:16.4407364Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:16.4747443Z INFO: Language version: CSharp10
2024-08-23T16:01:16.4748263Z INFO: Concurrent execution: enabled
2024-08-23T16:01:16.4755551Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:16.4756602Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:16.4756961Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-08-23T16:01:16.5428986Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:16.5430273Z 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
2024-08-23T16:01:16.5430881Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:16.5431294Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:16.5431691Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:16.5432019Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.5432361Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.5432716Z INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2024-08-23T16:01:16.5433054Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:16.5433432Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:16.5433818Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:16.5434154Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:16.5434494Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.5434831Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.5435170Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-08-23T16:01:16.5435533Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:16.5435910Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:16.5436269Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:16.5436657Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5437033Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:16.5437472Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5437853Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:16.5438214Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5438680Z INFO: ------------- Run sensors on module IMISModels
2024-08-23T16:01:16.5439030Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:16.5439405Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-08-23T16:01:16.5439854Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:16.5440180Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:16.5440497Z INFO: Language version: CSharp10
2024-08-23T16:01:16.5440826Z INFO: Concurrent execution: enabled
2024-08-23T16:01:16.5441164Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2024-08-23T16:01:16.5441489Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:16.5441827Z INFO: Sensor C# Properties [csharp] (done) | time=3ms
2024-08-23T16:01:16.5442176Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:16.5442757Z 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
2024-08-23T16:01:16.5443447Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:16.5443834Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
2024-08-23T16:01:16.5444178Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:16.5444491Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.5444928Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.5445269Z INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2024-08-23T16:01:16.5445595Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:16.5445958Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:16.5446344Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:16.5446669Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:16.5446995Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.5447323Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.5447652Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=6ms
2024-08-23T16:01:16.5448008Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:16.5448370Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:16.5448721Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:16.5449128Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5449517Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:16.5449993Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5450351Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:16.5450718Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5451173Z INFO: ------------- Run sensors on module IMISModels
2024-08-23T16:01:16.5451525Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:16.5451877Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-08-23T16:01:16.5452220Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:16.5452532Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:16.5454779Z INFO: Language version: CSharp10
2024-08-23T16:01:16.5455144Z INFO: Concurrent execution: enabled
2024-08-23T16:01:16.5455486Z INFO: Sensor C# Analysis Log [csharp] (done) | time=4ms
2024-08-23T16:01:16.5455822Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:16.5456158Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-08-23T16:01:16.5456493Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:16.5457113Z 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
2024-08-23T16:01:16.5457594Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:16.5457976Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:16.5458307Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:16.5458629Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.5458956Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.5459287Z INFO: Sensor Java Config Sensor [iac] (done) | time=3ms
2024-08-23T16:01:16.5459812Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:16.5460176Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:16.5460535Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:16.5460867Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:16.5461191Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.5461506Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.5461847Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=6ms
2024-08-23T16:01:16.5462363Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:16.5462747Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:16.5463107Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:16.5463484Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5463836Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:16.5465139Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5465505Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:16.5465863Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5466334Z INFO: ------------- Run sensors on module IMISDL
2024-08-23T16:01:16.5466683Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:16.5467030Z INFO: Sensor C# Project Type Information [csharp] (done) | time=2ms
2024-08-23T16:01:16.5467378Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:16.5467704Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:16.5468015Z INFO: Language version: CSharp10
2024-08-23T16:01:16.5468338Z INFO: Concurrent execution: enabled
2024-08-23T16:01:16.5468677Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:16.5469001Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:16.5469358Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-08-23T16:01:16.5469841Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:16.5470446Z 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
2024-08-23T16:01:16.5470869Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:16.5471185Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
2024-08-23T16:01:16.5471460Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:16.5471700Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.5471954Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.5472223Z INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2024-08-23T16:01:16.5472474Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:16.5472763Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:16.5473063Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-08-23T16:01:16.5473311Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:16.5473562Z INFO: 0 source files to be analyzed
2024-08-23T16:01:16.5473815Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:16.5474095Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-08-23T16:01:16.5474391Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:16.5474673Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:16.5474963Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:16.5475264Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=2ms
2024-08-23T16:01:16.5475545Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:16.5475830Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5476129Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:16.5476420Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:16.5476774Z INFO: ------------- Run sensors on module IMIS
2024-08-23T16:01:16.5477046Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:16.5477325Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:16.5477584Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:16.5477830Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:16.5478176Z INFO: Language version: CSharp10
2024-08-23T16:01:16.5478421Z INFO: Concurrent execution: enabled
2024-08-23T16:01:16.5478686Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:16.5478949Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:16.5479200Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:16.5479749Z INFO: Sensor HTML [web]
2024-08-23T16:01:20.0186245Z INFO: Sensor HTML [web] (done) | time=3533ms
2024-08-23T16:01:20.0187855Z INFO: Sensor XML Sensor [xml]
2024-08-23T16:01:20.0201225Z INFO: 2 source files to be analyzed
2024-08-23T16:01:20.0491689Z INFO: 2/2 source files have been analyzed
2024-08-23T16:01:20.0492651Z INFO: Sensor XML Sensor [xml] (done) | time=33ms
2024-08-23T16:01:20.0492990Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:20.0493721Z 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
2024-08-23T16:01:20.0494179Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:20.0494527Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:20.0494843Z INFO: Sensor IaC CloudFormation Sensor [iac]
2024-08-23T16:01:20.0721748Z INFO: 0 source files to be analyzed
2024-08-23T16:01:20.0722729Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:20.0723194Z INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=22ms
2024-08-23T16:01:20.0723517Z INFO: Sensor IaC AzureResourceManager Sensor [iac]
2024-08-23T16:01:20.0803465Z INFO: 0 source files to be analyzed
2024-08-23T16:01:20.0805240Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:20.0805843Z INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=5ms
2024-08-23T16:01:20.0873834Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:20.0876343Z INFO: 0 source files to be analyzed
2024-08-23T16:01:20.0876821Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:20.0877139Z INFO: Sensor Java Config Sensor [iac] (done) | time=5ms
2024-08-23T16:01:20.0877462Z INFO: Sensor JavaScript/TypeScript analysis [javascript]
2024-08-23T16:01:26.1765085Z INFO: Detected os: Windows Server 2022 arch: amd64 alpine: false. Platform: WIN_X64
2024-08-23T16:01:32.9684107Z INFO: Using embedded Node.js runtime
2024-08-23T16:01:32.9684673Z INFO: Using Node.js executable: 'C:\Users\VssAdministrator\.sonar\js\node-runtime\node.exe'.
2024-08-23T16:01:36.2217898Z INFO: Memory configuration: OS (7167 MB), Node.js (2096 MB).
2024-08-23T16:01:41.1105028Z INFO: Found 0 tsconfig.json file(s): []
2024-08-23T16:01:41.1105332Z INFO: Creating TypeScript program
2024-08-23T16:01:41.1105836Z INFO: TypeScript configuration file C:\Users\VSSADM~1\AppData\Local\Temp\tmp-2352-kiasLqV3gu4K
2024-08-23T16:01:41.1106032Z INFO: 20 source files to be analyzed
2024-08-23T16:01:41.1106189Z INFO: Starting analysis with current program
2024-08-23T16:01:50.0430398Z INFO: 20/20 files analyzed, current file: IMIS/self_components/Scripts/Report/GridManager.js
2024-08-23T16:01:51.4453975Z INFO: Analyzed 20 file(s) with current program
2024-08-23T16:01:51.4474916Z INFO: 20/20 source files have been analyzed
2024-08-23T16:01:51.4477725Z INFO: Hit the cache for 0 out of 20
2024-08-23T16:01:51.4493371Z INFO: Miss the cache for 20 out of 20: ANALYSIS_MODE_INELIGIBLE [20/20]
2024-08-23T16:01:51.4493944Z INFO: Sensor JavaScript/TypeScript analysis [javascript] (done) | time=31368ms
2024-08-23T16:01:51.4498252Z INFO: Sensor JavaScript inside HTML analysis [javascript]
2024-08-23T16:01:51.4510175Z INFO: No input files found for analysis
2024-08-23T16:01:51.4512653Z INFO: Hit the cache for 0 out of 0
2024-08-23T16:01:51.4513178Z INFO: Miss the cache for 0 out of 0
2024-08-23T16:01:51.4513594Z INFO: Sensor JavaScript inside HTML analysis [javascript] (done) | time=1ms
2024-08-23T16:01:51.4513958Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:51.4746210Z INFO: 8 source files to be analyzed
2024-08-23T16:01:52.3650730Z INFO: 8/8 source files have been analyzed
2024-08-23T16:01:52.3651853Z INFO: Hit the cache for 0 out of 0
2024-08-23T16:01:52.3654505Z INFO: Miss the cache for 0 out of 0
2024-08-23T16:01:52.3655525Z INFO: Sensor CSS Rules [javascript] (done) | time=914ms
2024-08-23T16:01:52.3655949Z INFO: Sensor CSS Metrics [javascript]
2024-08-23T16:01:52.5662618Z INFO: Sensor CSS Metrics [javascript] (done) | time=192ms
2024-08-23T16:01:52.5664793Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:52.5688087Z INFO: 0 source files to be analyzed
2024-08-23T16:01:52.5914862Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:52.7752249Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=11ms
2024-08-23T16:01:52.7753681Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:52.7771532Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:52.8084952Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:52.8087485Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:52.8089077Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:52.8163085Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-08-23T16:01:52.8164879Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:52.8165721Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2024-08-23T16:01:52.8431602Z INFO: ------------- Run sensors on module IMISHelper
2024-08-23T16:01:52.8435466Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:52.8436527Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-08-23T16:01:52.8494737Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:52.8497852Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:52.8498510Z INFO: Language version: CSharp10
2024-08-23T16:01:52.8759123Z INFO: Concurrent execution: enabled
2024-08-23T16:01:52.8760600Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:52.8761377Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:52.8831645Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-08-23T16:01:52.8833130Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:52.8834252Z 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
2024-08-23T16:01:52.9124742Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:52.9128960Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:52.9129753Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:52.9142004Z INFO: 0 source files to be analyzed
2024-08-23T16:01:52.9143080Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:52.9143546Z INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
2024-08-23T16:01:52.9144003Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:52.9145161Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:52.9146615Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-08-23T16:01:52.9147059Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:52.9147394Z INFO: 0 source files to be analyzed
2024-08-23T16:01:52.9147767Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:52.9149131Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=10ms
2024-08-23T16:01:52.9150468Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:52.9151015Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:52.9151427Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:52.9151826Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:52.9152424Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:52.9152806Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-08-23T16:01:52.9153652Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:52.9153948Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:52.9154564Z INFO: ------------- Run sensors on module IMISHelper
2024-08-23T16:01:52.9155228Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:52.9155658Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:52.9219733Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:52.9221211Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:52.9222203Z INFO: Language version: CSharp10
2024-08-23T16:01:52.9222796Z INFO: Concurrent execution: enabled
2024-08-23T16:01:52.9594487Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2024-08-23T16:01:52.9599583Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:52.9600711Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-08-23T16:01:52.9673049Z INFO: Sensor HTML [web]
2024-08-23T16:01:52.9677846Z INFO: Sensor HTML [web] (done) | time=0ms
2024-08-23T16:01:52.9678572Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:52.9885165Z 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
2024-08-23T16:01:52.9890545Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:52.9891379Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
2024-08-23T16:01:52.9963029Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:52.9967414Z INFO: 0 source files to be analyzed
2024-08-23T16:01:52.9968154Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.0591859Z INFO: Sensor Java Config Sensor [iac] (done) | time=3ms
2024-08-23T16:01:53.0744614Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.0746719Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.0783208Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-08-23T16:01:53.0784402Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.0785034Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.0806175Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.0807306Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-08-23T16:01:53.0807958Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.0823668Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.0824722Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.0825351Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:53.0873550Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.0899115Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.0907168Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.0908326Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.1120405Z INFO: ------------- Run sensors on module IMISBL.Test
2024-08-23T16:01:53.1121989Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.1122537Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-08-23T16:01:53.1128240Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.1131445Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.1132081Z INFO: Language version: CSharp10
2024-08-23T16:01:53.1132501Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.1132920Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:53.1133310Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.1136709Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:53.1137138Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.1146137Z 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
2024-08-23T16:01:53.1147460Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.1148084Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:53.1148309Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.1148837Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.1149283Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.1149719Z INFO: Sensor Java Config Sensor [iac] (done) | time=3ms
2024-08-23T16:01:53.1156783Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.1157949Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.1158445Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:53.1158853Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.1159275Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.1159690Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.1160243Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=5ms
2024-08-23T16:01:53.1160788Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.1161262Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.1161700Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.1162224Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:53.1162641Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.1203487Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.1205068Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.1205771Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.1477724Z INFO: ------------- Run sensors on module IMISDL
2024-08-23T16:01:53.1478985Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.1479700Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:53.1563747Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.1568451Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.1569279Z INFO: Language version: CSharp10
2024-08-23T16:01:53.1842863Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.1890568Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:53.1908162Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.1993960Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:53.1995398Z INFO: Sensor HTML [web]
2024-08-23T16:01:53.1995997Z INFO: Sensor HTML [web] (done) | time=0ms
2024-08-23T16:01:53.2371755Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.2373924Z 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
2024-08-23T16:01:53.2374693Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.2455160Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:53.2456663Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.2457288Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.2679594Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.2681327Z INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
2024-08-23T16:01:53.2682200Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.2806022Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.2808772Z INFO: Sensor CSS Rules [javascript] (done) | time=2ms
2024-08-23T16:01:53.2809340Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3056571Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3057864Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3058509Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=6ms
2024-08-23T16:01:53.3107104Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3109089Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3109770Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3132286Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:53.3133004Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3133463Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3133838Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3134230Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3134827Z INFO: ------------- Run sensors on module IMISModels
2024-08-23T16:01:53.3135190Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.3135558Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-08-23T16:01:53.3135888Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.3136218Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.3136557Z INFO: Language version: CSharp10
2024-08-23T16:01:53.3136870Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.3137330Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:53.3137675Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.3137999Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:53.3138373Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.3138975Z 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
2024-08-23T16:01:53.3139464Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.3139831Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2024-08-23T16:01:53.3140211Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.3140670Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3140984Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3141314Z INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2024-08-23T16:01:53.3141637Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.3141946Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.3142282Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:53.3142582Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3142857Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3143150Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3143457Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-08-23T16:01:53.3143758Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3144085Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3144408Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3144729Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3145058Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3145382Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-08-23T16:01:53.3145696Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3146031Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3146435Z INFO: ------------- Run sensors on module IMISBL
2024-08-23T16:01:53.3147591Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.3147915Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:53.3148223Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.3148495Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.3148788Z INFO: Language version: CSharp10
2024-08-23T16:01:53.3149075Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.3149468Z INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms
2024-08-23T16:01:53.3149768Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.3150349Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:53.3150746Z INFO: Sensor HTML [web]
2024-08-23T16:01:53.3151032Z INFO: Sensor HTML [web] (done) | time=1ms
2024-08-23T16:01:53.3151325Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.3151875Z 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
2024-08-23T16:01:53.3152314Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.3152660Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:53.3152960Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.3153224Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3153519Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3153815Z INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
2024-08-23T16:01:53.3154089Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.3154410Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.3154733Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:53.3155006Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3155309Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3155595Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3155877Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-08-23T16:01:53.3156187Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3156504Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3156804Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3157130Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3157452Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3157750Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3158070Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3158394Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3158774Z INFO: ------------- Run sensors on module IMISDL
2024-08-23T16:01:53.3159079Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.3159395Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:53.3159677Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.3159957Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.3160468Z INFO: Language version: CSharp10
2024-08-23T16:01:53.3160739Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.3161032Z INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms
2024-08-23T16:01:53.3161321Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.3161601Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:53.3165747Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.3166401Z 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
2024-08-23T16:01:53.3166839Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.3167764Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
2024-08-23T16:01:53.3168066Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.3168348Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3168614Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3168916Z INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
2024-08-23T16:01:53.3169209Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.3169596Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.3169923Z INFO: Sensor CSS Rules [javascript] (done) | time=2ms
2024-08-23T16:01:53.3170620Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3170989Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3171275Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3171573Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=6ms
2024-08-23T16:01:53.3171871Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3172186Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3172548Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3172801Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:53.3173053Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3173299Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3173536Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3173787Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3174134Z INFO: ------------- Run sensors on module IMISWebAPI
2024-08-23T16:01:53.3174356Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.3174597Z INFO: Sensor C# Project Type Information [csharp] (done) | time=2ms
2024-08-23T16:01:53.3174831Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.3175022Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.3175228Z INFO: Language version: CSharp10
2024-08-23T16:01:53.3175435Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.3175645Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:53.3175866Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.3176087Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:53.3176287Z INFO: Sensor HTML [web]
2024-08-23T16:01:53.3176490Z INFO: Sensor HTML [web] (done) | time=0ms
2024-08-23T16:01:53.3176697Z INFO: Sensor XML Sensor [xml]
2024-08-23T16:01:53.3176886Z INFO: 2 source files to be analyzed
2024-08-23T16:01:53.3177102Z INFO: 2/2 source files have been analyzed
2024-08-23T16:01:53.3177320Z INFO: Sensor XML Sensor [xml] (done) | time=56ms
2024-08-23T16:01:53.3177530Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.3177997Z 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
2024-08-23T16:01:53.3178364Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.3178632Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:53.3178849Z INFO: Sensor IaC CloudFormation Sensor [iac]
2024-08-23T16:01:53.3179070Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3179280Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3179494Z INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2ms
2024-08-23T16:01:53.3179733Z INFO: Sensor IaC AzureResourceManager Sensor [iac]
2024-08-23T16:01:53.3179951Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3180298Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3180555Z INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=2ms
2024-08-23T16:01:53.3181316Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.3181510Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3181724Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3181946Z INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2024-08-23T16:01:53.3182151Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.3182398Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.3182747Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:53.3182953Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3183164Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3183377Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3183586Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=8ms
2024-08-23T16:01:53.3183831Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3184079Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3184313Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3184570Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:53.3184819Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3185047Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3185296Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3185551Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3185866Z INFO: ------------- Run sensors on module IMISHelper
2024-08-23T16:01:53.3186241Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.3186488Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:53.3186700Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.3186906Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.3187113Z INFO: Language version: CSharp10
2024-08-23T16:01:53.3187311Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.3187535Z INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms
2024-08-23T16:01:53.3187755Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.3187959Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:53.3188192Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.3188654Z 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
2024-08-23T16:01:53.3189019Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.3189273Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2024-08-23T16:01:53.3189502Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.3189711Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3189908Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3190358Z INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2024-08-23T16:01:53.3190631Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.3190871Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.3191127Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:53.3191346Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3191538Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3191755Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3191981Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=6ms
2024-08-23T16:01:53.3192225Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3192474Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3192718Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3192960Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3193281Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3193523Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3193759Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3194010Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3194343Z INFO: ------------- Run sensors on module IMISModels
2024-08-23T16:01:53.3194630Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.3194871Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:53.3195098Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.3195303Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.3195494Z INFO: Language version: CSharp10
2024-08-23T16:01:53.3195703Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.3195913Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:53.3196132Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.3196349Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-08-23T16:01:53.3196563Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.3197024Z 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
2024-08-23T16:01:53.3197384Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.3197660Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2024-08-23T16:01:53.3197874Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.3198082Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3198294Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3198503Z INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2024-08-23T16:01:53.3198722Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.3198972Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.3199213Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:53.3199431Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3199640Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3199835Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3200303Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=9ms
2024-08-23T16:01:53.3200713Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3200960Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3201206Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3201462Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=2ms
2024-08-23T16:01:53.3201693Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3201955Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3202210Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3202445Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2024-08-23T16:01:53.3202771Z INFO: ------------- Run sensors on module IMISHelper
2024-08-23T16:01:53.3203007Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.3203243Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:53.3203458Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.3203663Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.3205799Z INFO: Language version: CSharp10
2024-08-23T16:01:53.3206016Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.3206249Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2024-08-23T16:01:53.3206472Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.3206675Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:53.3206904Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.3207518Z 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
2024-08-23T16:01:53.3207868Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.3208140Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:53.3208431Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.3208626Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3208844Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3209069Z INFO: Sensor Java Config Sensor [iac] (done) | time=8ms
2024-08-23T16:01:53.3209272Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.3209521Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.3209778Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-08-23T16:01:53.3210010Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3210391Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3210633Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3210845Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=6ms
2024-08-23T16:01:53.3211088Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3211333Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3211566Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3211822Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3212074Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3212302Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-08-23T16:01:53.3212551Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3212807Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3213139Z INFO: ------------- Run sensors on module IMISHelper
2024-08-23T16:01:53.3213377Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.3213614Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-08-23T16:01:53.3213841Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.3214033Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.3214244Z INFO: Language version: CSharp10
2024-08-23T16:01:53.3214448Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.3214657Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2024-08-23T16:01:53.3214878Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.3215095Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-08-23T16:01:53.3215310Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.3215771Z 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
2024-08-23T16:01:53.3216141Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.3216392Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2024-08-23T16:01:53.3216621Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.3216827Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3217032Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3217256Z INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2024-08-23T16:01:53.3217471Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.3217700Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.3217955Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:53.3218176Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3218370Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3218652Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3218877Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=8ms
2024-08-23T16:01:53.3219101Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3219350Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3219598Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3219840Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3220298Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3220565Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3220819Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3221056Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3221381Z INFO: ------------- Run sensors on module IMISDL
2024-08-23T16:01:53.3221614Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.3221843Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-08-23T16:01:53.3222070Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.3222277Z INFO: Roslyn version: 4.10.0.0
2024-08-23T16:01:53.3222466Z INFO: Language version: CSharp10
2024-08-23T16:01:53.3222672Z INFO: Concurrent execution: enabled
2024-08-23T16:01:53.3222916Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:53.3223123Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.3223338Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:53.3223664Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.3224113Z 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
2024-08-23T16:01:53.3224478Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.3224755Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-08-23T16:01:53.3224966Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.3225175Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3225388Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3225599Z INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2024-08-23T16:01:53.3225816Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.3226068Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.3226307Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:53.3226526Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3226736Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3226935Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3227158Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-08-23T16:01:53.3227401Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3227631Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3227875Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3228133Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-08-23T16:01:53.3228365Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3228606Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3228858Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3229108Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3229426Z INFO: ------------- Run sensors on module myvisionnetwork_IMISCore
2024-08-23T16:01:53.3229674Z INFO: Sensor C# Project Type Information [csharp]
2024-08-23T16:01:53.3229913Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-08-23T16:01:53.3230565Z INFO: Sensor C# Analysis Log [csharp]
2024-08-23T16:01:53.3230810Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-08-23T16:01:53.3231033Z INFO: Sensor C# Properties [csharp]
2024-08-23T16:01:53.3231238Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-08-23T16:01:53.3231470Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-08-23T16:01:53.3231939Z 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
2024-08-23T16:01:53.3232352Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-08-23T16:01:53.3232642Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2024-08-23T16:01:53.3232867Z INFO: Sensor Java Config Sensor [iac]
2024-08-23T16:01:53.3233061Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3233275Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3233503Z INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
2024-08-23T16:01:53.3233703Z INFO: Sensor CSS Rules [javascript]
2024-08-23T16:01:53.3233951Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-08-23T16:01:53.3234201Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-08-23T16:01:53.3234404Z INFO: Sensor IaC Docker Sensor [iac]
2024-08-23T16:01:53.3234610Z INFO: 0 source files to be analyzed
2024-08-23T16:01:53.3234825Z INFO: 0/0 source files have been analyzed
2024-08-23T16:01:53.3235032Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=5ms
2024-08-23T16:01:53.3235270Z INFO: Sensor Serverless configuration file sensor [security]
2024-08-23T16:01:53.3235514Z INFO: 0 Serverless function entries were found in the project
2024-08-23T16:01:53.3235757Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-08-23T16:01:53.3235997Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3236248Z INFO: Sensor AWS SAM template file sensor [security]
2024-08-23T16:01:53.3236489Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3236719Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-08-23T16:01:53.3236971Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-08-23T16:01:53.3237207Z INFO: Sensor TextAndSecretsSensor [text]
2024-08-23T16:01:53.3237405Z INFO: Available processors: 2
2024-08-23T16:01:53.3237618Z INFO: Using 2 threads for analysis.
2024-08-23T16:01:53.9215234Z 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:
2024-08-23T16:01:53.9345056Z   * The filename starts with "test"
2024-08-23T16:01:53.9366364Z   * The filename contains "test." or "tests."
2024-08-23T16:01:53.9391719Z   * Any directory in the file path is named: "doc", "docs", "test" or "tests"
2024-08-23T16:01:53.9447239Z   * Any directory in the file path has a name ending in "test" or "tests"
2024-08-23T16:01:53.9497181Z 
2024-08-23T16:01:54.2753838Z INFO: Using git CLI to retrieve untracked files
2024-08-23T16:01:54.3343919Z WARN: Analyzing only language associated files, make sure to run the analysis inside a git repository to make use of inclusions specified via "sonar.text.inclusions"
2024-08-23T16:01:54.6260952Z INFO: 434 source files to be analyzed
2024-08-23T16:01:59.6500477Z INFO: 434/434 source files have been analyzed
2024-08-23T16:01:59.6511510Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=6325ms
2024-08-23T16:01:59.6513335Z INFO: Sensor JavaSecuritySensor [security]
2024-08-23T16:01:59.6514151Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549
2024-08-23T16:01:59.6514661Z INFO: Load type hierarchy and UCFGs: Starting
2024-08-23T16:01:59.6515285Z INFO: Load type hierarchy: Starting
2024-08-23T16:01:59.6515719Z INFO: Reading type hierarchy from: D:\a\1\.sonarqube\out\.sonar\ucfg2\java
2024-08-23T16:01:59.6516116Z INFO: Read 0 type definitions
2024-08-23T16:01:59.6516507Z INFO: Load type hierarchy: Time spent was 00:00:00.003
2024-08-23T16:01:59.6516897Z INFO: Load UCFGs: Starting
2024-08-23T16:01:59.6517273Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-08-23T16:01:59.6517783Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.005
2024-08-23T16:01:59.6518188Z INFO: No UCFGs have been included for analysis.
2024-08-23T16:02:00.1117288Z INFO: java security sensor: Time spent was 00:00:00.470
2024-08-23T16:02:00.1126972Z INFO: java security sensor: Begin: 2024-08-23T16:01:59.639864700Z, End: 2024-08-23T16:02:00.110641900Z, Duration: 00:00:00.470
2024-08-23T16:02:00.1127865Z   Load type hierarchy and UCFGs: Begin: 2024-08-23T16:01:59.642864500Z, End: 2024-08-23T16:01:59.647866400Z, Duration: 00:00:00.005
2024-08-23T16:02:00.1128867Z     Load type hierarchy: Begin: 2024-08-23T16:01:59.642864500Z, End: 2024-08-23T16:01:59.645865500Z, Duration: 00:00:00.003
2024-08-23T16:02:00.1129536Z     Load UCFGs: Begin: 2024-08-23T16:01:59.646866300Z, End: 2024-08-23T16:01:59.646866300Z, Duration: 00:00:00.000
2024-08-23T16:02:00.1130000Z INFO: java security sensor peak memory: 323 MB
2024-08-23T16:02:00.1170845Z INFO: Sensor JavaSecuritySensor [security] (done) | time=476ms
2024-08-23T16:02:00.1290597Z INFO: Sensor CSharpSecuritySensor [security]
2024-08-23T16:02:00.1291955Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641
2024-08-23T16:02:00.1292438Z INFO: Load type hierarchy and UCFGs: Starting
2024-08-23T16:02:00.1292802Z INFO: Load type hierarchy: Starting
2024-08-23T16:02:00.1758612Z INFO: Reading type hierarchy from: D:\a\1\.sonarqube\out\ucfg2\cs
2024-08-23T16:02:00.3940468Z INFO: Read 1094 type definitions
2024-08-23T16:02:00.4267898Z INFO: Load type hierarchy: Time spent was 00:00:00.289
2024-08-23T16:02:00.4270405Z INFO: Load UCFGs: Starting
2024-08-23T16:02:00.4271052Z INFO: Reading UCFGs from: D:\a\1\.sonarqube\out\ucfg2\cs
2024-08-23T16:02:03.8794875Z INFO: Load UCFGs: Time spent was 00:00:03.463
2024-08-23T16:02:04.1913545Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:03.756
2024-08-23T16:02:04.1927691Z INFO: Analyzing 2509 UCFGs to detect vulnerabilities.
2024-08-23T16:02:04.1929199Z INFO: Check cache: Starting
2024-08-23T16:02:04.1930619Z INFO: Load cache: Starting
2024-08-23T16:02:04.1931251Z INFO: Load cache: Time spent was 00:00:00.000
2024-08-23T16:02:04.3491769Z INFO: Check cache: Time spent was 00:00:00.001
2024-08-23T16:02:04.3499152Z INFO: Create runtime call graph: Starting
2024-08-23T16:02:04.3502370Z INFO: Variable Type Analysis #1: Starting
2024-08-23T16:02:04.3502961Z INFO: Create runtime type propagation graph: Starting
2024-08-23T16:02:04.3503775Z INFO: Create runtime type propagation graph: Time spent was 00:00:00.386
2024-08-23T16:02:04.3504234Z INFO: Run SCC (Tarjan) on 19830 nodes: Starting
2024-08-23T16:02:04.3504690Z INFO: Run SCC (Tarjan) on 19830 nodes: Time spent was 00:00:00.035
2024-08-23T16:02:04.3505151Z INFO: Tarjan found 19656 strongly connected components
2024-08-23T16:02:04.3505632Z INFO: Propagate runtime types to strongly connected components: Starting
2024-08-23T16:02:04.3572697Z INFO: Propagate runtime types to strongly connected components: Time spent was 00:00:00.055
2024-08-23T16:02:04.3573418Z INFO: Variable Type Analysis #1: Time spent was 00:00:00.482
2024-08-23T16:02:04.3596429Z INFO: Variable Type Analysis #2: Starting
2024-08-23T16:02:04.3597050Z INFO: Create runtime type propagation graph: Starting
2024-08-23T16:02:04.7054363Z INFO: Create runtime type propagation graph: Time spent was 00:00:00.099
2024-08-23T16:02:04.7745281Z INFO: Run SCC (Tarjan) on 19830 nodes: Starting
2024-08-23T16:02:04.7751756Z INFO: Run SCC (Tarjan) on 19830 nodes: Time spent was 00:00:00.258
2024-08-23T16:02:04.7752871Z INFO: Tarjan found 19656 strongly connected components
2024-08-23T16:02:04.7759076Z INFO: Propagate runtime types to strongly connected components: Starting
2024-08-23T16:02:04.7759929Z INFO: Propagate runtime types to strongly connected components: Time spent was 00:00:00.029
2024-08-23T16:02:04.7760346Z INFO: Variable Type Analysis #2: Time spent was 00:00:00.391
2024-08-23T16:02:04.7760960Z INFO: Create runtime call graph: Time spent was 00:00:00.880
2024-08-23T16:02:04.7761336Z INFO: Load config: Starting
2024-08-23T16:02:05.2668504Z INFO: Load config: Time spent was 00:00:00.428
2024-08-23T16:02:05.4677543Z INFO: Compute entry points: Starting
2024-08-23T16:02:06.1411271Z INFO: Compute entry points: Time spent was 00:00:00.951
2024-08-23T16:02:06.1412536Z INFO: All rules entry points : 253
2024-08-23T16:02:06.1413533Z INFO: Slice call graph: Starting
2024-08-23T16:02:06.1462750Z INFO: Retained UCFGs : 1431
2024-08-23T16:02:06.1642186Z INFO: Slice call graph: Time spent was 00:00:00.027
2024-08-23T16:02:06.1642876Z INFO: Live variable analysis: Starting
2024-08-23T16:02:07.0608744Z INFO: Live variable analysis: Time spent was 00:00:00.796
2024-08-23T16:02:07.0666851Z INFO: Taint analysis for csharp: Starting
2024-08-23T16:02:07.0933421Z INFO: 0 / 1431 UCFGs simulated, memory usage: 180 MB
2024-08-23T16:02:07.7048217Z INFO: 616 / 1431 UCFGs simulated, memory usage: 253 MB
2024-08-23T16:02:08.2871549Z INFO: 1066 / 1431 UCFGs simulated, memory usage: 430 MB
2024-08-23T16:02:08.5914048Z INFO: 1384 / 1431 UCFGs simulated, memory usage: 253 MB
2024-08-23T16:02:08.7587175Z INFO: 1430 / 1431 UCFGs simulated, memory usage: 272 MB
2024-08-23T16:02:08.7597250Z INFO: Taint analysis for csharp: Time spent was 00:00:01.657
2024-08-23T16:02:08.7598669Z INFO: Report issues: Starting
2024-08-23T16:02:08.8564346Z ##[error]ERROR: Taint analysis was interrupted because of an unexpected error.
java.lang.IllegalArgumentException: Start pointer [line=107, lineOffset=0] should be before end pointer [line=107, lineOffset=0]
	at org.sonar.api.utils.Preconditions.checkArgument(Preconditions.java:43)
	at org.sonar.api.batch.fs.internal.DefaultInputFile.newRangeValidPointers(DefaultInputFile.java:347)
	at org.sonar.api.batch.fs.internal.DefaultInputFile.newRange(DefaultInputFile.java:288)
	at com.sonar.security.I.T.A(na:2759)
	at com.sonar.security.I.T.A(na:1103)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at com.sonar.security.I.T.A(na:3476)
	at com.sonar.security.I.T.A(na:123)
	at com.sonar.security.E.A(na:3015)
	at com.sonar.security.E.executeChecks(na:3263)
	at com.sonar.security.E.executeChecks(na:2918)
	at com.sonar.security.E.execute(na:860)
	at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:63)
	at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:75)
	at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:51)
	at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:64)
	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
	at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:192)
	at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:188)
	at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:159)
	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
	at org.sonar.scanner.bootstrap.ScannerContainer.doAfterStart(ScannerContainer.java:416)
	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
	at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:128)
	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
	at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:58)
	at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:52)
	at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
	at jdk.proxy1/jdk.proxy1.$Proxy0.execute(Unknown Source)
	at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
	at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
	at org.sonarsource.scanner.cli.Main.execute(Main.java:126)
	at org.sonarsource.scanner.cli.Main.execute(Main.java:81)
	at org.sonarsource.scanner.cli.Main.main(Main.java:62)
2024-08-23T16:02:08.8573344Z ERROR: Taint analysis was interrupted because of an unexpected error.
2024-08-23T16:02:08.8574749Z java.lang.IllegalArgumentException: Start pointer [line=107, lineOffset=0] should be before end pointer [line=107, lineOffset=0]
2024-08-23T16:02:08.8575487Z 	at org.sonar.api.utils.Preconditions.checkArgument(Preconditions.java:43)
2024-08-23T16:02:08.8576806Z 	at org.sonar.api.batch.fs.internal.DefaultInputFile.newRangeValidPointers(DefaultInputFile.java:347)
2024-08-23T16:02:08.8595833Z 	at org.sonar.api.batch.fs.internal.DefaultInputFile.newRange(DefaultInputFile.java:288)
2024-08-23T16:02:08.8596683Z 	at com.sonar.security.I.T.A(na:2759)
2024-08-23T16:02:08.8597082Z 	at com.sonar.security.I.T.A(na:1103)
2024-08-23T16:02:08.8597480Z 	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
2024-08-23T16:02:08.8597898Z 	at com.sonar.security.I.T.A(na:3476)
2024-08-23T16:02:08.8598289Z 	at com.sonar.security.I.T.A(na:123)
2024-08-23T16:02:08.8598662Z 	at com.sonar.security.E.A(na:3015)
2024-08-23T16:02:08.8599061Z 	at com.sonar.security.E.executeChecks(na:3263)
2024-08-23T16:02:08.8599464Z 	at com.sonar.security.E.executeChecks(na:2918)
2024-08-23T16:02:08.8599846Z 	at com.sonar.security.E.execute(na:860)
2024-08-23T16:02:08.8600289Z 	at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:63)
2024-08-23T16:02:08.8600780Z 	at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:75)
2024-08-23T16:02:08.8601246Z 	at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:51)
2024-08-23T16:02:08.8601861Z 	at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:64)
2024-08-23T16:02:08.8602425Z 	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
2024-08-23T16:02:08.8602896Z 	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
2024-08-23T16:02:08.8603377Z 	at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:192)
2024-08-23T16:02:08.8603861Z 	at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:188)
2024-08-23T16:02:08.8604335Z 	at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:159)
2024-08-23T16:02:08.8604828Z 	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
2024-08-23T16:02:08.8605334Z 	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
2024-08-23T16:02:08.8605811Z 	at org.sonar.scanner.bootstrap.ScannerContainer.doAfterStart(ScannerContainer.java:416)
2024-08-23T16:02:08.8606268Z 	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
2024-08-23T16:02:08.8606737Z 	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
2024-08-23T16:02:08.8607432Z 	at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:128)
2024-08-23T16:02:08.8607888Z 	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
2024-08-23T16:02:08.8608359Z 	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
2024-08-23T16:02:08.8608830Z 	at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:58)
2024-08-23T16:02:08.8610214Z 	at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:52)
2024-08-23T16:02:08.8610682Z 	at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
2024-08-23T16:02:08.8611180Z 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
2024-08-23T16:02:08.8611714Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2024-08-23T16:02:08.8612274Z 	at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
2024-08-23T16:02:08.8612712Z 	at jdk.proxy1/jdk.proxy1.$Proxy0.execute(Unknown Source)
2024-08-23T16:02:08.8613122Z 	at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
2024-08-23T16:02:08.8613545Z 	at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
2024-08-23T16:02:08.8613971Z 	at org.sonarsource.scanner.cli.Main.execute(Main.java:126)
2024-08-23T16:02:08.8614373Z 	at org.sonarsource.scanner.cli.Main.execute(Main.java:81)
2024-08-23T16:02:08.8614755Z 	at org.sonarsource.scanner.cli.Main.main(Main.java:62)
2024-08-23T16:02:08.8615043Z 
2024-08-23T16:02:08.8615366Z INFO: Sensor CSharpSecuritySensor [security] (done) | time=8688ms
2024-08-23T16:02:08.8615729Z INFO: Sensor PhpSecuritySensor [security]
2024-08-23T16:02:08.8616163Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
2024-08-23T16:02:08.8616571Z INFO: Load type hierarchy and UCFGs: Starting
2024-08-23T16:02:08.8616923Z INFO: Load type hierarchy: Starting
2024-08-23T16:02:08.8617306Z INFO: Reading type hierarchy from: D:\a\1\.sonarqube\out\.sonar\ucfg2\php
2024-08-23T16:02:08.8617639Z INFO: Read 0 type definitions
2024-08-23T16:02:08.8617989Z INFO: Load type hierarchy: Time spent was 00:00:00.000
2024-08-23T16:02:08.8618337Z INFO: Load UCFGs: Starting
2024-08-23T16:02:08.8618659Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-08-23T16:02:08.8619037Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
2024-08-23T16:02:08.8619403Z INFO: No UCFGs have been included for analysis.
2024-08-23T16:02:08.8619746Z INFO: php security sensor: Time spent was 00:00:00.002
2024-08-23T16:02:08.8620595Z INFO: php security sensor: Begin: 2024-08-23T16:02:08.802154900Z, End: 2024-08-23T16:02:08.805154700Z, Duration: 00:00:00.002
2024-08-23T16:02:08.8621241Z   Load type hierarchy and UCFGs: Begin: 2024-08-23T16:02:08.803155200Z, End: 2024-08-23T16:02:08.804154800Z, Duration: 00:00:00.000
2024-08-23T16:02:08.8621938Z     Load type hierarchy: Begin: 2024-08-23T16:02:08.803155200Z, End: 2024-08-23T16:02:08.804154800Z, Duration: 00:00:00.000
2024-08-23T16:02:08.8622624Z     Load UCFGs: Begin: 2024-08-23T16:02:08.804154800Z, End: 2024-08-23T16:02:08.804154800Z, Duration: 00:00:00.000
2024-08-23T16:02:08.8623037Z INFO: php security sensor peak memory: 477 MB
2024-08-23T16:02:08.8623390Z INFO: Sensor PhpSecuritySensor [security] (done) | time=4ms
2024-08-23T16:02:08.8623759Z INFO: Sensor PythonSecuritySensor [security]
2024-08-23T16:02:08.8624224Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839
2024-08-23T16:02:08.8624670Z INFO: Load type hierarchy and UCFGs: Starting
2024-08-23T16:02:08.8624991Z INFO: Load type hierarchy: Starting
2024-08-23T16:02:08.8625363Z INFO: Reading type hierarchy from: D:\a\1\.sonarqube\out\.sonar\ucfg2\python
2024-08-23T16:02:08.8625841Z INFO: Read 0 type definitions
2024-08-23T16:02:08.8626197Z INFO: Load type hierarchy: Time spent was 00:00:00.001
2024-08-23T16:02:08.8626548Z INFO: Load UCFGs: Starting
2024-08-23T16:02:08.8626890Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-08-23T16:02:08.8627244Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.001
2024-08-23T16:02:08.8627614Z INFO: No UCFGs have been included for analysis.
2024-08-23T16:02:08.8628073Z INFO: python security sensor: Time spent was 00:00:00.001
2024-08-23T16:02:08.8628625Z INFO: python security sensor: Begin: 2024-08-23T16:02:08.806154700Z, End: 2024-08-23T16:02:08.807154900Z, Duration: 00:00:00.001
2024-08-23T16:02:08.8629255Z   Load type hierarchy and UCFGs: Begin: 2024-08-23T16:02:08.806154700Z, End: 2024-08-23T16:02:08.807154900Z, Duration: 00:00:00.001
2024-08-23T16:02:08.8629877Z     Load type hierarchy: Begin: 2024-08-23T16:02:08.806154700Z, End: 2024-08-23T16:02:08.807154900Z, Duration: 00:00:00.001
2024-08-23T16:02:08.8630457Z     Load UCFGs: Begin: 2024-08-23T16:02:08.807154900Z, End: 2024-08-23T16:02:08.807154900Z, Duration: 00:00:00.000
2024-08-23T16:02:08.8630872Z INFO: python security sensor peak memory: 477 MB
2024-08-23T16:02:08.8631237Z INFO: Sensor PythonSecuritySensor [security] (done) | time=4ms
2024-08-23T16:02:08.8631656Z INFO: Sensor JsSecuritySensor [security]
2024-08-23T16:02:08.8632156Z INFO: Enabled taint analysis rules: S5147, S6096, S2083, S3649, S5883, S6105, S6287, S2631, S2076, S6350, S5144, S5131, S5146, S5696, S5334
2024-08-23T16:02:08.8632573Z INFO: Load type hierarchy and UCFGs: Starting
2024-08-23T16:02:08.8632914Z INFO: Load type hierarchy: Starting
2024-08-23T16:02:08.8633258Z INFO: Reading type hierarchy from: D:\a\1\.sonarqube\out\.sonar\ucfg2\js
2024-08-23T16:02:08.8633610Z INFO: Read 0 type definitions
2024-08-23T16:02:08.8633963Z INFO: Load type hierarchy: Time spent was 00:00:00.000
2024-08-23T16:02:08.8634294Z INFO: Load UCFGs: Starting
2024-08-23T16:02:08.8634641Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-08-23T16:02:08.8635013Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
2024-08-23T16:02:08.8635359Z INFO: No UCFGs have been included for analysis.
2024-08-23T16:02:08.8635717Z INFO: js security sensor: Time spent was 00:00:00.001
2024-08-23T16:02:08.8636276Z INFO: js security sensor: Begin: 2024-08-23T16:02:08.810157500Z, End: 2024-08-23T16:02:08.812156900Z, Duration: 00:00:00.001
2024-08-23T16:02:08.8636907Z   Load type hierarchy and UCFGs: Begin: 2024-08-23T16:02:08.810157500Z, End: 2024-08-23T16:02:08.811157200Z, Duration: 00:00:00.000
2024-08-23T16:02:08.8637528Z     Load type hierarchy: Begin: 2024-08-23T16:02:08.810157500Z, End: 2024-08-23T16:02:08.811157200Z, Duration: 00:00:00.000
2024-08-23T16:02:08.8638124Z     Load UCFGs: Begin: 2024-08-23T16:02:08.811157200Z, End: 2024-08-23T16:02:08.811157200Z, Duration: 00:00:00.000
2024-08-23T16:02:08.8638531Z INFO: js security sensor peak memory: 477 MB
2024-08-23T16:02:08.8638868Z INFO: Sensor JsSecuritySensor [security] (done) | time=2ms
2024-08-23T16:02:08.8639307Z INFO: ------------- Run sensors on project
2024-08-23T16:02:09.0329706Z INFO: Sensor C# [csharp]
2024-08-23T16:02:09.0331280Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\12\output-cs'
2024-08-23T16:02:12.2924158Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\22\output-cs'
2024-08-23T16:02:12.2924559Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\1\output-cs'
2024-08-23T16:02:12.2924864Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\15\output-cs'
2024-08-23T16:02:12.2925167Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\3\output-cs'
2024-08-23T16:02:12.2925459Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\5\output-cs'
2024-08-23T16:02:12.2925732Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\8\output-cs'
2024-08-23T16:02:12.2926031Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\10\output-cs'
2024-08-23T16:02:12.2926537Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\14\output-cs'
2024-08-23T16:02:12.2926819Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\18\output-cs'
2024-08-23T16:02:12.2927117Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\23\output-cs'
2024-08-23T16:02:12.2927415Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\9\output-cs'
2024-08-23T16:02:12.2927789Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\0\output-cs'
2024-08-23T16:02:12.2928081Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\4\output-cs'
2024-08-23T16:02:12.2928373Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\11\output-cs'
2024-08-23T16:02:12.2928648Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\17\output-cs'
2024-08-23T16:02:12.2928940Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\19\output-cs'
2024-08-23T16:02:12.2929215Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\7\output-cs'
2024-08-23T16:02:12.2929507Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\20\output-cs'
2024-08-23T16:02:12.2929801Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\21\output-cs'
2024-08-23T16:02:12.2930072Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\6\output-cs'
2024-08-23T16:02:12.2930403Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\13\output-cs'
2024-08-23T16:02:12.2930696Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\16\output-cs'
2024-08-23T16:02:12.2930966Z INFO: Importing results from 6 proto files in 'D:\a\1\.sonarqube\out\2\output-cs'
2024-08-23T16:02:12.2931145Z INFO: Importing 24 Roslyn reports
2024-08-23T16:02:12.2931346Z INFO: Found 24 MSBuild C# projects: 7 MAIN projects. 1 TEST project. 16 with no MAIN nor TEST files.
2024-08-23T16:02:12.2931534Z INFO: Sensor C# [csharp] (done) | time=1676ms
2024-08-23T16:02:12.2931703Z INFO: Sensor Analysis Warnings import [csharp]
2024-08-23T16:02:12.2931884Z INFO: Sensor Analysis Warnings import [csharp] (done) | time=2ms
2024-08-23T16:02:12.2932044Z INFO: Sensor C# File Caching Sensor [csharp]
2024-08-23T16:02:12.2932227Z INFO: Sensor C# File Caching Sensor [csharp] (done) | time=77ms
2024-08-23T16:02:12.2932379Z INFO: Sensor Zero Coverage Sensor
2024-08-23T16:02:12.2932549Z INFO: Sensor Zero Coverage Sensor (done) | time=78ms
2024-08-23T16:02:12.2932735Z INFO: SCM Publisher SCM provider for this project is: git
2024-08-23T16:02:12.2932895Z INFO: SCM Publisher 3 source files to be analyzed
2024-08-23T16:02:12.2933091Z INFO: SCM Publisher 3/3 source files have been analyzed (done) | time=1057ms
2024-08-23T16:02:12.2933283Z INFO: CPD Executor 97 files had no CPD blocks
2024-08-23T16:02:12.2933433Z INFO: CPD Executor Calculating CPD for 305 files
2024-08-23T16:02:14.6052148Z INFO: CPD Executor CPD calculation finished (done) | time=1197ms
2024-08-23T16:02:15.7533481Z INFO: Analysis report generated in 2439ms, dir size=6 MB
2024-08-23T16:02:16.7713038Z INFO: Analysis report compressed in 1017ms, zip size=2 MB
2024-08-23T16:02:16.9964873Z INFO: Analysis report uploaded in 221ms
2024-08-23T16:02:16.9965574Z INFO: ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=myvisionnetwork_IMISCore
2024-08-23T16:02:17.0368606Z INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
2024-08-23T16:02:17.0370617Z INFO: More about the report processing at https://sonarcloud.io/api/ce/task?id=AZF_-WavcUjvLIw7kmm3
2024-08-23T16:02:17.5706531Z INFO: Sensor cache published successfully
2024-08-23T16:02:17.5788815Z INFO: Time spent writing ucfgs 293ms
2024-08-23T16:02:19.5199656Z INFO: Analysis total time: 1:24.349 s
2024-08-23T16:02:19.5378332Z INFO: ------------------------------------------------------------------------
2024-08-23T16:02:19.5379077Z INFO: EXECUTION SUCCESS
2024-08-23T16:02:19.5379404Z INFO: ------------------------------------------------------------------------
2024-08-23T16:02:19.5379630Z INFO: Total time: 1:50.315s
2024-08-23T16:02:19.6645406Z INFO: Final Memory: 70M/237M
2024-08-23T16:02:19.6647282Z INFO: ------------------------------------------------------------------------
2024-08-23T16:02:20.2060196Z The SonarScanner CLI has finished
2024-08-23T16:02:20.2063277Z 16:02:20.201  Post-processing succeeded.
2024-08-23T16:02:20.2239006Z ##[section]Finishing: SonarCloudAnalyze

Hi,

Thanks, this is perfect!

I’ve flagged this thread for the topic experts. Hopefully they’ll be along soon.

 
Ann

Hello Thomas,

Thanks for reporting the issue and providing the log information.
Looking at these initial logs, I think there might be two issues here, that are not necessarily related.

  1. Regarding the coverage, I can see the following inside the logs:
Did not find any binary coverage files in the expected location.
Falling back on locating coverage files in the agent temp directory.
Searching for coverage files in D:\a\_temp
No coverage files found in the agent temp directory.

It looks like the scanner cannot find the expected coverage files for reporting. How exactly have you configured the coverage for your project? Have you followed the approach mentioned in this guide?

  1. Regarding the error reported in the logs: it seems there’s a bug somewhere in the analyzer, where it attempts to report an issue at a file location that does not exist. To understand why this happens, could you potentially share the logs with a higher level of verbosity (with the /d:sonar.verbose=true flag)?

Thanks.
Best,
-Christophe

Hi Christophe,
your tip for the Coverage (point 1) was very good - i really had a problem in my Test-Step in the pipeline (problems with the path). I fixed this now - but still get the Error Message :frowning:

I will try to add the verbose-flag and post the extended log.

Some additional infos from from the pipeline (yaml):

  • task: DotNetCoreCLI@2
    displayName: Tests
    inputs:
    command: test
    projects: ‘**/tests/test/*.csproj’
    arguments: ‘–configuration $(buildConfiguration) --logger html --collect “Code coverage”’

  • task: SonarCloudAnalyze@2
    inputs:
    jdkversion: ‘JAVA_HOME_21_X64’

That is the same as i use in a second project - except the jdkversion (the other project is on older version, but working ^^).

br
Thomas

Additional info:
i still get the error (as written above), but now i see the Code Coverage on the Sonar web page :slight_smile:

So, i have set the verbose-statement in the Prepare-Task:
09:31:18.047 09:31:18.032 sonar.verbose=true was specified - setting the log verbosity to ‘Debug’

The Log (too long for one post):

Ui, the log is now faaaaaar too long (i would need to post a lot of replies) - about 1.3 Mio characters. Is there a chance to attach the whole log as a textfile?

Hello Thomas,

Glad to hear that the coverage issue was resolved :slight_smile:
Regarding the error in the logs and the large log file, yes you can share the log file directly if they’re too big to be copy-pasted into the post. You can attach files to the post by drag & dropping them.

Best,
-Christophe

Log from anaysis step as file.
IMIS_Sonar_20240902.txt (1.3 MB)

Thank you for the logs Thomas !
I had a look, and I think I’ve found the reason for the issue.

To make sure this is indeed the case, could you try to launch an analysis with the files _ManagePlan_Modal_KuvertBestellen.cshtml and \_ManagePlan_Modal_SzenarioDetails.cshtml excluded and check whether you still see the errors in the log?

If that’s the case, I will create a ticket to fix the issue in the next release.
Additionally, would you be willing to share the content of these two files with me privately? That would help us make sure that the issue is indeed fixed once we’ve tackled the ticket.

Thanks & best,
-Christophe

Ola, you were right - when i exclude these two files, it is working :slight_smile:

I can also upload these two files here - not any critical business logic in there :wink: Just had to replace the file type from cshtml to txt.
_ManagePlan_Modal_KuvertBestellen.txt (4.5 KB)
_ManagePlan_Modal_SzenarioDetails.txt (4.9 KB)

2 Likes

Hello Thomas,

Thanks a lot for confirming that the analysis works without these files, and also for sharing the content of these 2 files with us.

I was indeed able to confirm and reproduce the issue. I have created a ticket to fix the underlying problem. I will update you once the fix has been implemented and deployed to SonarCloud.

Thanks again for your collaboration in helping us understand and reproduce the issue !

Best,
-Christophe

Hello Thomas,

I just wanted to let you know that a new version of the security analyzer was deployed on SonarCloud, which fixes the issue you had with the two cshtml files.
You should now be able to run the analysis correctly without any issue and without the need to exclude these files :slight_smile:

Best,
-Christophe

1 Like

Hi Christophe,

Thumbs-up it works :blush:

Br

Thomas

2 Likes