spotbugs / sonar-findbugs

SpotBugs plugin for SonarQube
351 stars 135 forks source link

Configure for Azure DevOps Server SonarQube #538

Closed librasonali closed 2 years ago

librasonali commented 2 years ago

I am trying to implement sonar scan in my scala codes which are in data bricks notebook via CICD-DEVOPS pipeline but gettting below error can somebody please help me?

at org.sonar.plugins.findbugs.FindbugsConfiguration.getFindbugsProject(FindbugsConfiguration.java:123)
at org.sonar.plugins.findbugs.FindbugsExecutor.execute(FindbugsExecutor.java:119)
... 31 more

ERROR: ERROR: Re-run SonarScanner using the -X switch to enable full debug logging. at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60) at com.sun.proxy.$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:112) at org.sonarsource.scanner.cli.Main.execute(Main.java:75) at org.sonarsource.scanner.cli.Main.main(Main.java:61) Caused by: java.lang.IllegalStateException: One (sub)project contains Java source files that are not compiled (F:\Build\Agent2_work\135\s). at org.sonar.plugins.findbugs.FindbugsConfiguration.getFindbugsProject(FindbugsConfiguration.java:123) at org.sonar.plugins.findbugs.FindbugsExecutor.execute(FindbugsExecutor.java:119) ... 31 more ERROR: ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.

[error]The process 'F:\Build\Agent2_work_tasks\SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055\5.4.0\sonar-scanner\bin\sonar-scanner.bat' failed with exit code 1

Finishing: Run Code Analysis

gtoison commented 2 years ago

Hello, If you are not using version 4.1.4 of the plugin, can you please try upgrading? The latest version should have better support for scala projects

librasonali commented 2 years ago

Thanks for the reply. But from where can i upgrade my plugin?

gtoison commented 2 years ago

The release is available here: https://github.com/spotbugs/sonar-findbugs/releases/tag/4.1.4 or through the SonarQube plugin marketplace. You can refer to the documentation for more details: https://docs.sonarqube.org/latest/setup/install-plugin/

librasonali commented 2 years ago

I would let u know the whole situation , I am using enterprise version( onprem) CICD devops ( azure) i am building pipeline and putting my agents as , now here where can i update those plugins etc? We are giving version 5.* version only !

image

gtoison commented 2 years ago

I don't know Azure CICD but there must be a SonarQube server running somewhere and probably a way to configure it.

Are you able to get in the administration page of your SonarQube server? I would need to know what version of the server and plugin you are using. There's no version 5 of the plugin

image

librasonali commented 2 years ago

I am not the admin therefore i am not able to see ,

image

gtoison commented 2 years ago

Right, so you need to find out who's the admin in your organization and check with them

librasonali commented 2 years ago

I mean hear i can see in my pipeline the version Version : 5.4.0 , still i m trying to reach to admin if they can let me know. but if in case i m truly having this version then why i m getting this issue in my run code analysis task

image

gtoison commented 2 years ago

I believe that you are referring to the Sonar scanner: https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-azure-devops/

The Sonar scanner, the SonarQube server and the findbugs plugin are different things. The plugin is installed and updated on the server

librasonali commented 2 years ago

Yes correct i m trying to do sonar scan

librasonali commented 2 years ago

image

This is the version which admin team is saying me that we are using

gtoison commented 2 years ago

8.9.6 is the version of the SonarQube server What I need to get is the version of the FindBugs plugin you have installed, it should be visible in the "Marketplace" page of the server:

image

Then you need to update that plugin to version 4.1.4

librasonali commented 2 years ago

Hi , I could see that the findbug version is 4.0.3 , can any way that i can mention the updated version in my Devops pipeline ?? in advance settings? here in the below image .becacuse there are alot of other teams as well which are fine working in this version they won't update maybe. Not sure

image

librasonali commented 2 years ago

Also , now We tried something , fully complied our Source code in databricks initially was getting 30 errors now its 6

image

librasonali commented 2 years ago

updated log :

2022-05-10T07:51:58.9340478Z ##[section]Starting: Run Code Analysis
2022-05-10T07:51:58.9446527Z ==============================================================================
2022-05-10T07:51:58.9446792Z Task         : Run Code Analysis
2022-05-10T07:51:58.9447027Z Description  : Run scanner and upload the results to the SonarQube server.
2022-05-10T07:51:58.9447231Z Version      : 5.4.0
2022-05-10T07:51:58.9447456Z Author       : sonarsource
2022-05-10T07:51:58.9447877Z Help         : Version: 5.4.0. This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.

[More Information](http://redirect.sonarsource.com/doc/install-configure-scanner-tfs-ts.html)
2022-05-10T07:51:58.9448320Z ==============================================================================
2022-05-10T07:51:59.1207784Z [command]C:\Windows\system32\cmd.exe /D /S /C "F:\Build\Agent1\_work\_tasks\SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055\5.4.0\sonar-scanner\bin\sonar-scanner.bat"
2022-05-10T07:51:59.2664829Z INFO: Scanner configuration file: F:\Build\Agent1\_work\_tasks\SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055\5.4.0\sonar-scanner\bin\..\conf\sonar-scanner.properties
2022-05-10T07:51:59.2668141Z INFO: Project root configuration file: NONE
2022-05-10T07:51:59.3055166Z 02:51:59.302 INFO: SonarScanner 4.6.2.2472
2022-05-10T07:51:59.3055484Z 02:51:59.304 INFO: Java 11.0.10 AdoptOpenJDK (64-bit)
2022-05-10T07:51:59.3056389Z 02:51:59.305 INFO: Windows Server 2019 10.0 amd64
2022-05-10T07:51:59.4075939Z 02:51:59.406 DEBUG: keyStore is : 
2022-05-10T07:51:59.4077540Z 02:51:59.406 DEBUG: keyStore type is : pkcs12
2022-05-10T07:51:59.4078953Z 02:51:59.406 DEBUG: keyStore provider is : 
2022-05-10T07:51:59.4079622Z 02:51:59.406 DEBUG: init keystore
2022-05-10T07:51:59.4080313Z 02:51:59.406 DEBUG: init keymanager of type SunX509
2022-05-10T07:51:59.5385950Z 02:51:59.537 DEBUG: Create: C:\Users\tfsbuild\.sonar\cache
2022-05-10T07:51:59.5390442Z 02:51:59.538 INFO: User cache: C:\Users\tfsbuild\.sonar\cache
2022-05-10T07:51:59.5392068Z 02:51:59.538 DEBUG: Create: C:\Users\tfsbuild\.sonar\cache\_tmp
2022-05-10T07:51:59.5418756Z 02:51:59.541 DEBUG: Extract sonar-scanner-api-batch in temp...
2022-05-10T07:51:59.5463459Z 02:51:59.545 DEBUG: Get bootstrap index...
2022-05-10T07:51:59.5465246Z 02:51:59.545 DEBUG: Download: http://sonar.optum.com/batch/index
2022-05-10T07:51:59.6939940Z 02:51:59.693 DEBUG: Get bootstrap completed
2022-05-10T07:51:59.6970521Z 02:51:59.696 DEBUG: Create isolated classloader...
2022-05-10T07:51:59.7032662Z 02:51:59.702 DEBUG: Start temp cleaning...
2022-05-10T07:51:59.7166556Z 02:51:59.716 DEBUG: Temp cleaning done
2022-05-10T07:51:59.7170682Z 02:51:59.716 INFO: Scanner configuration file: F:\Build\Agent1\_work\_tasks\SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055\5.4.0\sonar-scanner\bin\..\conf\sonar-scanner.properties
2022-05-10T07:51:59.7174437Z 02:51:59.717 INFO: Project root configuration file: NONE
2022-05-10T07:51:59.7181946Z 02:51:59.717 DEBUG: Execution getVersion
2022-05-10T07:51:59.7286317Z 02:51:59.728 INFO: Analyzing on SonarQube server 8.9.6
2022-05-10T07:51:59.7288535Z 02:51:59.728 INFO: Default locale: "en_US", source code encoding: "windows-1252" (analysis is platform dependent)
2022-05-10T07:51:59.7292741Z 02:51:59.728 DEBUG: Work directory: F:\Build\Agent1\_work\66\s\.scannerwork
2022-05-10T07:51:59.7297578Z 02:51:59.729 DEBUG: Execution execute
2022-05-10T07:51:59.9031308Z 02:51:59.902 DEBUG: Data Center 8.9.6.50800
2022-05-10T07:52:00.0255713Z 02:52:00.024 INFO: Load global settings
2022-05-10T07:52:00.1563168Z 02:52:00.155 DEBUG: GET 200 https://sonar.optum.com/api/settings/values.protobuf | time=128ms
2022-05-10T07:52:00.2087831Z 02:52:00.208 INFO: Load global settings (done) | time=183ms
2022-05-10T07:52:00.2129222Z 02:52:00.212 INFO: Server id: 21A00881-17a7cfc75a2359a
2022-05-10T07:52:00.2143649Z 02:52:00.213 INFO: User cache: C:\Users\tfsbuild\.sonar\cache
2022-05-10T07:52:00.2168929Z 02:52:00.216 INFO: Load/download plugins
2022-05-10T07:52:00.2170761Z 02:52:00.216 INFO: Load plugins index
2022-05-10T07:52:00.2350290Z 02:52:00.234 DEBUG: GET 200 https://sonar.optum.com/api/plugins/installed | time=18ms
2022-05-10T07:52:00.2624072Z 02:52:00.261 INFO: Load plugins index (done) | time=45ms
2022-05-10T07:52:00.4230199Z 02:52:00.422 INFO: Load/download plugins (done) | time=206ms
2022-05-10T07:52:00.5628698Z 02:52:00.561 DEBUG: Plugins:
2022-05-10T07:52:00.5631918Z 02:52:00.562 DEBUG:   * CSS Code Quality and Security 1.4.2.2002 (cssfamily)
2022-05-10T07:52:00.5633481Z 02:52:00.562 DEBUG:   * PL/SQL Code Quality and Security 3.6.1.3873 (plsql)
2022-05-10T07:52:00.5634136Z 02:52:00.562 DEBUG:   * Scala Code Quality and Security 1.8.3.2219 (sonarscala)
2022-05-10T07:52:00.5634811Z 02:52:00.562 DEBUG:   * C# Code Quality and Security 8.22.0.31243 (csharp)
2022-05-10T07:52:00.5635656Z 02:52:00.562 DEBUG:   * Vulnerability Analysis 8.9.0.11439 (security)
2022-05-10T07:52:00.5636109Z 02:52:00.562 DEBUG:   * Java Code Quality and Security 6.15.1.26025 (java)
2022-05-10T07:52:00.5636658Z 02:52:00.562 DEBUG:   * HTML Code Quality and Security 3.4.0.2754 (web)
2022-05-10T07:52:00.5637013Z 02:52:00.562 DEBUG:   * Flex Code Quality and Security 2.6.1.2564 (flex)
2022-05-10T07:52:00.5637800Z 02:52:00.562 DEBUG:   * XML Code Quality and Security 2.2.0.2973 (xml)
2022-05-10T07:52:00.5638274Z 02:52:00.562 DEBUG:   * Sonar WebDriver Plugin 1.0.5 (webdriver)
2022-05-10T07:52:00.5638728Z 02:52:00.562 DEBUG:   * CodeScan Lang 4.5.4.1 (codescanlang)
2022-05-10T07:52:00.5639178Z 02:52:00.562 DEBUG:   * Build Breaker 2.3.1.347 (buildbreaker)
2022-05-10T07:52:00.5639778Z 02:52:00.562 DEBUG:   * VB.NET Code Quality and Security 8.22.0.31243 (vbnet)
2022-05-10T07:52:00.5640173Z 02:52:00.563 DEBUG:   * Swift Code Quality and Security 4.3.1.4892 (swift)
2022-05-10T07:52:00.5640426Z 02:52:00.563 DEBUG:   * CFamily Code Quality and Security 6.20.2.38358 (cpp)
2022-05-10T07:52:00.5640772Z 02:52:00.563 DEBUG:   * Python Code Quality and Security 3.4.1.8066 (python)
2022-05-10T07:52:00.5641117Z 02:52:00.563 DEBUG:   * Go Code Quality and Security 1.8.3.2219 (go)
2022-05-10T07:52:00.5641380Z 02:52:00.563 DEBUG:   * JaCoCo 1.1.1.1157 (jacoco)
2022-05-10T07:52:00.5641612Z 02:52:00.563 DEBUG:   * Kotlin Code Quality and Security 1.8.3.2219 (kotlin)
2022-05-10T07:52:00.5641888Z 02:52:00.563 DEBUG:   * RPG Code Quality 2.5.1.2575 (rpg)
2022-05-10T07:52:00.5642586Z 02:52:00.563 DEBUG:   * PL/I Code Quality and Security 1.11.1.2727 (pli)
2022-05-10T07:52:00.5644055Z 02:52:00.563 DEBUG:   * T-SQL Code Quality and Security 1.5.1.4340 (tsql)
2022-05-10T07:52:00.5644783Z 02:52:00.563 DEBUG:   * VB6 Code Quality and Security 2.7.1.2721 (vb)
2022-05-10T07:52:00.5645444Z 02:52:00.563 DEBUG:   * Apex Code Quality and Security 1.8.3.2219 (sonarapex)
2022-05-10T07:52:00.5647276Z 02:52:00.564 DEBUG:   * JavaScript/TypeScript Code Quality and Security 7.4.4.15624 (javascript)
2022-05-10T07:52:00.5647531Z 02:52:00.564 DEBUG:   * TFVC 2.3.1 (scmtfvc)
2022-05-10T07:52:00.5649787Z 02:52:00.564 DEBUG:   * Ruby Code Quality and Security 1.8.3.2219 (ruby)
2022-05-10T07:52:00.5650595Z 02:52:00.564 DEBUG:   * Vulnerability Rules for C# 8.9.0.11439 (securitycsharpfrontend)
2022-05-10T07:52:00.5651291Z 02:52:00.564 DEBUG:   * Vulnerability Rules for Java 8.9.0.11439 (securityjavafrontend)
2022-05-10T07:52:00.5651776Z 02:52:00.564 DEBUG:   * License for SonarLint 8.9.6.50800 (license)
2022-05-10T07:52:00.5652402Z 02:52:00.564 DEBUG:   * Findbugs 4.0.3 (findbugs)
2022-05-10T07:52:00.5653472Z 02:52:00.564 DEBUG:   * Vulnerability Rules for JS 8.9.0.11439 (securityjsfrontend)
2022-05-10T07:52:00.5653881Z 02:52:00.564 DEBUG:   * Groovy 1.6 (groovy)
2022-05-10T07:52:00.5654329Z 02:52:00.564 DEBUG:   * COBOL Code Quality 4.6.2.4876 (cobol)
2022-05-10T07:52:00.5655712Z 02:52:00.564 DEBUG:   * Vulnerability Rules for Python 8.9.0.11439 (securitypythonfrontend)
2022-05-10T07:52:00.5656079Z 02:52:00.565 DEBUG:   * PHP Code Quality and Security 3.17.0.7439 (php)
2022-05-10T07:52:00.5657279Z 02:52:00.565 DEBUG:   * CodeScan 4.5.4.1 (codescan)
2022-05-10T07:52:00.5657505Z 02:52:00.565 DEBUG:   * ABAP Code Quality and Security 3.9.1.3127 (abap)
2022-05-10T07:52:00.5657778Z 02:52:00.565 DEBUG:   * Vulnerability Rules for PHP 8.9.0.11439 (securityphpfrontend)
2022-05-10T07:52:00.5941376Z 02:52:00.593 INFO: Loaded core extensions: developer-scanner
2022-05-10T07:52:00.6050106Z 02:52:00.604 DEBUG: Installed core extension: developer-scanner
2022-05-10T07:52:00.8211369Z 02:52:00.820 INFO: JavaScript/TypeScript frontend is enabled
2022-05-10T07:52:00.9779147Z 02:52:00.977 INFO: Process project properties
2022-05-10T07:52:00.9839659Z 02:52:00.983 INFO: Process project properties (done) | time=6ms
2022-05-10T07:52:00.9841090Z 02:52:00.983 INFO: Execute project builders
2022-05-10T07:52:00.9843679Z 02:52:00.983 DEBUG: Execute project builder: org.sonar.plugins.csharp.CSharpGlobalProtobufFileProcessor
2022-05-10T07:52:00.9849636Z 02:52:00.984 DEBUG: Execute project builder: org.sonar.plugins.vbnet.VbNetGlobalProtobufFileProcessor
2022-05-10T07:52:00.9854480Z 02:52:00.984 INFO: Execute project builders (done) | time=1ms
2022-05-10T07:52:00.9885912Z 02:52:00.988 INFO: Project key: com.optum.cdf:casedetailfact
2022-05-10T07:52:00.9887516Z 02:52:00.988 INFO: Base dir: F:\Build\Agent1\_work\66\s
2022-05-10T07:52:00.9888334Z 02:52:00.988 INFO: Working dir: F:\Build\Agent1\_work\66\s\.scannerwork
2022-05-10T07:52:00.9890778Z 02:52:00.988 DEBUG: Project global encoding: windows-1252, default locale: en_US
2022-05-10T07:52:00.9908229Z 02:52:00.990 DEBUG: Creating module hierarchy
2022-05-10T07:52:00.9908484Z 02:52:00.990 DEBUG:   Init module 'Case_detail_fact'
2022-05-10T07:52:00.9914807Z 02:52:00.990 DEBUG:     Base dir: F:\Build\Agent1\_work\66\s
2022-05-10T07:52:00.9915205Z 02:52:00.990 DEBUG:     Working dir: F:\Build\Agent1\_work\66\s\.scannerwork
2022-05-10T07:52:00.9916431Z 02:52:00.991 DEBUG:     Module global encoding: windows-1252, default locale: en_US
2022-05-10T07:52:01.0759906Z 02:52:01.075 INFO: Load project settings for component key: 'com.optum.cdf:casedetailfact'
2022-05-10T07:52:01.0922954Z 02:52:01.091 DEBUG: GET 404 https://sonar.optum.com/api/settings/values.protobuf?component=com.optum.cdf%3Acasedetailfact | time=16ms
2022-05-10T07:52:01.0983328Z 02:52:01.098 INFO: Load project branches
2022-05-10T07:52:01.1106236Z 02:52:01.110 DEBUG: GET 404 https://sonar.optum.com/api/project_branches/list?project=com.optum.cdf%3Acasedetailfact | time=11ms
2022-05-10T07:52:01.1108624Z 02:52:01.110 DEBUG: Could not process project branches - continuing without it
2022-05-10T07:52:01.1109541Z 02:52:01.110 INFO: Load project branches (done) | time=13ms
2022-05-10T07:52:01.1115309Z 02:52:01.111 INFO: Load project pull requests
2022-05-10T07:52:01.1214034Z 02:52:01.120 DEBUG: GET 404 https://sonar.optum.com/api/project_pull_requests/list?project=com.optum.cdf%3Acasedetailfact | time=9ms
2022-05-10T07:52:01.1214647Z 02:52:01.120 DEBUG: Could not process project pull requests - continuing without it
2022-05-10T07:52:01.1220495Z 02:52:01.121 INFO: Load project pull requests (done) | time=10ms
2022-05-10T07:52:01.1220745Z 02:52:01.121 INFO: Load branch configuration
2022-05-10T07:52:01.1233321Z 02:52:01.122 INFO: Load branch configuration (done) | time=1ms
2022-05-10T07:52:01.1443320Z 02:52:01.143 DEBUG: Available languages:
2022-05-10T07:52:01.1443593Z 02:52:01.143 DEBUG:   * CSS => "css"
2022-05-10T07:52:01.1443870Z 02:52:01.143 DEBUG:   * PL/SQL => "plsql"
2022-05-10T07:52:01.1444654Z 02:52:01.143 DEBUG:   * Scala => "scala"
2022-05-10T07:52:01.1445032Z 02:52:01.144 DEBUG:   * C# => "cs"
2022-05-10T07:52:01.1445216Z 02:52:01.144 DEBUG:   * Java => "java"
2022-05-10T07:52:01.1445472Z 02:52:01.144 DEBUG:   * HTML => "web"
2022-05-10T07:52:01.1447128Z 02:52:01.144 DEBUG:   * JSP => "jsp"
2022-05-10T07:52:01.1447490Z 02:52:01.144 DEBUG:   * Flex => "flex"
2022-05-10T07:52:01.1447672Z 02:52:01.144 DEBUG:   * XML => "xml"
2022-05-10T07:52:01.1447900Z 02:52:01.144 DEBUG:   * VB.NET => "vbnet"
2022-05-10T07:52:01.1448538Z 02:52:01.144 DEBUG:   * Swift => "swift"
2022-05-10T07:52:01.1448705Z 02:52:01.144 DEBUG:   * C => "c"
2022-05-10T07:52:01.1448877Z 02:52:01.144 DEBUG:   * C++ => "cpp"
2022-05-10T07:52:01.1449072Z 02:52:01.144 DEBUG:   * Objective-C => "objc"
2022-05-10T07:52:01.1449246Z 02:52:01.144 DEBUG:   * Python => "py"
2022-05-10T07:52:01.1449422Z 02:52:01.144 DEBUG:   * Go => "go"
2022-05-10T07:52:01.1450156Z 02:52:01.144 DEBUG:   * Kotlin => "kotlin"
2022-05-10T07:52:01.1450441Z 02:52:01.144 DEBUG:   * RPG => "rpg"
2022-05-10T07:52:01.1450703Z 02:52:01.144 DEBUG:   * PL/I => "pli"
2022-05-10T07:52:01.1450885Z 02:52:01.144 DEBUG:   * T-SQL => "tsql"
2022-05-10T07:52:01.1452116Z 02:52:01.144 DEBUG:   * Vb => "vb"
2022-05-10T07:52:01.1452315Z 02:52:01.144 DEBUG:   * Apex => "apex"
2022-05-10T07:52:01.1452616Z 02:52:01.144 DEBUG:   * JavaScript => "js"
2022-05-10T07:52:01.1453009Z 02:52:01.144 DEBUG:   * TypeScript => "ts"
2022-05-10T07:52:01.1453371Z 02:52:01.144 DEBUG:   * Ruby => "ruby"
2022-05-10T07:52:01.1453695Z 02:52:01.145 DEBUG:   * Groovy => "grvy"
2022-05-10T07:52:01.1453932Z 02:52:01.145 DEBUG:   * COBOL => "cobol"
2022-05-10T07:52:01.1454320Z 02:52:01.145 DEBUG:   * PHP => "php"
2022-05-10T07:52:01.1455304Z 02:52:01.145 DEBUG:   * APEX => "sf"
2022-05-10T07:52:01.1455550Z 02:52:01.145 DEBUG:   * Visual Force & Lightning => "vf"
2022-05-10T07:52:01.1455868Z 02:52:01.145 DEBUG:   * Salesforce Metadata (BETA) => "sfmeta"
2022-05-10T07:52:01.1456088Z 02:52:01.145 DEBUG:   * ABAP => "abap"
2022-05-10T07:52:01.1849464Z 02:52:01.184 DEBUG: SCM-TFVC: started blaming with executable F:\Build\Agent1\_work\66\s\.scannerwork\.sonartmp\SonarTfsAnnotate18123266225038879518.exe
2022-05-10T07:52:01.1850110Z 02:52:01.184 WARN: SCM-TFVC: Missing configuration for CollectionUri. The project may not receive blame information.
2022-05-10T07:52:01.1881448Z 02:52:01.187 INFO: Auto-configuring with CI 'Azure DevOps'
2022-05-10T07:52:01.1887077Z 02:52:01.188 INFO: Load quality profiles
2022-05-10T07:52:01.1994402Z 02:52:01.199 DEBUG: GET 404 https://sonar.optum.com/api/qualityprofiles/search.protobuf?project=com.optum.cdf%3Acasedetailfact | time=11ms
2022-05-10T07:52:01.2796068Z 02:52:01.278 DEBUG: GET 200 https://sonar.optum.com/api/qualityprofiles/search.protobuf?defaults=true | time=79ms
2022-05-10T07:52:01.2903580Z 02:52:01.289 INFO: Load quality profiles (done) | time=101ms
2022-05-10T07:52:01.2921369Z 02:52:01.291 INFO: Auto-configuring with CI 'Azure DevOps'
2022-05-10T07:52:01.2939103Z 02:52:01.293 INFO: Load active rules
2022-05-10T07:52:01.3181274Z 02:52:01.317 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBepgBArkUnJ-_3CGC4&ps=500&p=1 | time=24ms
2022-05-10T07:52:01.3644182Z 02:52:01.363 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBer1cerkUnJ-_3CHLZ&ps=500&p=1 | time=25ms
2022-05-10T07:52:01.3977431Z 02:52:01.397 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeqKPerkUnJ-_3CGLy&ps=500&p=1 | time=31ms
2022-05-10T07:52:01.4595948Z 02:52:01.459 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeqjkJrkUnJ-_3CGq3&ps=500&p=1 | time=62ms
2022-05-10T07:52:01.5161149Z 02:52:01.515 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBerWF0rkUnJ-_3CHD4&ps=500&p=1 | time=44ms
2022-05-10T07:52:01.5504063Z 02:52:01.549 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeoyvErkUnJ-_3CFew&ps=500&p=1 | time=27ms
2022-05-10T07:52:01.5919737Z 02:52:01.591 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBerONtrkUnJ-_3CG-m&ps=500&p=1 | time=39ms
2022-05-10T07:52:01.6974099Z 02:52:01.697 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeqXRhrkUnJ-_3CGMA&ps=500&p=1 | time=96ms
2022-05-10T07:52:01.7864000Z 02:52:01.785 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeqXRhrkUnJ-_3CGMA&ps=500&p=2 | time=64ms
2022-05-10T07:52:01.8525888Z 02:52:01.851 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeoqkJrkUnJ-_3CFWS&ps=500&p=1 | time=57ms
2022-05-10T07:52:01.8738390Z 02:52:01.873 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBerqewrkUnJ-_3CHLW&ps=500&p=1 | time=16ms
2022-05-10T07:52:01.8978626Z 02:52:01.897 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBep_nvrkUnJ-_3CGKq&ps=500&p=1 | time=24ms
2022-05-10T07:52:01.9289171Z 02:52:01.928 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeppunrkUnJ-_3CGD6&ps=500&p=1 | time=31ms
2022-05-10T07:52:01.9476775Z 02:52:01.946 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBesiX8rkUnJ-_3CHeC&ps=500&p=1 | time=17ms
2022-05-10T07:52:01.9820454Z 02:52:01.981 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBesPqIrkUnJ-_3CHXw&ps=500&p=1 | time=34ms
2022-05-10T07:52:02.0140930Z 02:52:02.013 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBep35prkUnJ-_3CGHt&ps=500&p=1 | time=31ms
2022-05-10T07:52:02.0507102Z 02:52:02.050 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBer6sZrkUnJ-_3CHM6&ps=500&p=1 | time=36ms
2022-05-10T07:52:02.1018520Z 02:52:02.101 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBepMtMrkUnJ-_3CF0J&ps=500&p=1 | time=50ms
2022-05-10T07:52:02.1485578Z 02:52:02.147 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeo5zvrkUnJ-_3CFgy&ps=500&p=1 | time=41ms
2022-05-10T07:52:02.1795944Z 02:52:02.178 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBepwHIrkUnJ-_3CGGT&ps=500&p=1 | time=28ms
2022-05-10T07:52:02.2052894Z 02:52:02.204 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeqv1krkUnJ-_3CGwi&ps=500&p=1 | time=25ms
2022-05-10T07:52:02.2294350Z 02:52:02.228 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBerd_rrkUnJ-_3CHIP&ps=500&p=1 | time=23ms
2022-05-10T07:52:02.2468272Z 02:52:02.246 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBerHbUrkUnJ-_3CG92&ps=500&p=1 | time=17ms
2022-05-10T07:52:02.2845493Z 02:52:02.284 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBesA9erkUnJ-_3CHQH&ps=500&p=1 | time=38ms
2022-05-10T07:52:02.3100650Z 02:52:02.309 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBesXDErkUnJ-_3CHbb&ps=500&p=1 | time=24ms
2022-05-10T07:52:02.3337447Z 02:52:02.333 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBerkExrkUnJ-_3CHJy&ps=500&p=1 | time=24ms
2022-05-10T07:52:02.3865886Z 02:52:02.385 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBepD6trkUnJ-_3CFnv&ps=500&p=1 | time=52ms
2022-05-10T07:52:02.4182109Z 02:52:02.417 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBesc0WrkUnJ-_3CHci&ps=500&p=1 | time=26ms
2022-05-10T07:52:02.4698577Z 02:52:02.469 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBepXlCrkUnJ-_3CF_I&ps=500&p=1 | time=51ms
2022-05-10T07:52:02.5152359Z 02:52:02.514 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeq-xlrkUnJ-_3CG5F&ps=500&p=1 | time=44ms
2022-05-10T07:52:02.5515923Z 02:52:02.551 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeog_4rkUnJ-_3CFS1&ps=500&p=1 | time=34ms
2022-05-10T07:52:02.5983137Z 02:52:02.597 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBeq3DArkUnJ-_3CGyJ&ps=500&p=1 | time=45ms
2022-05-10T07:52:02.6389171Z 02:52:02.638 DEBUG: GET 200 https://sonar.optum.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYBesHUfrkUnJ-_3CHS4&ps=500&p=1 | time=38ms
2022-05-10T07:52:02.6511438Z 02:52:02.650 INFO: Load active rules (done) | time=1357ms
2022-05-10T07:52:02.6775822Z 02:52:02.676 WARN: Using absolute path pattern is deprecated. Please use relative path instead of 'file:**/automation/**'
2022-05-10T07:52:02.6780861Z 02:52:02.677 WARN: Using absolute path pattern is deprecated. Please use relative path instead of 'file:**/test-applications/**'
2022-05-10T07:52:02.6781365Z 02:52:02.677 WARN: Using absolute path pattern is deprecated. Please use relative path instead of 'file:**/testapp/**'
2022-05-10T07:52:02.6782147Z 02:52:02.677 WARN: Using absolute path pattern is deprecated. Please use relative path instead of 'file:**/src/test/**'
2022-05-10T07:52:02.6782669Z 02:52:02.677 WARN: Using absolute path pattern is deprecated. Please use relative path instead of 'file:**/tests/**'
2022-05-10T07:52:02.7050078Z 02:52:02.704 DEBUG: Declared extensions of language CSS were converted to sonar.lang.patterns.css : **/*.css,**/*.less,**/*.scss
2022-05-10T07:52:02.7051222Z 02:52:02.704 DEBUG: Declared extensions of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.psk,**/*.pkb,**/*.prc,**/*.fnc,**/*.sql
2022-05-10T07:52:02.7052380Z 02:52:02.705 DEBUG: Declared extensions of language Scala were converted to sonar.lang.patterns.scala : **/*.scala
2022-05-10T07:52:02.7053489Z 02:52:02.705 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
2022-05-10T07:52:02.7055034Z 02:52:02.705 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
2022-05-10T07:52:02.7058207Z 02:52:02.705 DEBUG: Declared extensions of language HTML were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.cshtml,**/*.vbhtml,**/*.aspx,**/*.ascx,**/*.rhtml,**/*.erb,**/*.shtm,**/*.shtml
2022-05-10T07:52:02.7059819Z 02:52:02.705 DEBUG: Declared extensions of language JSP were converted to sonar.lang.patterns.jsp : **/*.jsp,**/*.jspf,**/*.jspx
2022-05-10T07:52:02.7060462Z 02:52:02.705 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as
2022-05-10T07:52:02.7061972Z 02:52:02.705 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl
2022-05-10T07:52:02.7062824Z 02:52:02.706 DEBUG: Declared extensions of language VB.NET were converted to sonar.lang.patterns.vbnet : **/*.vb
2022-05-10T07:52:02.7063621Z 02:52:02.706 DEBUG: Declared extensions of language Swift were converted to sonar.lang.patterns.swift : **/*.swift
2022-05-10T07:52:02.7064903Z 02:52:02.706 DEBUG: Declared extensions of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.h
2022-05-10T07:52:02.7067510Z 02:52:02.706 DEBUG: Declared extensions of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp
2022-05-10T07:52:02.7068734Z 02:52:02.706 DEBUG: Declared extensions of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m
2022-05-10T07:52:02.7069546Z 02:52:02.706 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py
2022-05-10T07:52:02.7070327Z 02:52:02.706 DEBUG: Declared extensions of language Go were converted to sonar.lang.patterns.go : **/*.go
2022-05-10T07:52:02.7071392Z 02:52:02.706 DEBUG: Declared extensions of language Kotlin were converted to sonar.lang.patterns.kotlin : **/*.kt
2022-05-10T07:52:02.7072687Z 02:52:02.707 DEBUG: Declared extensions of language RPG were converted to sonar.lang.patterns.rpg : **/*.rpg,**/*.rpgle,**/*.rpg,**/*.rpgle
2022-05-10T07:52:02.7073626Z 02:52:02.707 DEBUG: Declared extensions of language PL/I were converted to sonar.lang.patterns.pli : **/*.pli
2022-05-10T07:52:02.7075354Z 02:52:02.707 DEBUG: Declared extensions of language T-SQL were converted to sonar.lang.patterns.tsql : **/*.tsql
2022-05-10T07:52:02.7076619Z 02:52:02.707 DEBUG: Declared extensions of language Vb were converted to sonar.lang.patterns.vb : **/*.bas,**/*.frm,**/*.ctl,**/*.bas,**/*.frm,**/*.ctl
2022-05-10T07:52:02.7077866Z 02:52:02.707 DEBUG: Declared extensions of language Apex were converted to sonar.lang.patterns.apex : **/*.cls,**/*.trigger
2022-05-10T07:52:02.7079743Z 02:52:02.707 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.mjs,**/*.vue
2022-05-10T07:52:02.7080698Z 02:52:02.707 DEBUG: Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx
2022-05-10T07:52:02.7081628Z 02:52:02.707 DEBUG: Declared extensions of language Ruby were converted to sonar.lang.patterns.ruby : **/*.rb
2022-05-10T07:52:02.7082703Z 02:52:02.708 DEBUG: Declared extensions of language Groovy were converted to sonar.lang.patterns.grvy : **/*.groovy
2022-05-10T07:52:02.7083235Z 02:52:02.708 DEBUG: Declared extensions of language COBOL were converted to sonar.lang.patterns.cobol : 
2022-05-10T07:52:02.7085346Z 02:52:02.708 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
2022-05-10T07:52:02.7085790Z 02:52:02.708 DEBUG: Declared extensions of language APEX were converted to sonar.lang.patterns.sf : **/*.trigger,**/*.cls
2022-05-10T07:52:02.7087671Z 02:52:02.708 DEBUG: Declared extensions of language Visual Force & Lightning were converted to sonar.lang.patterns.vf : **/*.page,**/*.component,**/*.app,**/*.evt,**/*.cmp,**/*.intf
2022-05-10T07:52:02.7088509Z 02:52:02.708 DEBUG: Declared extensions of language Salesforce Metadata (BETA) were converted to sonar.lang.patterns.sfmeta : **/*.settings
2022-05-10T07:52:02.7090289Z 02:52:02.708 DEBUG: Declared extensions of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow,**/*.asprog
2022-05-10T07:52:02.7101084Z 02:52:02.709 DEBUG: Will ignore generated code
2022-05-10T07:52:02.7105511Z 02:52:02.710 DEBUG: Will ignore generated code
2022-05-10T07:52:02.7128102Z 02:52:02.712 INFO: Indexing files...
2022-05-10T07:52:02.7130120Z 02:52:02.712 INFO: Project configuration:
2022-05-10T07:52:02.7133048Z 02:52:02.713 INFO:   Excluded sources: file:**/automation/**, file:**/test-applications/**, file:**/testapp/**, file:**/src/test/**, file:**/tests/**
2022-05-10T07:52:02.7135934Z 02:52:02.713 INFO:   Excluded sources for coverage: **/pom.xml
2022-05-10T07:52:02.7252387Z 02:52:02.724 DEBUG: loading config FileBasedConfig[C:\Users\tfsbuild\.config\jgit\config]
2022-05-10T07:52:02.7257278Z 02:52:02.725 DEBUG: readpipe [F:\Build\Agent1\externals\git\cmd\git.exe, --version],F:\Build\Agent1\externals\git\cmd
2022-05-10T07:52:02.7618326Z 02:52:02.761 DEBUG: readpipe may return 'git version 2.26.2.windows.1'
2022-05-10T07:52:02.7618768Z 02:52:02.761 DEBUG: remaining output:
2022-05-10T07:52:02.7618919Z 
2022-05-10T07:52:02.7646392Z 02:52:02.764 DEBUG: readpipe [F:\Build\Agent1\externals\git\cmd\git.exe, config, --system, --edit],F:\Build\Agent1\externals\git\cmd
2022-05-10T07:52:02.8251286Z 02:52:02.824 DEBUG: readpipe may return 'F:/Build/Agent1/externals/git/etc/gitconfig'
2022-05-10T07:52:02.8251757Z 02:52:02.824 DEBUG: remaining output:
2022-05-10T07:52:02.8251880Z 
2022-05-10T07:52:02.8299376Z 02:52:02.829 DEBUG: loading config FileBasedConfig[F:\Build\Agent1\externals\git\etc\gitconfig]
2022-05-10T07:52:02.8308279Z 02:52:02.830 DEBUG: loading config FileBasedConfig[C:\Users\tfsbuild\.gitconfig]
2022-05-10T07:52:02.8693656Z 02:52:02.868 DEBUG: 39 non excluded files in this Git repository
2022-05-10T07:52:02.8708547Z 02:52:02.870 WARN: Using absolute path pattern is deprecated. Please use relative path instead of 'file:**/automation/**'
2022-05-10T07:52:02.8709014Z 02:52:02.870 WARN: Using absolute path pattern is deprecated. Please use relative path instead of 'file:**/test-applications/**'
2022-05-10T07:52:02.8709458Z 02:52:02.870 WARN: Using absolute path pattern is deprecated. Please use relative path instead of 'file:**/testapp/**'
2022-05-10T07:52:02.8710026Z 02:52:02.870 WARN: Using absolute path pattern is deprecated. Please use relative path instead of 'file:**/src/test/**'
2022-05-10T07:52:02.8710413Z 02:52:02.870 WARN: Using absolute path pattern is deprecated. Please use relative path instead of 'file:**/tests/**'
2022-05-10T07:52:02.8796021Z 02:52:02.879 DEBUG: 'Testing\commontabs.scala' indexed with language 'scala'
2022-05-10T07:52:02.8814165Z 02:52:02.880 DEBUG: 'Testing\cpm.scala' indexed with language 'scala'
2022-05-10T07:52:02.8831187Z 02:52:02.882 DEBUG: 'Testing\differential.scala' indexed with language 'scala'
2022-05-10T07:52:02.8842456Z 02:52:02.883 DEBUG: 'Testing\engage.scala' indexed with language 'scala'
2022-05-10T07:52:02.8853766Z 02:52:02.884 DEBUG: 'Testing\hsc.scala' indexed with language 'scala'
2022-05-10T07:52:02.8864302Z 02:52:02.885 DEBUG: 'Testing\main.scala' indexed with language 'scala'
2022-05-10T07:52:02.8873958Z 02:52:02.886 DEBUG: 'Testing\sdm.scala' indexed with language 'scala'
2022-05-10T07:52:02.8885061Z 02:52:02.887 INFO: 7 files indexed
2022-05-10T07:52:02.8885482Z 02:52:02.887 INFO: 0 files ignored because of inclusion/exclusion patterns
2022-05-10T07:52:02.8885736Z 02:52:02.888 INFO: 0 files ignored because of scm ignore settings
2022-05-10T07:52:02.8891648Z 02:52:02.888 INFO: Quality profile for scala: OCD Scala way 01-22
2022-05-10T07:52:02.8892332Z 02:52:02.888 INFO: ------------- Run sensors on module Case_detail_fact
2022-05-10T07:52:02.9715065Z 02:52:02.970 INFO: JavaScript/TypeScript frontend is enabled
2022-05-10T07:52:03.0121688Z 02:52:03.011 INFO: Load metrics repository
2022-05-10T07:52:03.0290067Z 02:52:03.028 DEBUG: GET 200 https://sonar.optum.com/api/metrics/search?f=name,description,direction,qualitative,custom&ps=500&p=1 | time=17ms
2022-05-10T07:52:03.0369123Z 02:52:03.036 INFO: Load metrics repository (done) | time=25ms
2022-05-10T07:52:03.9559435Z 02:52:03.955 DEBUG: Adding rules for repository 'jssecurity', language: JAVASCRIPT, [class A.A.A.A.A.A.B, class A.A.A.A.A.A.I, class A.A.A.A.A.A.K, class A.A.A.A.A.A.L, class A.A.A.A.A.A.M, class A.A.A.A.A.A.C, class A.A.A.A.A.A.G, class A.A.A.A.A.A.H, class A.A.A.A.A.A.J, class A.A.A.A.A.A.F, class A.A.A.A.A.A.D, class A.A.A.A.A.A.E, class A.A.A.A.A.A.A] from A.A.A.A.A.D
2022-05-10T07:52:03.9612581Z 02:52:03.960 DEBUG: Adding rules for repository 'tssecurity', language: TYPESCRIPT, [class A.A.A.A.A.A.B, class A.A.A.A.A.A.I, class A.A.A.A.A.A.K, class A.A.A.A.A.A.L, class A.A.A.A.A.A.M, class A.A.A.A.A.A.C, class A.A.A.A.A.A.G, class A.A.A.A.A.A.H, class A.A.A.A.A.A.J, class A.A.A.A.A.A.F, class A.A.A.A.A.A.D, class A.A.A.A.A.A.E, class A.A.A.A.A.A.A] from A.A.A.A.A.B
2022-05-10T07:52:04.2790932Z 02:52:04.278 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2791658Z 02:52:04.278 DEBUG: 'CobolSquidSensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2791993Z 02:52:04.278 DEBUG: 'CodeScan indexer' skipped because there is no related file in current project
2022-05-10T07:52:04.2792293Z 02:52:04.278 DEBUG: 'CodeScan parser' skipped because there is no related file in current project
2022-05-10T07:52:04.2796440Z 02:52:04.279 DEBUG: 'Import external issues report' skipped because one of the required properties is missing
2022-05-10T07:52:04.2796793Z 02:52:04.279 DEBUG: 'CSS Metrics' skipped because there is no related file in current project
2022-05-10T07:52:04.2800677Z 02:52:04.279 DEBUG: 'Import of stylelint issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2802070Z 02:52:04.279 DEBUG: 'PL/SQL Sensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2810305Z 02:52:04.280 DEBUG: 'Scoverage sensor for Scala coverage' skipped because one of the required properties is missing
2022-05-10T07:52:04.2813571Z 02:52:04.281 DEBUG: 'Import of Scalastyle issues' skipped because one of the required properties is missing
2022-05-10T07:52:04.2813936Z 02:52:04.281 DEBUG: 'Import of Scapegoat issues' skipped because one of the required properties is missing
2022-05-10T07:52:04.2817019Z 02:52:04.281 DEBUG: 'Import of Checkstyle issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2820029Z 02:52:04.281 DEBUG: 'Import of PMD issues' skipped because one of the required properties is missing
2022-05-10T07:52:04.2822326Z 02:52:04.281 DEBUG: 'Import of SpotBugs issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2824264Z 02:52:04.282 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2825756Z 02:52:04.282 DEBUG: 'Removed properties sensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2830053Z 02:52:04.282 DEBUG: 'Flex' skipped because there is no related file in current project
2022-05-10T07:52:04.2831898Z 02:52:04.282 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project
2022-05-10T07:52:04.2832564Z 02:52:04.282 DEBUG: 'XML Sensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2833930Z 02:52:04.283 DEBUG: 'Swift Code Quality and Security' skipped because there is no related file in current project
2022-05-10T07:52:04.2836513Z 02:52:04.283 DEBUG: 'Import of SwiftLint issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2839857Z 02:52:04.283 DEBUG: 'gcov' skipped because there is no related file in current project
2022-05-10T07:52:04.2842789Z 02:52:04.284 DEBUG: 'llvm-cov' skipped because there is no related file in current project
2022-05-10T07:52:04.2845558Z 02:52:04.284 DEBUG: 'cppunit' skipped because there is no related file in current project
2022-05-10T07:52:04.2849022Z 02:52:04.284 DEBUG: 'VisualStudioCoverage' skipped because there is no related file in current project
2022-05-10T07:52:04.2852015Z 02:52:04.284 DEBUG: 'bullseye' skipped because there is no related file in current project
2022-05-10T07:52:04.2853262Z 02:52:04.285 DEBUG: 'Python Sensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2854451Z 02:52:04.285 DEBUG: 'Cobertura Sensor for Python coverage' skipped because there is no related file in current project
2022-05-10T07:52:04.2855462Z 02:52:04.285 DEBUG: 'PythonXUnitSensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2862307Z 02:52:04.285 DEBUG: 'Import of Pylint issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2863311Z 02:52:04.286 DEBUG: 'Import of Bandit issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2864309Z 02:52:04.286 DEBUG: 'Import of Flake8 issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2865109Z 02:52:04.286 DEBUG: 'Code Quality and Security for Go' skipped because there is no related file in current project
2022-05-10T07:52:04.2868359Z 02:52:04.286 DEBUG: 'Go Unit Test Report' skipped because there is no related file in current project
2022-05-10T07:52:04.2871141Z 02:52:04.286 DEBUG: 'Go Cover sensor for Go coverage' skipped because one of the required properties is missing
2022-05-10T07:52:04.2874745Z 02:52:04.287 DEBUG: 'Import of go vet issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2875407Z 02:52:04.287 DEBUG: 'Import of Golint issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2876159Z 02:52:04.287 DEBUG: 'Import of GoMetaLinter issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2877013Z 02:52:04.287 DEBUG: 'Import of GolangCI-Lint issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2878452Z 02:52:04.287 DEBUG: 'Kotlin Sensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2879940Z 02:52:04.287 DEBUG: 'KotlinSurefireSensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2888139Z 02:52:04.288 DEBUG: 'Import of detekt issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2894851Z 02:52:04.289 DEBUG: 'Import of Android Lint issues' skipped because one of the required properties is missing
2022-05-10T07:52:04.2896619Z 02:52:04.289 DEBUG: 'RPG sensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2898507Z 02:52:04.289 DEBUG: 'PliSquidSensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2899616Z 02:52:04.289 DEBUG: 'T-SQL Sensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2901989Z 02:52:04.289 DEBUG: 'VbSquidSensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2903711Z 02:52:04.290 DEBUG: 'Apex Sensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2905030Z 02:52:04.290 DEBUG: 'Test coverage Sensor for Apex' skipped because there is no related file in current project
2022-05-10T07:52:04.2914556Z 02:52:04.290 DEBUG: 'Import of PMD issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2916700Z 02:52:04.291 DEBUG: 'JavaScript analysis' skipped because there is no related file in current project
2022-05-10T07:52:04.2917708Z 02:52:04.291 DEBUG: 'TypeScript analysis' skipped because there is no related file in current project
2022-05-10T07:52:04.2921399Z 02:52:04.291 DEBUG: 'JavaScript/TypeScript Coverage' skipped because there is no related file in current project
2022-05-10T07:52:04.2924181Z 02:52:04.292 DEBUG: 'Import of ESLint issues' skipped because one of the required properties is missing
2022-05-10T07:52:04.2924731Z 02:52:04.292 DEBUG: 'Import of TSLint issues' skipped because one of the required properties is missing
2022-05-10T07:52:04.2925957Z 02:52:04.292 DEBUG: 'Ruby Sensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2928817Z 02:52:04.292 DEBUG: 'Import of RuboCop issues' skipped because there is no related file in current project
2022-05-10T07:52:04.2929964Z 02:52:04.292 DEBUG: 'SimpleCov Sensor for Ruby coverage' skipped because there is no related file in current project
2022-05-10T07:52:04.2931118Z 02:52:04.292 DEBUG: 'CodeNarc' skipped because there is no related file in current project
2022-05-10T07:52:04.2932079Z 02:52:04.292 DEBUG: 'GroovySensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2932435Z 02:52:04.292 DEBUG: 'GroovySurefireSensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2935344Z 02:52:04.293 DEBUG: 'Groovy CoberturaSensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2936998Z 02:52:04.293 DEBUG: 'Groovy JaCoCo Coverage' skipped because there is no related file in current project
2022-05-10T07:52:04.2938118Z 02:52:04.293 DEBUG: 'Python HTML templates processing' skipped because there is no related file in current project
2022-05-10T07:52:04.2940076Z 02:52:04.293 DEBUG: 'PHP sensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2940985Z 02:52:04.293 DEBUG: 'Analyzer for "php.ini" files' skipped because there is no related file in current project
2022-05-10T07:52:04.2942184Z 02:52:04.293 DEBUG: 'Unit Test Runner' skipped because there is no related file in current project
2022-05-10T07:52:04.2942596Z 02:52:04.293 DEBUG: 'CodeScan Checks' skipped because there is no related file in current project
2022-05-10T07:52:04.2943021Z 02:52:04.293 DEBUG: 'AbapSquidSensor' skipped because there is no related file in current project
2022-05-10T07:52:04.2976706Z 02:52:04.297 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing
2022-05-10T07:52:04.2978038Z 02:52:04.297 DEBUG: 'CFamily' skipped because there is no related file in current project
2022-05-10T07:52:04.2983774Z 02:52:04.297 DEBUG: Sensors : CSS Rules -> Scala Sensor -> C# Project Type Information -> C# Properties -> JavaXmlSensor -> HTML -> cs-vf Checks -> cs-js Checks -> VB.NET Project Type Information -> VB.NET Properties -> JaCoCo XML Report Importer -> ThymeLeaf template sensor -> FindBugs Sensor -> JavaSecuritySensor -> CSharpSecuritySensor -> PhpSecuritySensor -> PythonSecuritySensor -> JsSecuritySensor -> Apex CPD -> VisualForce/Lightning CPD
2022-05-10T07:52:04.2989572Z 02:52:04.298 INFO: Sensor CSS Rules [cssfamily]
2022-05-10T07:52:04.2993308Z 02:52:04.298 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2022-05-10T07:52:04.2993693Z 02:52:04.298 INFO: Sensor CSS Rules [cssfamily] (done) | time=0ms
2022-05-10T07:52:04.2994148Z 02:52:04.298 INFO: Sensor Scala Sensor [sonarscala]
2022-05-10T07:52:04.3010394Z 02:52:04.300 INFO: 7 source files to be analyzed
2022-05-10T07:52:04.5421405Z 02:52:04.541 INFO: Load project repositories
2022-05-10T07:52:04.5503566Z 02:52:04.549 DEBUG: GET 404 https://sonar.optum.com/batch/project.protobuf?key=com.optum.cdf%3Acasedetailfact | time=8ms
2022-05-10T07:52:04.5503997Z 02:52:04.549 DEBUG: Project repository not available - continuing without it
2022-05-10T07:52:04.5504873Z 02:52:04.549 INFO: Load project repositories (done) | time=8ms
2022-05-10T07:52:04.5506273Z 02:52:04.550 DEBUG: 'Testing/differential.scala' generated metadata with charset 'windows-1252'
2022-05-10T07:52:05.4658571Z 02:52:05.465 DEBUG: 'Testing/commontabs.scala' generated metadata with charset 'windows-1252'
2022-05-10T07:52:05.5951470Z 02:52:05.594 DEBUG: 'Testing/cpm.scala' generated metadata with charset 'windows-1252'
2022-05-10T07:52:06.0795416Z 02:52:06.078 DEBUG: 'Testing/engage.scala' generated metadata with charset 'windows-1252'
2022-05-10T07:52:06.1426390Z 02:52:06.141 DEBUG: 'Testing/hsc.scala' generated metadata with charset 'windows-1252'
2022-05-10T07:52:06.2157845Z 02:52:06.215 DEBUG: 'Testing/sdm.scala' generated metadata with charset 'windows-1252'
2022-05-10T07:52:06.4158036Z 02:52:06.415 DEBUG: 'Testing/main.scala' generated metadata with charset 'windows-1252'
2022-05-10T07:52:06.4815818Z 02:52:06.480 INFO: 7/7 source files have been analyzed
2022-05-10T07:52:06.4818058Z 02:52:06.481 INFO: Sensor Scala Sensor [sonarscala] (done) | time=2183ms
2022-05-10T07:52:06.4818464Z 02:52:06.481 INFO: Sensor C# Project Type Information [csharp]
2022-05-10T07:52:06.4828855Z 02:52:06.482 INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2022-05-10T07:52:06.4829191Z 02:52:06.482 INFO: Sensor C# Properties [csharp]
2022-05-10T07:52:06.4832122Z 02:52:06.482 DEBUG: Project 'com.optum.cdf:casedetailfact': Property missing: 'sonar.cs.analyzer.projectOutPaths'. No protobuf files will be loaded for this project.
2022-05-10T07:52:06.4836047Z 02:52:06.483 DEBUG: Project 'com.optum.cdf:casedetailfact': No Roslyn issues reports have been found.
2022-05-10T07:52:06.4836685Z 02:52:06.483 INFO: Sensor C# Properties [csharp] (done) | time=1ms
2022-05-10T07:52:06.4836982Z 02:52:06.483 INFO: Sensor JavaXmlSensor [java]
2022-05-10T07:52:06.4843191Z 02:52:06.483 INFO: Sensor JavaXmlSensor [java] (done) | time=0ms
2022-05-10T07:52:06.4843473Z 02:52:06.483 INFO: Sensor HTML [web]
2022-05-10T07:52:06.4863593Z 02:52:06.485 INFO: Sensor HTML [web] (done) | time=2ms
2022-05-10T07:52:06.4863866Z 02:52:06.485 INFO: Sensor cs-vf Checks [codescanlang]
2022-05-10T07:52:06.4864051Z 02:52:06.485 INFO: Running CodeScanLang
2022-05-10T07:52:06.4877298Z 02:52:06.487 INFO: Sensor cs-vf Checks [codescanlang] (done) | time=2ms
2022-05-10T07:52:06.4877660Z 02:52:06.487 INFO: Sensor cs-js Checks [codescanlang]
2022-05-10T07:52:06.4877883Z 02:52:06.487 INFO: Running CodeScanLang
2022-05-10T07:52:06.4878098Z 02:52:06.487 INFO: Sensor cs-js Checks [codescanlang] (done) | time=0ms
2022-05-10T07:52:06.4878342Z 02:52:06.487 INFO: Sensor VB.NET Project Type Information [vbnet]
2022-05-10T07:52:06.4882404Z 02:52:06.487 INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
2022-05-10T07:52:06.4882956Z 02:52:06.487 INFO: Sensor VB.NET Properties [vbnet]
2022-05-10T07:52:06.4885452Z 02:52:06.487 DEBUG: Project 'com.optum.cdf:casedetailfact': Property missing: 'sonar.vbnet.analyzer.projectOutPaths'. No protobuf files will be loaded for this project.
2022-05-10T07:52:06.4888673Z 02:52:06.488 DEBUG: Project 'com.optum.cdf:casedetailfact': No Roslyn issues reports have been found.
2022-05-10T07:52:06.4888988Z 02:52:06.488 INFO: Sensor VB.NET Properties [vbnet] (done) | time=1ms
2022-05-10T07:52:06.4889223Z 02:52:06.488 INFO: Sensor JaCoCo XML Report Importer [jacoco]
2022-05-10T07:52:06.4901515Z 02:52:06.489 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
2022-05-10T07:52:06.4907647Z 02:52:06.490 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2022-05-10T07:52:06.4908049Z 02:52:06.490 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
2022-05-10T07:52:06.4908311Z 02:52:06.490 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2022-05-10T07:52:06.4911623Z 02:52:06.491 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
2022-05-10T07:52:06.4914910Z 02:52:06.491 INFO: Sensor FindBugs Sensor [findbugs]
2022-05-10T07:52:06.5370655Z 02:52:06.536 DEBUG: Debugging plugin loading. SpotBugs version 4.2.0
2022-05-10T07:52:06.5396431Z 02:52:06.538 DEBUG: FindBugs.class loaded from jar:file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar!/edu/umd/cs/findbugs/FindBugs.class
2022-05-10T07:52:06.5397054Z 02:52:06.538 DEBUG: Core class files loaded from file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar
2022-05-10T07:52:06.5397931Z 02:52:06.539 DEBUG: Loading plugin from file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar
2022-05-10T07:52:06.5474691Z 02:52:06.547 DEBUG: PluginLoader found findbugs.xml at: jar:file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar!/findbugs.xml
2022-05-10T07:52:06.5936501Z 02:52:06.593 DEBUG: Trying to load messages_en_.xml from jar:file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar!/messages_en_.xml
2022-05-10T07:52:06.5939027Z 02:52:06.593 DEBUG: Trying to load messages_en_.xml using URLClassLoader.findResource
2022-05-10T07:52:06.5945502Z 02:52:06.593 DEBUG:   from urls: [file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/annotations-3.0.1u2.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-analysis-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-commons-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-tree-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-util-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/bcel-6.5.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/cglib-nodep-3.2.5.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-lang-2.6.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-lang3-3.11.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-text-1.9.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/dom4j-2.1.3.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/guava-21.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jaxen-1.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jcip-annotations-1.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/json-20200518.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jsr305-1.3.9.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/picocontainer-2.14.1.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/Saxon-HE-10.3.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-annotations-4.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/sslr-core-1.23.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/sslr-squid-bridge-2.7.0.377.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/xstream-1.4.15.jar]
2022-05-10T07:52:06.5950620Z 02:52:06.593 DEBUG: Trying to load messages_en_.xml using ClassLoader.getResource
2022-05-10T07:52:06.5951068Z 02:52:06.594 DEBUG: Trying to load messages_en.xml from jar:file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar!/messages_en.xml
2022-05-10T07:52:06.5951492Z 02:52:06.594 DEBUG: Trying to load messages_en.xml using URLClassLoader.findResource
2022-05-10T07:52:06.5955813Z 02:52:06.594 DEBUG:   from urls: [file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/annotations-3.0.1u2.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-analysis-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-commons-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-tree-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-util-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/bcel-6.5.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/cglib-nodep-3.2.5.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-lang-2.6.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-lang3-3.11.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-text-1.9.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/dom4j-2.1.3.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/guava-21.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jaxen-1.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jcip-annotations-1.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/json-20200518.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jsr305-1.3.9.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/picocontainer-2.14.1.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/Saxon-HE-10.3.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-annotations-4.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/sslr-core-1.23.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/sslr-squid-bridge-2.7.0.377.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/xstream-1.4.15.jar]
2022-05-10T07:52:06.5959980Z 02:52:06.594 DEBUG: Trying to load messages_en.xml using ClassLoader.getResource
2022-05-10T07:52:06.6640413Z 02:52:06.663 DEBUG: Loaded edu.umd.cs.findbugs.plugins.core from file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar
2022-05-10T07:52:06.6648092Z 02:52:06.664 DEBUG: PluginLoader found findbugs.xml at: jar:file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar!/findbugs.xml
2022-05-10T07:52:06.6709672Z 02:52:06.670 DEBUG: Trying to load messages_en_.xml from jar:file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar!/messages_en_.xml
2022-05-10T07:52:06.6711397Z 02:52:06.670 DEBUG: Trying to load messages_en_.xml using URLClassLoader.findResource
2022-05-10T07:52:06.6716167Z 02:52:06.671 DEBUG:   from urls: [file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/annotations-3.0.1u2.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-analysis-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-commons-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-tree-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-util-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/bcel-6.5.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/cglib-nodep-3.2.5.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-lang-2.6.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-lang3-3.11.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-text-1.9.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/dom4j-2.1.3.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/guava-21.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jaxen-1.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jcip-annotations-1.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/json-20200518.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jsr305-1.3.9.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/picocontainer-2.14.1.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/Saxon-HE-10.3.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-annotations-4.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/sslr-core-1.23.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/sslr-squid-bridge-2.7.0.377.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/xstream-1.4.15.jar]
2022-05-10T07:52:06.6721172Z 02:52:06.671 DEBUG: Trying to load messages_en_.xml using ClassLoader.getResource
2022-05-10T07:52:06.6721698Z 02:52:06.671 DEBUG: Trying to load messages_en.xml from jar:file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar!/messages_en.xml
2022-05-10T07:52:06.6722110Z 02:52:06.671 DEBUG: Trying to load messages_en.xml using URLClassLoader.findResource
2022-05-10T07:52:06.6726605Z 02:52:06.671 DEBUG:   from urls: [file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/annotations-3.0.1u2.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-analysis-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-commons-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-tree-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/asm-util-9.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/bcel-6.5.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/cglib-nodep-3.2.5.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-lang-2.6.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-lang3-3.11.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/commons-text-1.9.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/dom4j-2.1.3.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/guava-21.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jaxen-1.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jcip-annotations-1.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/json-20200518.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/jsr305-1.3.9.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/picocontainer-2.14.1.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/Saxon-HE-10.3.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-4.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/spotbugs-annotations-4.2.0.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/sslr-core-1.23.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/sslr-squid-bridge-2.7.0.377.jar, file:/C:/Users/tfsbuild/.sonar/cache/24d1c67d72d2a68527fc868e4af53c20/sonar-findbugs-plugin.jar_unzip/META-INF/lib/xstream-1.4.15.jar]
2022-05-10T07:52:06.6731256Z 02:52:06.672 DEBUG: Trying to load messages_en.xml using ClassLoader.getResource
2022-05-10T07:52:06.8876736Z 02:52:06.886 DEBUG: found 10 categories in edu.umd.cs.findbugs.plugins.core
2022-05-10T07:52:06.8877137Z 02:52:06.887 DEBUG: category CORRECTNESS abbrev -> C
2022-05-10T07:52:06.8877399Z 02:52:06.887 DEBUG: category CORRECTNESS details -> Probable bug - an apparent coding mistake
2022-05-10T07:52:06.8878096Z             resulting in code that was probably not what the
2022-05-10T07:52:06.8879528Z             developer intended. We strive for a low false positive rate.
2022-05-10T07:52:06.8879898Z 02:52:06.887 DEBUG: category NOISE abbrev -> N
2022-05-10T07:52:06.8880152Z 02:52:06.887 DEBUG: category NOISE details -> Bogus random noise: intended to be useful
2022-05-10T07:52:06.8880471Z     as a control in data mining experiments, not in finding actual bugs in software
2022-05-10T07:52:06.8880823Z             
2022-05-10T07:52:06.8881055Z 02:52:06.887 DEBUG: category SECURITY abbrev -> S
2022-05-10T07:52:06.8881364Z 02:52:06.887 DEBUG: category SECURITY details -> A use of untrusted input in a way that could create a remotely exploitable security vulnerability.
2022-05-10T07:52:06.8881821Z     
2022-05-10T07:52:06.8882296Z 02:52:06.887 DEBUG: category BAD_PRACTICE abbrev -> B
2022-05-10T07:52:06.8884011Z 02:52:06.887 DEBUG: category BAD_PRACTICE details -> Violations of recommended and essential
2022-05-10T07:52:06.8885516Z             coding practice. Examples include hash code and equals
2022-05-10T07:52:06.8885804Z             problems, cloneable idiom, dropped exceptions,
2022-05-10T07:52:06.8886028Z             Serializable problems, and misuse of finalize.
2022-05-10T07:52:06.8886523Z             We strive to make this analysis accurate,
2022-05-10T07:52:06.8886878Z             although some groups may
2022-05-10T07:52:06.8887066Z             not care about some of the bad practices.
2022-05-10T07:52:06.8887456Z 02:52:06.888 DEBUG: category STYLE abbrev -> D
2022-05-10T07:52:06.8887861Z 02:52:06.888 DEBUG: category STYLE details -> code that is confusing, anomalous, or
2022-05-10T07:52:06.8888154Z             written in a way that leads itself to errors.
2022-05-10T07:52:06.8888372Z             Examples include dead local stores, switch fall through,
2022-05-10T07:52:06.8888601Z             unconfirmed casts, and redundant null check of value
2022-05-10T07:52:06.8888984Z             known to be null.
2022-05-10T07:52:06.8889371Z             More false positives accepted.
2022-05-10T07:52:06.8889744Z             In previous versions of SpotBugs, this category was known as Style.
2022-05-10T07:52:06.8889923Z 
2022-05-10T07:52:06.8890088Z 02:52:06.888 DEBUG: category PERFORMANCE abbrev -> P
2022-05-10T07:52:06.8891124Z 02:52:06.888 DEBUG: category PERFORMANCE details -> code that is not necessarily incorrect but may be inefficient
2022-05-10T07:52:06.8891440Z 02:52:06.888 DEBUG: category MALICIOUS_CODE abbrev -> V
2022-05-10T07:52:06.8891710Z 02:52:06.888 DEBUG: category MALICIOUS_CODE details -> code that is vulnerable to attacks from untrusted code
2022-05-10T07:52:06.8891974Z 02:52:06.888 DEBUG: category MT_CORRECTNESS abbrev -> M
2022-05-10T07:52:06.8892235Z 02:52:06.888 DEBUG: category MT_CORRECTNESS details -> code flaws having to do with threads, locks, and volatiles
2022-05-10T07:52:06.8892599Z 02:52:06.888 DEBUG: category I18N abbrev -> I
2022-05-10T07:52:06.8892845Z 02:52:06.888 DEBUG: category I18N details -> code flaws having to do with internationalization and locale
2022-05-10T07:52:06.8893193Z 02:52:06.888 DEBUG: category EXPERIMENTAL abbrev -> X
2022-05-10T07:52:06.8893440Z 02:52:06.888 DEBUG: category EXPERIMENTAL details -> Experimental and not fully vetted bug patterns
2022-05-10T07:52:07.2034700Z 02:52:07.203 INFO: JavaClasspath initialization
2022-05-10T07:52:07.2086908Z 02:52:07.208 DEBUG: Property 'sonar.java.jdkHome' resolved with:
2022-05-10T07:52:07.2087168Z []
2022-05-10T07:52:07.2087762Z 02:52:07.208 DEBUG: Property 'sonar.java.libraries' resolved with:
2022-05-10T07:52:07.2087936Z []
2022-05-10T07:52:07.2091172Z 02:52:07.208 INFO: JavaClasspath initialization (done) | time=5ms
2022-05-10T07:52:07.2093865Z 02:52:07.209 WARN: Findbugs needs sources to be compiled. Please build project before executing sonar or check the location of compiled classes to make it possible for Findbugs to analyse your (sub)project (F:\Build\Agent1\_work\66\s).
2022-05-10T07:52:07.2286632Z 02:52:07.228 INFO: ------------------------------------------------------------------------
2022-05-10T07:52:07.2287980Z 02:52:07.228 INFO: EXECUTION FAILURE
2022-05-10T07:52:07.2288327Z 02:52:07.228 INFO: ------------------------------------------------------------------------
2022-05-10T07:52:07.2288647Z 02:52:07.228 INFO: Total time: 7.970s
2022-05-10T07:52:07.3130373Z 02:52:07.312 INFO: Final Memory: 35M/128M
2022-05-10T07:52:07.3130766Z 02:52:07.312 INFO: ------------------------------------------------------------------------
2022-05-10T07:52:07.3160955Z ##[error]02:52:07.312 ERROR: Error during SonarScanner execution
2022-05-10T07:52:07.3168763Z 02:52:07.312 ERROR: Error during SonarScanner execution
2022-05-10T07:52:07.3170064Z ##[error]java.lang.IllegalStateException: Can not execute Findbugs
2022-05-10T07:52:07.3170533Z java.lang.IllegalStateException: Can not execute Findbugs
2022-05-10T07:52:07.3172029Z ##[error]at org.sonar.plugins.findbugs.FindbugsExecutor.execute(FindbugsExecutor.java:188)
    at org.sonar.plugins.findbugs.FindbugsSensor.execute(FindbugsSensor.java:114)
    at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:48)
    at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:85)
    at org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:59)
2022-05-10T07:52:07.3173030Z    at org.sonar.plugins.findbugs.FindbugsExecutor.execute(FindbugsExecutor.java:188)
2022-05-10T07:52:07.3173417Z    at org.sonar.plugins.findbugs.FindbugsSensor.execute(FindbugsSensor.java:114)
2022-05-10T07:52:07.3173805Z    at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:48)
2022-05-10T07:52:07.3174338Z    at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:85)
2022-05-10T07:52:07.3174667Z    at org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:59)
2022-05-10T07:52:07.3181106Z ##[error]at org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:77)
    at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:59)
    at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:82)
    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:137)
    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:123)
    at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:392)
    at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:388)
    at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:357)
    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:137)
    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:123)
    at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:150)
    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:137)
    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:123)
    at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:72)
    at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:66)
    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:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
    at com.sun.proxy.$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:112)
    at org.sonarsource.scanner.cli.Main.execute(Main.java:75)
    at org.sonarsource.scanner.cli.Main.main(Main.java:61)
2022-05-10T07:52:07.3185198Z    at org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:77)
2022-05-10T07:52:07.3185537Z    at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:59)
2022-05-10T07:52:07.3185848Z    at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:82)
2022-05-10T07:52:07.3186157Z    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:137)
2022-05-10T07:52:07.3186466Z    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:123)
2022-05-10T07:52:07.3186754Z    at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:392)
2022-05-10T07:52:07.3187137Z    at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:388)
2022-05-10T07:52:07.3187467Z    at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:357)
2022-05-10T07:52:07.3187785Z    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:137)
2022-05-10T07:52:07.3188086Z    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:123)
2022-05-10T07:52:07.3188384Z    at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:150)
2022-05-10T07:52:07.3188768Z    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:137)
2022-05-10T07:52:07.3189076Z    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:123)
2022-05-10T07:52:07.3189539Z    at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:72)
2022-05-10T07:52:07.3189782Z    at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:66)
2022-05-10T07:52:07.3190076Z    at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
2022-05-10T07:52:07.3190374Z    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-05-10T07:52:07.3190665Z    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-05-10T07:52:07.3191093Z    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-05-10T07:52:07.3191387Z    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
2022-05-10T07:52:07.3191670Z    at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
2022-05-10T07:52:07.3191929Z    at com.sun.proxy.$Proxy0.execute(Unknown Source)
2022-05-10T07:52:07.3192236Z    at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
2022-05-10T07:52:07.3192533Z    at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
2022-05-10T07:52:07.3192788Z    at org.sonarsource.scanner.cli.Main.execute(Main.java:112)
2022-05-10T07:52:07.3193020Z    at org.sonarsource.scanner.cli.Main.execute(Main.java:75)
2022-05-10T07:52:07.3193300Z    at org.sonarsource.scanner.cli.Main.main(Main.java:61)
2022-05-10T07:52:07.3195032Z ##[error]Caused by: java.lang.IllegalStateException: One (sub)project contains Java source files that are not compiled (F:\Build\Agent1\_work\66\s).
    at org.sonar.plugins.findbugs.FindbugsConfiguration.getFindbugsProject(FindbugsConfiguration.java:123)
    at org.sonar.plugins.findbugs.FindbugsExecutor.execute(FindbugsExecutor.java:119)
    ... 31 more
02:52:07.313 ERROR: 
02:52:07.313 ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.
2022-05-10T07:52:07.3196169Z Caused by: java.lang.IllegalStateException: One (sub)project contains Java source files that are not compiled (F:\Build\Agent1\_work\66\s).
2022-05-10T07:52:07.3196560Z    at org.sonar.plugins.findbugs.FindbugsConfiguration.getFindbugsProject(FindbugsConfiguration.java:123)
2022-05-10T07:52:07.3196877Z    at org.sonar.plugins.findbugs.FindbugsExecutor.execute(FindbugsExecutor.java:119)
2022-05-10T07:52:07.3197079Z    ... 31 more
2022-05-10T07:52:07.3197277Z 02:52:07.313 ERROR: 
2022-05-10T07:52:07.3197483Z 02:52:07.313 ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.
2022-05-10T07:52:07.3864418Z ##[error]The process 'F:\Build\Agent1\_work\_tasks\SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055\5.4.0\sonar-scanner\bin\sonar-scanner.bat' failed with exit code 1
2022-05-10T07:52:07.3929646Z ##[section]Finishing: Run Code Analysis
gtoison commented 2 years ago

AFAIK there's no way to force a different version of the plugin from the scanner: it has to be the version installed on the server. 4.0.3 is a version quite old, it would be better if you could get your admin to update to 4.1.x But I get that it might be complicated in larger organizations.

I've not tested but there seem to be a workaround by setting the property sonar.findbugs.allowuncompiledcode=true Beware that (from what I understand) the project won't be analyzed by findbugs

gtoison commented 2 years ago

Hello @librasonali , was the issue solved after upgrading?

librasonali commented 2 years ago

hi @gtoison thank you so much for checking back the version was upgraded to 4.1.5 findbug but still i was facing the issue but then after so much digging and everything i found the solution by adding below properties :

sonar.coverage.exclusions=/. \ sonar.log.level=DEBUG sonar.verbose=false sonar.language=scala sonar.findbugs.allowuncompiledcode=true** sonar.buildbreaker.skip=true

gtoison commented 2 years ago

Ah, this probably means that you project is not analyzed by findbugs: the plugin analyzes the compiled .class files and the error you got means that it could not find any. What are you building with? Is it SBT or Maven or Gradle? I've made some integrations tests of the plugin for Maven and Gradle but I did not test with SBT.

Can you please try setting the sonar.java.binaries option to wherever you .class files are? For instance:

sonar.java.binaries=build/classes
gtoison commented 2 years ago

I'll close this since there does not seem to be further question, please don't hesitate to open a new issue