SonarQube Analysis via dotnet sonarscanner failing with Java heap space error

Must-share information (formatted with Markdown):

  • SonarQube version 9.9.1

  • SonarQube server via zip installation, TeamCity build agents running scanner to deploy analysis results to server

  • Scanning a massive project with the dotnet scanner. This project fails in the scan 100% of the time at the same exact point. Have not been able to find much help online from searching to resolve this issue.

  • So far have tried:

    • Have tried several different versions of the scanner paired with the appropriate version of Java.
    • Have tried modifying the memory available on the TeamCity build agent as well as the scanner by setting the SONAR_SCANNER_OPTS environment variable within the build as well as setting it as an environment variable on the server.
    • Have tried using the TeamCity build runner for scanning the project as well as using CLI methods with the dotnet sonar-scanner.

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

The final error I’m getting with verbose logging is:

*[06:18:10] :	 [Step 5/6] 06:18:10.330 INFO: EXECUTION FAILURE*
*[06:18:10] :	 [Step 5/6] 06:18:10.330 INFO: ------------------------------------------------------------------------*
*[06:18:10] :	 [Step 5/6] 06:18:10.330 INFO: Total time: 3:45.338s*
*[06:18:10] :	 [Step 5/6] 06:18:10.569 INFO: Final Memory: 646M/2200M*
*[06:18:10]W:	 [Step 5/6] 06:18:10.569 ERROR: Error during SonarScanner execution*
*[06:18:10] :	 [Step 5/6] 06:18:10.569 INFO: ------------------------------------------------------------------------*
*[06:18:10]W:	 [Step 5/6] java.lang.OutOfMemoryError: Java heap space*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S.C(na:1772)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.E.<init>(na:3482)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.N.<init>(na:760)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.D.V.A(na:1745)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.D.V.A(na:2161)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.B.Y.A(na:2188)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.H.A(na:1397)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.H.A(na:810)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S.A(na:2586)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S$$Lambda$1703/0x0000018c82006b78.apply(Unknown Source)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.java:180)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.Collectors$$Lambda$173/0x0000018c811c8440.accept(Unknown Source)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1850)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S.A(na:2586)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.H.A(na:237)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.H.A(na:810)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S.A(na:2586)*
*[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S$$Lambda$1703/0x0000018c82006b78.apply(Unknown Source)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.java:180)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.Collectors$$Lambda$173/0x0000018c811c8440.accept(Unknown Source)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1850)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)*
*[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)*
*[06:18:11] :	 [Step 5/6] Process returned exit code 1*
*[06:18:11]W:	 [Step 5/6] The SonarScanner did not complete successfully*
*[06:18:11]W:	 [Step 5/6] 06:18:11.547  Post-processing failed. Exit code: 1*

The failure is coming after this point:

*INFO: Analyzing 59952 ucfgs to detect vulnerabilities.*
*INFO: All rules entrypoints : 1102*
*INFO: Retained UCFGs : 25292*
*INFO: Taint analysis starting. Entrypoints: 1102*
*INFO: Running symbolic analysis for 'CSHARP'*

Now, before this step I get messages indicating the following for a a handful of files:

*INFO: High simulation costs for sink in ....filename.... Stop analysing this sink.*

I have seen in previous responses this can be ignored or that altering the heap space can help correct this issue, but neither have worked in my case and the scan will fail every time after this point. Have also tried runner the scanner locally and get the same failures on 4 different machines. Thank you in advance for any assistance and let me know what other info I can provide if needed!

Hi,

Welcome to the community!

Can you provide a full, debug log?

Share the Scanner for .NET verbose logs

  • Add /d:"sonar.verbose=true" to the…
    • SonarScanner.MSBuild.exe or dotnet sonarscanner begin command to get more detailed logs
      • For example: SonarScanner.MSBuild.exe begin /k:"MyProject" /d:"sonar.verbose=true"
    • “SonarQubePrepare” or “SonarCloudPrepare” task’s extraProperties argument if you are using Azure DevOps
      • For example:
        - task: SonarCloudPrepare@1
            inputs:
              SonarCloud: 'sonarcloud'
              organization: 'foo'
              scannerMode: 'MSBuild'
              projectKey: 'foo_sonar-scanning-someconsoleapp'
              projectName: 'sonar-scanning-someconsoleapp'
              extraProperties: |
                sonar.verbose=true
        
  • The important logs are in the END step (i.e. SonarQubeAnalyze / SonarCloudAnalyze / “Run Code Analysis”)

Share the msbuild detailed logs

MsBuild.exe /t:Rebuild /v:d

or

dotnet build -v:d

 
Thx,
Ann

Hi Ann,

Is there a non-public way to share logs? They are fairly extensive and may have sensitive information.

Thanks!
Alex

Hi Alex,

Feel free to redact as necessary.

 
Ann

Are there any key points in the finish step logs that are needed in particular? The logs just for that step are over 77k lines long, so redacting the entirety of it wouldn’t be possible.

Thanks!

Hi,

I assume it’s failing in the end step. Can you post just that?

If that’s still too much… give me backward from the failure through the last, say 5 distinct operations (i.e. the same log line repeated or with just a number incremented doesn’t count).

 
Ann

Trying to get rid of a lot of repetition lines and denoting when redacting all those, this is where the taint analysis is getting errors until the end with those redactions in mind (few thousand lines of the same type of debug warning)!

[06:15:50] :	 [Step 5/6] 06:15:50.099 INFO: Reading UCFGs from: C:\buildpath\.sonarqube\out\ucfg_cs2
[06:16:14] :	 [Step 5/6] 06:16:14.286 DEBUG: Excluding 11357 UCFGs as they are using the same method Ids.
[06:16:14] :	 [Step 5/6] 06:16:14.289 INFO: 06:16:14.2896512 Building Runtime Type propagation graph
[06:16:15] :	 [Step 5/6] 06:16:15.555 INFO: 06:16:15.5544954 Running Tarjan on 379910 nodes
[06:16:15] :	 [Step 5/6] 06:16:15.953 INFO: 06:16:15.9533794 Tarjan found 378927 components
[06:16:16] :	 [Step 5/6] 06:16:16.679 INFO: 06:16:16.6793987 Variable type analysis: done
[06:16:16] :	 [Step 5/6] 06:16:16.683 INFO: 06:16:16.6835999 Building Runtime Type propagation graph
[06:16:18] :	 [Step 5/6] 06:16:18.064 INFO: 06:16:18.0646985 Running Tarjan on 379633 nodes
[06:16:18] :	 [Step 5/6] 06:16:18.526 INFO: 06:16:18.5269481 Tarjan found 378659 components
[06:16:19] :	 [Step 5/6] 06:16:19.172 INFO: 06:16:19.1721799 Variable type analysis: done
[06:16:19] :	 [Step 5/6] 06:16:19.202 INFO: Analyzing 59952 ucfgs to detect vulnerabilities.
[06:16:19] :	 [Step 5/6] 06:16:19.267 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.267 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.267 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.267 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.267 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.267 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.267 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.268 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.268 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.268 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.268 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.268 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.268 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.268 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.268 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.268 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.268 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.269 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.269 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.269 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.269 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.269 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.269 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.269 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.269 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sources/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.270 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sources/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.275 DEBUG: loaded 67 sources.
[06:16:19] :	 [Step 5/6] 06:16:19.277 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.277 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.278 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.279 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.280 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.280 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.281 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.281 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.281 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.281 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.281 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.281 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sanitizers/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/common.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sanitizers/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.282 DEBUG: loaded 73 sanitizers.
[06:16:19] :	 [Step 5/6] 06:16:19.285 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.285 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.285 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.285 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.285 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.285 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.285 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.285 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.286 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.286 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.286 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/validators/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/common.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/validators/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.287 DEBUG: loaded 53 validators.
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.290 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/passthroughs/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.301 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/passthroughs/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.302 DEBUG: loaded 1226 passthroughs.
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/common.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.303 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/collectionHandlers/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/common.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/collectionHandlers/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.304 DEBUG: loaded 0 collectionHandlers.
[06:16:19] :	 [Step 5/6] 06:16:19.305 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sinks/common.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.318 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sinks/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.320 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sinks/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.320 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sinks/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.322 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sinks/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.322 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sinks/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.323 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sinks/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.323 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sinks/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.323 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sinks/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.323 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/sinks/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.323 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/common.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.324 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.331 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.334 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.334 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.334 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.334 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.334 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.334 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.337 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.337 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.337 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.337 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.337 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.337 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.337 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.337 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/sinks/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.337 DEBUG: loaded 1067 sinks.
[06:16:19] :	 [Step 5/6] 06:16:19.338 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.338 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/encoders/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/common.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/encoders/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.339 DEBUG: loaded 2 encoders.
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.340 DEBUG: Resource file roslyn.sonaranalyzer.security.cs/decoders/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/common.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S2076.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S2078.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S2083.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S2091.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S2631.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S3649.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5131.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5135.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5144.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5145.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5146.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5147.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5167.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5334.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5335.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5696.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S5883.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S6096.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S6105.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S6173.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S6287.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S6350.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S6384.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S6390.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S6398.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: Resource file roslyn.sonaranalyzer.security.cs-autogenerated/decoders/S6399.json was not read
[06:16:19] :	 [Step 5/6] 06:16:19.341 DEBUG: loaded 2 decoders.
[06:16:34] :	 [Step 5/6] 06:16:34.899 INFO: All rules entrypoints : 1102
[06:16:34] :	 [Step 5/6] 06:16:34.899 INFO: Retained UCFGs : 25292
[06:16:36] :	 [Step 5/6] 06:16:36.741 INFO: Taint analysis starting. Entrypoints: 1102
[06:16:36] :	 [Step 5/6] 06:16:36.750 INFO: Running symbolic analysis for 'CSHARP'
[06:16:36] :	 [Step 5/6] 06:16:36.916 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M.
[06:16:36] :	 [Step 5/6] 06:16:36.921 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M.
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:48] :	 [Step 5/6] 06:16:48.578 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with argH(value: _SONAR_ITER_ )  .
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:48] :	 [Step 5/6] 06:16:48.739 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with argProcess .
[06:16:48] :	 [Step 5/6] 06:16:48.753 DEBUG: Issue found : 
[06:16:48] :	 [Step 5/6]          in C:\filepath1\Log.cs
[06:16:48] :	 [Step 5/6]          at 401:20 - 401:32
[06:16:48] :	 [Step 5/6] 06:16:48.754 DEBUG: Issue found : 
[06:16:48] :	 [Step 5/6]          in C:\filepath1\Log.cs
[06:16:48] :	 [Step 5/6]          at 401:20 - 401:32
[06:16:48] :	 [Step 5/6] 06:16:48.754 DEBUG: Issue found : 
[06:16:48] :	 [Step 5/6]          in C:\filepath1\Log.cs
[06:16:48] :	 [Step 5/6]          at 401:20 - 401:32
[06:16:48] :	 [Step 5/6] 06:16:48.754 DEBUG: Issue found : 
[06:16:48] :	 [Step 5/6]          in C:\filepath2\DifferentFile.cs
[06:16:48] :	 [Step 5/6]          at 87:48 - 87:58
[06:16:48] :	 [Step 5/6] 06:16:48.755 DEBUG: Issue found : 
[06:16:48] :	 [Step 5/6]          in C:\filepath1\Log.cs
[06:16:48] :	 [Step 5/6]          at 401:20 - 401:32
[06:16:48] :	 [Step 5/6] 06:16:48.755 DEBUG: Issue found : 
[06:16:48] :	 [Step 5/6]          in C:\filepath2\DifferentFile.cs
[06:16:48] :	 [Step 5/6]          at 87:48 - 87:58
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:48] :	 [Step 5/6] 06:16:48.796 DEBUG: Issue found : 
[06:16:48] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:48] :	 [Step 5/6]          at 401:20 - 401:32
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:49] :	 [Step 5/6] 06:16:49.162 DEBUG: Issue found : 
[06:16:49] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:49] :	 [Step 5/6]          at 401:20 - 401:32
[06:16:49] :	 [Step 5/6] 06:16:49.162 DEBUG: Issue found : 
[06:16:49] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:49] :	 [Step 5/6]          at 401:20 - 401:32
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:49] :	 [Step 5/6] 06:16:49.168 DEBUG: Issue found : 
[06:16:49] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:49] :	 [Step 5/6]          at 401:20 - 401:32
[06:16:49] :	 [Step 5/6] 06:16:49.168 DEBUG: Issue found : 
[06:16:49] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:49] :	 [Step 5/6]          at 401:20 - 401:32
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:49] :	 [Step 5/6] 06:16:49.295 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with argP( ) {
[06:16:49] :	 [Step 5/6]   K(type:  ) {
[06:16:49] :	 [Step 5/6]   }
[06:16:49] :	 [Step 5/6]   S(thisVar: ClassName:classname ) 
[06:16:49] :	 [Step 5/6] } .
[06:16:49] :	 [Step 5/6] 06:16:49.295 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.S with argP( ) {
[06:16:49] :	 [Step 5/6]   K(type:  ) {
[06:16:49] :	 [Step 5/6]   }
[06:16:49] :	 [Step 5/6]   S(thisVar: ClassName:classname ) 
[06:16:49] :	 [Step 5/6] } .
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:49] :	 [Step 5/6] 06:16:49.568 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with argP( ) {
[06:16:49] :	 [Step 5/6]   M(value: "" ) 
[06:16:49] :	 [Step 5/6]   M(value: "{unknown}" ) 
[06:16:49] :	 [Step 5/6] } .
[06:16:49] :	 [Step 5/6] 06:16:49.568 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with argP( ) {
[06:16:49] :	 [Step 5/6]   M(value: "" ) 
[06:16:49] :	 [Step 5/6]   M(value: "{unknown}" ) 
[06:16:49] :	 [Step 5/6] } .
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:51] :	 [Step 5/6] 06:16:51.028 DEBUG: Issue found : 
[06:16:51] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:51] :	 [Step 5/6]          at 401:20 - 401:32
[06:16:51] :	 [Step 5/6] 06:16:51.030 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M.
[06:16:51] :	 [Step 5/6] 06:16:51.030 DEBUG: Issue found : 
[06:16:51] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:51] :	 [Step 5/6]          at 401:20 - 401:32
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:51] :	 [Step 5/6] 06:16:51.091 DEBUG: Issue found : 
[06:16:51] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:51] :	 [Step 5/6]          at 401:20 - 401:32
[06:16:51] :	 [Step 5/6] 06:16:51.091 DEBUG: Issue found : 
[06:16:51] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:51] :	 [Step 5/6]          at 401:20 - 401:32
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:51] :	 [Step 5/6] 06:16:51.108 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.I with argx(operations) {
[06:16:51] :	 [Step 5/6]   0: M(value: "P" ) 
[06:16:51] :	 [Step 5/6]   1: H(value: 7 ) 
[06:16:51] :	 [Step 5/6] } .
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:51] :	 [Step 5/6] 06:16:51.108 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.I with argx(operations) {
[06:16:51] :	 [Step 5/6]   0: M(value: "P" ) 
[06:16:51] :	 [Step 5/6]   1: H(value: 19 ) 
[06:16:51] :	 [Step 5/6] } .
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:51] :	 [Step 5/6] 06:16:51.210 INFO: High simulation costs for sink in C:\filepath3\DefaultLogger.cs:142. Stop analysing this sink.
[06:16:51] :	 [Step 5/6] 06:16:51.211 INFO: High simulation costs for sink in C:\filepath3\DefaultLogger.cs:159. Stop analysing this sink.
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:51] :	 [Step 5/6] 06:16:51.610 DEBUG: Issue found : 
[06:16:51] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:51] :	 [Step 5/6]          at 401:20 - 401:32
[06:16:51] :	 [Step 5/6] 06:16:51.610 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M.
[06:16:51] :	 [Step 5/6] 06:16:51.610 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M.
[06:16:51] :	 [Step 5/6] 06:16:51.640 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with arg1 .
[06:16:51] :	 [Step 5/6] 06:16:51.640 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with arg1 .
[06:16:51] :	 [Step 5/6] 06:16:51.640 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with arg1 .
[06:16:51] :	 [Step 5/6] 06:16:51.705 DEBUG: Issue found : 
[06:16:51] :	 [Step 5/6]          in C:\filepath\Log.cs
[06:16:51] :	 [Step 5/6]          at 401:20 - 401:32
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:55] :	 [Step 5/6] 06:16:55.055 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with argP( ) {
[06:16:55] :	 [Step 5/6]   M(value: "" ) 
[06:16:55] :	 [Step 5/6]   M(value: "" ) 
[06:16:55] :	 [Step 5/6] } .
[06:16:55] :	 [Step 5/6] 06:16:55.055 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with argP( ) {
[06:16:55] :	 [Step 5/6]   M(value: "" ) 
[06:16:55] :	 [Step 5/6]   M(value: "" ) 
[06:16:55] :	 [Step 5/6] } .
[06:16:55] :	 [Step 5/6] 06:16:55.055 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with arg6(value: 0 )  .
[06:16:55] :	 [Step 5/6] 06:16:55.055 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M.
[06:16:55] :	 [Step 5/6] 06:16:55.055 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M.
[06:16:55] :	 [Step 5/6] 06:16:55.055 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with argP( ) {
[06:16:55] :	 [Step 5/6]   M(value: "" ) 
[06:16:55] :	 [Step 5/6]   M(value: "" ) 
[06:16:55] :	 [Step 5/6] } .
[06:16:55] :	 [Step 5/6] 06:16:55.055 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with argP( ) {
[06:16:55] :	 [Step 5/6]   M(value: "" ) 
[06:16:55] :	 [Step 5/6]   M(value: "" ) 
[06:16:55] :	 [Step 5/6] } .
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:16:55] :	 [Step 5/6]   H(value: 1 ) 
[06:16:55] :	 [Step 5/6]   M(value: "M5^{0}" ) 
[06:16:55] :	 [Step 5/6] } .
[06:16:55] :	 [Step 5/6] 06:16:55.096 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with argP( ) {
[06:16:55] :	 [Step 5/6]   H(value: 1 ) 
[06:16:55] :	 [Step 5/6]   M(value: "M5^{0}" ) 
[06:16:55] :	 [Step 5/6] } .
[06:16:55] :	 [Step 5/6] 06:16:55.096 DEBUG: Did not expect to visit symbol class com.sonar.security.E.D.B.M with arg22(value: "O4^2" )  .
*redacted - same type of "Did not expect to visit symbol class.com.sonar.security.E.D.B.X" text*
[06:18:10] :	 [Step 5/6] 06:18:10.330 INFO: ------------------------------------------------------------------------
[06:18:10] :	 [Step 5/6] 06:18:10.330 INFO: EXECUTION FAILURE
[06:18:10] :	 [Step 5/6] 06:18:10.330 INFO: ------------------------------------------------------------------------
[06:18:10] :	 [Step 5/6] 06:18:10.330 INFO: Total time: 3:45.338s
[06:18:10] :	 [Step 5/6] 06:18:10.569 INFO: Final Memory: 646M/2200M
[06:18:10]W:	 [Step 5/6] 06:18:10.569 ERROR: Error during SonarScanner execution
[06:18:10] :	 [Step 5/6] 06:18:10.569 INFO: ------------------------------------------------------------------------
[06:18:10]W:	 [Step 5/6] java.lang.OutOfMemoryError: Java heap space
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S.C(na:1772)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.E.<init>(na:3482)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.N.<init>(na:760)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.D.V.A(na:1745)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.D.V.A(na:2161)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.B.Y.A(na:2188)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.H.A(na:1397)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.H.A(na:810)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S.A(na:2586)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S$$Lambda$1703/0x0000018c82006b78.apply(Unknown Source)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.java:180)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.Collectors$$Lambda$173/0x0000018c811c8440.accept(Unknown Source)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1850)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S.A(na:2586)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.H.A(na:237)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.H.A(na:810)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S.A(na:2586)
[06:18:10]W:	 [Step 5/6] 	at com.sonar.security.E.D.A.S$$Lambda$1703/0x0000018c82006b78.apply(Unknown Source)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.java:180)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.Collectors$$Lambda$173/0x0000018c811c8440.accept(Unknown Source)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1850)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
[06:18:10]W:	 [Step 5/6] 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[06:18:11] :	 [Step 5/6] Process returned exit code 1

Hi,

Thanks for this excerpt. I think it’s enough to get us started, at least. I’m going to flag this for the language experts.

 
Ann

Hello Alex,

Thanks for the information you’ve shared so far.

Looking at the logs you’ve shared, I see in both [Step 5/6] ...: Final Memory: 646M/2200M*. So it seems the scanners have 2GB of memory available, which is probably still too little for the security analysis, especially if it is a massive project as you’ve mentioned above.
Which memory settings have you tried? Could you try giving 4 or 8 GB to see if there is a difference?

Also, could you share the start of the scanner logs, in particular, the part where there is information regarding the scanner and memory:

INFO  SonarScanner CLI 6.1.0.4477
INFO  Java 17.0.9 Eclipse Adoptium (64-bit)
INFO  Windows Server 2022 10.0 amd64
INFO  SONAR_SCANNER_OPTS=-Xmx4096m
DEBUG Scanner max available memory: 4 GB

to ensure the configuration are indeed taken into account by the scanner.

Thank you,
-Christophe

Where is the best place to set the SONAR_SCANNER_OPTS variable? I’ve tried setting it in different locations and it doesn’t seem to have an impact. Is there a specific file to set it? There have been runs where the total available memory is larger (set it to 4096) but the first number stays at 645-650M range.

Hello Alex,

For the parameter to be taken into account, it needs to be set as an environment variable before launching the process. I’m not familiar with TeamCity CI, but I’d imagine there is a way to set environment variables for tasks in the configuration of the CI.
Could you try setting it to 8GB to see whether it still fails? (As you mentioned, the project you are scanning is massive, so it is possible the security analysis requires quite a large amount of memory, as it scans the project as a whole, trying to find vulnerabilities across many different files.)

Thanks.
Best,
-Christophe

I have tried a few ways but haven’t seen the correct way to input the variables, what specific notation would typically be used to modify the memory being used?

Hello Alex,

To increase the JVM memory available to the scanner, you should set it through the SONAR_SCANNER_OPTS environment variable (See this part of the documentation here). For instance, either through the command line export SONAR_SCANNER_OPTS=-Xmx8G, or through the UI of the CI you are using.

You can check whether the environment variable was correctly taken into account in the logs: after setting it, you should see these 2 lines in the logs:
INFO: SONAR_SCANNER_OPTS=-Xmx8G
DEBUG: JVM max available memory: 8 GB
(Note that the second will only appear if you set the log level to debug).

Best,
-Christophe