SonarQube scan never accepts coverage report from simplecov (ruby)

SonarQube Server version 9.9

I’m running sonar-scanner on my repo (a ruby gem), pointing to my company’s SonarQube URL.

Quality Gate shows a failure on every run, because I’ve got 0% test coverage.

Except, that is not true. Simplecov (v0.22.0) shows 71% coverage. The coverage report is in coverage/coverage.json. Rspec is configured like this:

require ‘simplecov’
require ‘simplecov-json’
require ‘simplecov_json_formatter’

  SimpleCov::Formatter::HTMLFormatter,
  SimpleCov::Formatter::JSONFormatter
])

SimpleCov.start do
  add_filter 'vendor'
  add_filter 'spec'
end

The coverage report (HTML version) looks fine—but Sonar can’t see it. There’s no complaint about not being able to find coverage.json but every run shows 0% coverage.

I’ve been scouring for solutions and have tried a bunch of things. The strangest part, I think, is that although I’ve got sonar-scanner running in debugging mode (-X), there don’t seem to be any clues in the output. The closest thing to a clue might be:

‘Generic Coverage Report’ skipped because one of the required properties is missing

But I doubt that’s really the problem. There’s no obvious error or warning about coverage, other than that. My sonar-project.properties file is pretty normal and generic:

sonar.host.url=https://sonar._SOME_COMPANY_.com
sonar.login=${SONAR_TOKEN}
sonar.projectKey=SOME_COMPANY-Apollo
sonar.language=ruby
sonar.tests=spec
sonar.verbose=true
sonar.sources=lib
sonar.ruby.coverage.framework=RSpec
sonar.ruby.coverage.reportPaths=coverage/coverage.json
sonar.test.inclusions=spec/*_spec.rb
sonar.scm.disabled=true

What can I do to track down the root cause of this “0% coverage” problem?

Hi,

Welcome to the community!

SonarScanner CLI doesn’t respond to -X. AFAIK, that’s the Maven flag. Can you swap -Dsonar.verbose=true in for that on the command line and post your analysis log?

The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.

This guide will help you find them.

 
Thx,
Ann

Can you swap -Dsonar.verbose=true in for that on the command line

Yup, that was already on.

post your analysis log

sonar-projects.properties

// Filename:sonar-project.properties
sonar.host.url=https://sonar.[redacted]
sonar.login=${SONAR_TOKEN}
sonar.projectKey=[redacted]
sonar.ruby.coverage.reportPaths=coverage/coverage.json
sonar.ruby.coverage.framework=RSpec
sonar.tests=spec
sonar.verbose=true
sonar.sources=lib
sonar.test.inclusions=**/*_spec.rb
sonar.test.exclusions=vendor/**
sonar.exclusions=**/vendor/*
sonar.scm.disabled=true

Log:

08:14:52.865 INFO  Scanner configuration file: /usr/local/Cellar/sonar-scanner/7.0.2.4839/libexec/conf/sonar-scanner.properties
08:14:52.870 INFO  Project root configuration file: /Users/[redacted]/[redacted]/[redacted]/[redacted]/sonar-project.properties
08:14:52.886 INFO  SonarScanner CLI 7.0.2.4839
08:14:52.887 INFO  Java 23.0.2 Homebrew (64-bit)
08:14:52.891 INFO  Mac OS X 14.7 x86_64
08:14:52.901 DEBUG Scanner max available memory: 16 GB
08:14:52.945 DEBUG uname -m returned 'x86_64'
08:14:52.947 WARN  Both 'sonar.login' and 'sonar.token' (or the 'SONAR_TOKEN' env variable) are set, but only the latter will be used.
08:14:52.948 DEBUG Using JVM default truststore: /usr/local/Cellar/openjdk/23.0.2/libexec/openjdk.jdk/Contents/Home/lib/security/cacerts
08:14:52.950 DEBUG Create: /Users/[redacted]/.sonar/cache
08:14:52.951 INFO  User cache: /Users/[redacted]/.sonar/cache
08:14:52.951 DEBUG Create: /Users/[redacted]/.sonar/cache/_tmp
08:14:53.063 DEBUG Loading OS trusted SSL certificates...
08:14:53.063 DEBUG This operation might be slow or even get stuck. You can skip it by passing the scanner property 'sonar.scanner.skipSystemTruststore=true'
08:14:53.155 DEBUG Successfully loaded KeyStore of the type [KeychainStore] having [8] entries
08:14:53.380 DEBUG Loaded [189] system trusted certificates
08:14:55.159 DEBUG Loaded truststore from '/usr/local/Cellar/openjdk/23.0.2/libexec/openjdk.jdk/Contents/Home/lib/security/cacerts' containing 112 certificates
08:14:55.351 DEBUG --> GET https://sonar.[redacted]/api/v2/analysis/version
08:14:56.006 DEBUG <-- 401 https://sonar.[redacted]/api/v2/analysis/version (655ms, 0-byte body)
08:14:56.008 DEBUG --> GET https://sonar.[redacted]/api/server/version
08:14:56.087 DEBUG <-- 200 https://sonar.[redacted]/api/server/version (79ms, 11-byte body)
08:14:56.089 DEBUG Extract sonar-scanner-java-library-batch in temp...
08:14:56.094 DEBUG Get bootstrap index...
08:14:56.094 DEBUG --> GET https://sonar.[redacted]/batch/index
08:14:56.174 DEBUG <-- 200 https://sonar.[redacted]/batch/index (80ms, 72-byte body)
08:14:56.175 DEBUG Get bootstrap completed
08:14:56.177 DEBUG Create isolated classloader...
08:14:56.182 DEBUG Start temp cleaning...
08:14:56.187 DEBUG Temp cleaning done
08:14:56.189 INFO  Communicating with SonarQube Server 9.9.4.87374
08:14:56.190 DEBUG Work directory: /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork
08:14:56.190 DEBUG Execution execute
08:14:56.443 DEBUG Enterprise 9.9.4.87374
08:14:56.660 INFO  Load global settings
08:14:57.158 DEBUG GET 200 https://sonar.[redacted]/api/settings/values.protobuf | time=497ms
08:14:57.191 INFO  Load global settings (done) | time=531ms
08:14:57.195 INFO  Server id: 041E5C06-AXC0c-UVFwHSWYf8nux4
08:14:57.198 INFO  User cache: /Users/[redacted]/.sonar/cache
08:14:57.202 INFO  Load/download plugins
08:14:57.202 INFO  Load plugins index
08:14:57.297 DEBUG GET 200 https://sonar.[redacted]/api/plugins/installed | time=95ms
08:14:57.336 INFO  Load plugins index (done) | time=134ms
08:14:57.595 INFO  Load/download plugins (done) | time=393ms
08:14:57.756 DEBUG Plugins:
08:14:57.756 DEBUG   * Mutation Analysis 1.7 (mutationanalysis)
08:14:57.756 DEBUG   * IaC Code Quality and Security 1.11.0.2847 (iac)
08:14:57.756 DEBUG   * PL/SQL Code Quality and Security 3.8.0.4948 (plsql)
08:14:57.756 DEBUG   * Scala Code Quality and Security 1.11.0.3905 (sonarscala)
08:14:57.756 DEBUG   * C# Code Quality and Security 8.51.0.59060 (csharp)
08:14:57.756 DEBUG   * Vulnerability Analysis 9.9.2.22117 (security)
08:14:57.756 DEBUG   * Java Code Quality and Security 7.16.0.30901 (java)
08:14:57.756 DEBUG   * HTML Code Quality and Security 3.7.1.3306 (web)
08:14:57.756 DEBUG   * Flex Code Quality and Security 2.8.0.3166 (flex)
08:14:57.756 DEBUG   * XML Code Quality and Security 2.7.0.3820 (xml)
08:14:57.756 DEBUG   * Text Code Quality and Security 2.0.2.1090 (text)
08:14:57.756 DEBUG   * VB.NET Code Quality and Security 8.51.0.59060 (vbnet)
08:14:57.756 DEBUG   * Swift Code Quality and Security 4.8.0.5759 (swift)
08:14:57.756 DEBUG   * CFamily Code Quality and Security 6.41.1.62265 (cpp)
08:14:57.756 DEBUG   * Python Code Quality and Security 3.24.1.11916 (python)
08:14:57.756 DEBUG   * Dataflow Bug Detection Rules for Python 1.10.0.3046 (dbdpythonfrontend)
08:14:57.756 DEBUG   * Dataflow Bug Detection 1.10.0.3046 (dbd)
08:14:57.756 DEBUG   * Go Code Quality and Security 1.11.0.3905 (go)
08:14:57.756 DEBUG   * JaCoCo 1.3.0.1538 (jacoco)
08:14:57.756 DEBUG   * Kotlin Code Quality and Security 2.12.0.1956 (kotlin)
08:14:57.756 DEBUG   * RPG Code Quality 3.3.0.3147 (rpg)
08:14:57.756 DEBUG   * Dataflow Bug Detection Rules for Java 1.10.0.3046 (dbdjavafrontend)
08:14:57.756 DEBUG   * PL/I Code Quality and Security 1.12.0.3443 (pli)
08:14:57.756 DEBUG   * T-SQL Code Quality and Security 1.7.0.5449 (tsql)
08:14:57.756 DEBUG   * VB6 Code Quality and Security 2.9.0.3341 (vb)
08:14:57.756 DEBUG   * Apex Code Quality and Security 1.11.0.3905 (sonarapex)
08:14:57.756 DEBUG   * JavaScript/TypeScript/CSS Code Quality and Security 9.13.0.20537 (javascript)
08:14:57.756 DEBUG   * Ruby Code Quality and Security 1.11.0.3905 (ruby)
08:14:57.756 DEBUG   * Vulnerability Rules for C# 9.9.2.22117 (securitycsharpfrontend)
08:14:57.756 DEBUG   * Vulnerability Rules for Java 9.9.2.22117 (securityjavafrontend)
08:14:57.757 DEBUG   * Findbugs 4.2.8 (findbugs)
08:14:57.757 DEBUG   * Vulnerability Rules for JS 9.9.2.22117 (securityjsfrontend)
08:14:57.757 DEBUG   * Groovy 1.8 (groovy)
08:14:57.757 DEBUG   * COBOL Code Quality 5.2.1.7644 (cobol)
08:14:57.757 DEBUG   * Vulnerability Rules for Python 9.9.2.22117 (securitypythonfrontend)
08:14:57.757 DEBUG   * PHP Code Quality and Security 3.27.1.9352 (php)
08:14:57.757 DEBUG   * ABAP Code Quality and Security 3.11.0.4030 (abap)
08:14:57.757 DEBUG   * Configuration detection fot Code Quality and Security 1.2.0.267 (config)
08:14:57.757 DEBUG   * Vulnerability Rules for PHP 9.9.2.22117 (securityphpfrontend)
08:14:57.814 INFO  Loaded core extensions: developer-scanner
08:14:57.825 DEBUG Installed core extension: developer-scanner
08:14:58.349 INFO  Process project properties
08:14:58.356 INFO  Process project properties (done) | time=7ms
08:14:58.360 INFO  Execute project builders
08:14:58.360 DEBUG Execute project builder: org.sonar.plugins.csharp.CSharpGlobalProtobufFileProcessor
08:14:58.360 DEBUG Execute project builder: org.sonar.plugins.vbnet.VbNetGlobalProtobufFileProcessor
08:14:58.361 INFO  Execute project builders (done) | time=1ms
08:14:58.411 INFO  Project key: [redacted]
08:14:58.411 INFO  Base dir: /Users/[redacted]/[redacted]/[redacted]/[redacted]
08:14:58.411 INFO  Working dir: /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork
08:14:58.411 DEBUG Project global encoding: UTF-8, default locale: en_US
08:14:58.420 INFO  Load project settings for component key: '[redacted]'
08:14:58.518 DEBUG GET 200 https://sonar.[redacted]/api/settings/values.protobuf?component=[redacted] | time=98ms
08:14:58.519 INFO  Load project settings for component key: '[redacted]' (done) | time=99ms
08:14:58.611 INFO  Load project branches
08:14:58.704 DEBUG GET 200 https://sonar.[redacted]/api/project_branches/list?project=[redacted] | time=93ms
08:14:58.711 INFO  Load project branches (done) | time=99ms
08:14:58.712 INFO  Load branch configuration
08:14:58.713 INFO  Load branch configuration (done) | time=1ms
08:14:58.723 DEBUG Creating module hierarchy
08:14:58.723 DEBUG   Init module '[redacted]'
08:14:58.726 DEBUG     Base dir: /Users/[redacted]/[redacted]/[redacted]/[redacted]
08:14:58.726 DEBUG     Working dir: /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork
08:14:58.726 DEBUG     Module global encoding: UTF-8, default locale: en_US
08:14:58.742 DEBUG Available languages:
08:14:58.743 DEBUG   * Terraform => "terraform"
08:14:58.743 DEBUG   * CloudFormation => "cloudformation"
08:14:58.743 DEBUG   * Kubernetes => "kubernetes"
08:14:58.743 DEBUG   * Docker => "docker"
08:14:58.743 DEBUG   * PL/SQL => "plsql"
08:14:58.743 DEBUG   * Scala => "scala"
08:14:58.743 DEBUG   * C# => "cs"
08:14:58.743 DEBUG   * Java => "java"
08:14:58.743 DEBUG   * HTML => "web"
08:14:58.743 DEBUG   * JSP => "jsp"
08:14:58.743 DEBUG   * Flex => "flex"
08:14:58.743 DEBUG   * XML => "xml"
08:14:58.743 DEBUG   * Text => "text"
08:14:58.743 DEBUG   * Secrets => "secrets"
08:14:58.743 DEBUG   * VB.NET => "vbnet"
08:14:58.743 DEBUG   * Swift => "swift"
08:14:58.743 DEBUG   * C => "c"
08:14:58.743 DEBUG   * C++ => "cpp"
08:14:58.743 DEBUG   * Objective-C => "objc"
08:14:58.744 DEBUG   * Python => "py"
08:14:58.744 DEBUG   * Go => "go"
08:14:58.744 DEBUG   * Kotlin => "kotlin"
08:14:58.744 DEBUG   * RPG => "rpg"
08:14:58.744 DEBUG   * PL/I => "pli"
08:14:58.744 DEBUG   * T-SQL => "tsql"
08:14:58.744 DEBUG   * Vb => "vb"
08:14:58.744 DEBUG   * Apex => "apex"
08:14:58.744 DEBUG   * JavaScript => "js"
08:14:58.744 DEBUG   * TypeScript => "ts"
08:14:58.744 DEBUG   * CSS => "css"
08:14:58.744 DEBUG   * Ruby => "ruby"
08:14:58.744 DEBUG   * Groovy => "grvy"
08:14:58.744 DEBUG   * COBOL => "cobol"
08:14:58.744 DEBUG   * PHP => "php"
08:14:58.744 DEBUG   * ABAP => "abap"
08:14:58.744 DEBUG   * YAML => "yaml"
08:14:58.744 DEBUG   * JSON => "json"
08:14:58.759 DEBUG SCM Step is disabled by configuration
08:14:58.766 INFO  Load quality profiles
08:14:58.875 DEBUG GET 200 https://sonar.[redacted]/api/qualityprofiles/search.protobuf?project=[redacted] | time=109ms
08:14:58.890 INFO  Load quality profiles (done) | time=124ms
08:14:58.901 INFO  Load active rules
08:14:58.996 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=95ms
08:14:59.163 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=98ms
08:14:59.265 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=97ms
08:14:59.366 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=99ms
08:14:59.524 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=156ms
08:14:59.726 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=100ms
08:14:59.831 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=104ms
08:14:59.925 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=93ms
08:15:00.048 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=122ms
08:15:00.211 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=159ms
08:15:00.408 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=105ms
08:15:00.513 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=102ms
08:15:00.618 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=104ms
08:15:00.709 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=90ms
08:15:00.803 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=94ms
08:15:00.937 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=133ms
08:15:01.053 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=113ms
08:15:01.159 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=105ms
08:15:01.276 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=115ms
08:15:01.371 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=94ms
08:15:01.542 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=171ms
08:15:01.694 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=144ms
08:15:01.798 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=100ms
08:15:01.914 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=115ms
08:15:02.017 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=101ms
08:15:02.120 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=102ms
08:15:02.227 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=106ms
08:15:02.329 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=100ms
08:15:02.421 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=92ms
08:15:02.526 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=105ms
08:15:02.703 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=176ms
08:15:02.835 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=126ms
08:15:02.981 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=144ms
08:15:03.113 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=123ms
08:15:03.221 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=107ms
08:15:03.371 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=148ms
08:15:03.489 DEBUG GET 200 https://sonar.[redacted]/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=[redacted]&p=1 | time=114ms
08:15:03.499 INFO  Load active rules (done) | time=4597ms
08:15:03.502 INFO  Load analysis cache
08:15:03.590 DEBUG GET 404 https://sonar.[redacted]/api/analysis_cache/get?project=[redacted] | time=88ms
08:15:03.591 INFO  Load analysis cache (404) | time=89ms
08:15:03.640 INFO  Load project repositories
08:15:03.724 DEBUG GET 200 https://sonar.[redacted]/batch/project.protobuf?key=[redacted] | time=84ms
08:15:03.728 INFO  Load project repositories (done) | time=88ms
08:15:03.743 DEBUG Declared extensions of language Terraform were converted to sonar.lang.patterns.terraform : **/*.tf
08:15:03.743 DEBUG Declared extensions of language CloudFormation were converted to sonar.lang.patterns.cloudformation :
08:15:03.743 DEBUG Declared extensions of language Kubernetes were converted to sonar.lang.patterns.kubernetes :
08:15:03.743 DEBUG Declared extensions of language Docker were converted to sonar.lang.patterns.docker :
08:15:03.743 DEBUG Declared extensions of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.pks,**/*.pkb
08:15:03.743 DEBUG Declared extensions of language Scala were converted to sonar.lang.patterns.scala : **/*.scala
08:15:03.743 DEBUG Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
08:15:03.744 DEBUG Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
08:15:03.744 DEBUG Declared extensions of language HTML were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.cshtml,**/*.vbhtml,**/*.aspx,**/*.ascx,**/*.rhtml,**/*.erb,**/*.shtm,**/*.shtml,**/*.cmp,**/*.twig
08:15:03.744 DEBUG Declared extensions of language JSP were converted to sonar.lang.patterns.jsp : **/*.jsp,**/*.jspf,**/*.jspx
08:15:03.744 DEBUG Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as
08:15:03.744 DEBUG Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl
08:15:03.744 DEBUG Declared extensions of language Text were converted to sonar.lang.patterns.text :
08:15:03.744 DEBUG Declared extensions of language Secrets were converted to sonar.lang.patterns.secrets :
08:15:03.744 DEBUG Declared extensions of language VB.NET were converted to sonar.lang.patterns.vbnet : **/*.vb
08:15:03.745 DEBUG Declared extensions of language Swift were converted to sonar.lang.patterns.swift : **/*.swift
08:15:03.745 DEBUG Declared extensions of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.h
08:15:03.745 DEBUG Declared extensions of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp
08:15:03.745 DEBUG Declared extensions of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m
08:15:03.745 DEBUG Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py
08:15:03.745 DEBUG Declared extensions of language Go were converted to sonar.lang.patterns.go : **/*.go
08:15:03.745 DEBUG Declared extensions of language Kotlin were converted to sonar.lang.patterns.kotlin : **/*.kt
08:15:03.745 DEBUG Declared extensions of language RPG were converted to sonar.lang.patterns.rpg : **/*.rpg,**/*.rpgle,**/*.sqlrpgle,**/*.rpg,**/*.rpgle,**/*.sqlrpgle
08:15:03.745 DEBUG Declared extensions of language PL/I were converted to sonar.lang.patterns.pli : **/*.pli
08:15:03.746 DEBUG Declared extensions of language T-SQL were converted to sonar.lang.patterns.tsql : **/*.tsql
08:15:03.746 DEBUG Declared extensions of language Vb were converted to sonar.lang.patterns.vb : **/*.bas,**/*.frm,**/*.ctl,**/*.bas,**/*.frm,**/*.ctl
08:15:03.746 DEBUG Declared extensions of language Apex were converted to sonar.lang.patterns.apex : **/*.cls,**/*.trigger
08:15:03.746 DEBUG Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.cjs,**/*.mjs,**/*.vue
08:15:03.746 DEBUG Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx,**/*.cts,**/*.mts
08:15:03.746 DEBUG Declared extensions of language CSS were converted to sonar.lang.patterns.css : **/*.css,**/*.less,**/*.scss
08:15:03.746 DEBUG Declared extensions of language Ruby were converted to sonar.lang.patterns.ruby : **/*.rb
08:15:03.746 DEBUG Declared extensions of language Groovy were converted to sonar.lang.patterns.grvy : **/*.groovy
08:15:03.746 DEBUG Declared extensions of language COBOL were converted to sonar.lang.patterns.cobol :
08:15:03.747 DEBUG Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
08:15:03.747 DEBUG Declared extensions of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow,**/*.asprog
08:15:03.747 DEBUG Declared extensions of language YAML were converted to sonar.lang.patterns.yaml : **/*.yaml,**/*.yml
08:15:03.747 DEBUG Declared extensions of language JSON were converted to sonar.lang.patterns.json : **/*.json
08:15:03.750 DEBUG Will ignore generated code
08:15:03.752 DEBUG Will ignore generated code
08:15:03.763 INFO  Indexing files...
08:15:03.763 INFO  Project configuration:
08:15:03.764 INFO    Excluded sources: **/vendor/*, **/*_spec.rb
08:15:03.764 INFO    Included tests: **/*_spec.rb
08:15:03.764 INFO    Excluded tests: vendor/**
08:15:03.782 DEBUG 'lib/[redacted]/somefile1.rb' indexed with language 'ruby'
08:15:03.788 DEBUG 'lib/[redacted]/somefile2.rb' indexed with language 'ruby'
08:15:03.793 DEBUG 'lib/[redacted]/somefile3.rb' indexed with language 'ruby'
08:15:03.798 DEBUG 'lib/[redacted]/somefile4.rb' indexed with language 'ruby'
08:15:03.803 DEBUG 'lib/[redacted]/somefile5.rb' indexed with language 'ruby'
08:15:03.807 DEBUG 'lib/[redacted]/somefile6.rb' indexed with language 'ruby'
08:15:03.812 DEBUG 'lib/[redacted]/somefile7.rb' indexed with language 'ruby'
08:15:03.816 DEBUG 'lib/[redacted]/version.rb' indexed with language 'ruby'
08:15:03.820 DEBUG 'lib/[redacted]/error.rb' indexed with language 'ruby'
08:15:03.824 DEBUG 'lib/[redacted]/somefile8.rb' indexed with language 'ruby'
08:15:03.828 DEBUG 'lib/[redacted]/somefile9.rb' indexed with language 'ruby'
08:15:03.831 DEBUG 'lib/[redacted].rb' indexed with language 'ruby'
08:15:03.837 DEBUG 'lib/coverage/index.html' indexed with language 'web'
08:15:03.841 DEBUG 'lib/coverage/coverage.json' indexed with language 'json'
08:15:03.846 DEBUG 'lib/coverage/assets/0.13.1/images/ui-icons_cd0a0a_256x240.png' indexed with no language
08:15:03.850 DEBUG 'lib/coverage/assets/0.13.1/images/ui-icons_888888_256x240.png' indexed with no language
08:15:03.854 DEBUG 'lib/coverage/assets/0.13.1/images/ui-bg_glass_75_dadada_1x400.png' indexed with no language
08:15:03.859 DEBUG 'lib/coverage/assets/0.13.1/images/ui-icons_2e83ff_256x240.png' indexed with no language
08:15:03.863 DEBUG 'lib/coverage/assets/0.13.1/images/ui-bg_flat_75_ffffff_40x100.png' indexed with no language
08:15:03.866 DEBUG 'lib/coverage/assets/0.13.1/images/ui-bg_glass_75_e6e6e6_1x400.png' indexed with no language
08:15:03.870 DEBUG 'lib/coverage/assets/0.13.1/images/ui-bg_glass_65_ffffff_1x400.png' indexed with no language
08:15:03.874 DEBUG 'lib/coverage/assets/0.13.1/images/ui-bg_glass_95_fef1ec_1x400.png' indexed with no language
08:15:03.878 DEBUG 'lib/coverage/assets/0.13.1/images/ui-icons_222222_256x240.png' indexed with no language
08:15:03.883 DEBUG 'lib/coverage/assets/0.13.1/images/ui-bg_highlight-soft_75_cccccc_1x100.png' indexed with no language
08:15:03.887 DEBUG 'lib/coverage/assets/0.13.1/images/ui-bg_glass_55_fbf9ee_1x400.png' indexed with no language
08:15:03.891 DEBUG 'lib/coverage/assets/0.13.1/images/ui-icons_454545_256x240.png' indexed with no language
08:15:03.895 DEBUG 'lib/coverage/assets/0.13.1/images/ui-bg_flat_0_aaaaaa_40x100.png' indexed with no language
08:15:03.932 DEBUG 'lib/coverage/assets/0.13.1/application.css' generated metadata with charset 'UTF-8'
08:15:03.934 DEBUG Average line length for lib/coverage/assets/0.13.1/application.css is 130035
08:15:03.934 DEBUG 'lib/coverage/assets/0.13.1/application.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter
08:15:03.938 DEBUG 'lib/coverage/assets/0.13.1/loading.gif' indexed with no language
08:15:03.942 DEBUG 'lib/coverage/assets/0.13.1/colorbox/border.png' indexed with no language
08:15:03.946 DEBUG 'lib/coverage/assets/0.13.1/colorbox/loading.gif' indexed with no language
08:15:03.949 DEBUG 'lib/coverage/assets/0.13.1/colorbox/controls.png' indexed with no language
08:15:03.953 DEBUG 'lib/coverage/assets/0.13.1/colorbox/loading_background.png' indexed with no language
08:15:03.956 DEBUG 'lib/coverage/assets/0.13.1/favicon_red.png' indexed with no language
08:15:03.960 DEBUG 'lib/coverage/assets/0.13.1/favicon_green.png' indexed with no language
08:15:03.963 DEBUG 'lib/coverage/assets/0.13.1/favicon_yellow.png' indexed with no language
08:15:03.966 DEBUG 'lib/coverage/assets/0.13.1/DataTables-1.10.20/images/sort_asc_disabled.png' indexed with no language
08:15:03.970 DEBUG 'lib/coverage/assets/0.13.1/DataTables-1.10.20/images/sort_both.png' indexed with no language
08:15:03.974 DEBUG 'lib/coverage/assets/0.13.1/DataTables-1.10.20/images/sort_desc_disabled.png' indexed with no language
08:15:03.978 DEBUG 'lib/coverage/assets/0.13.1/DataTables-1.10.20/images/sort_desc.png' indexed with no language
08:15:03.982 DEBUG 'lib/coverage/assets/0.13.1/DataTables-1.10.20/images/sort_asc.png' indexed with no language
08:15:03.985 DEBUG 'lib/coverage/assets/0.13.1/magnify.png' indexed with no language
08:15:04.006 DEBUG 'lib/coverage/assets/0.13.1/application.js' generated metadata with charset 'UTF-8'
08:15:04.009 DEBUG Average line length for lib/coverage/assets/0.13.1/application.js is 28750
08:15:04.009 DEBUG 'lib/coverage/assets/0.13.1/application.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter
08:15:04.017 DEBUG 'spec/lib/somefile4_spec.rb' indexed as test with language 'ruby'
08:15:04.021 DEBUG 'spec/lib/cli_spec.rb' indexed as test with language 'ruby'
08:15:04.025 DEBUG 'spec/lib/somefile3_spec.rb' indexed as test with language 'ruby'
08:15:04.027 DEBUG 'spec/lib/version_spec.rb' indexed as test with language 'ruby'
08:15:04.032 DEBUG 'spec/lib/somefile2_specification_spec.rb' indexed as test with language 'ruby'
08:15:04.034 DEBUG 'spec/lib/somefile_spec.rb' indexed as test with language 'ruby'
08:15:04.037 DEBUG 'spec/lib/soomefile5_spec.rb' indexed as test with language 'ruby'
08:15:04.039 INFO  48 files indexed
08:15:04.039 INFO  1 file ignored because of inclusion/exclusion patterns
08:15:04.040 INFO  Quality profile for json: Sonar way
08:15:04.040 INFO  Quality profile for ruby: Sonar way
08:15:04.040 INFO  Quality profile for web: Sonar way
08:15:04.040 INFO  ------------- Run sensors on module [redacted]
08:15:04.255 INFO  Load metrics repository
08:15:04.345 DEBUG GET 200 https://sonar.[redacted]/api/metrics/search?ps=500&p=1 | time=90ms
08:15:04.355 INFO  Load metrics repository (done) | time=100ms
08:15:06.197 DEBUG Adding rules for repository 'jssecurity', language: JAVASCRIPT, [class com.sonar.security.frontend.js.rules.DomOpenRedirectCheck, class com.sonar.security.frontend.js.rules.DomXssCheck, class com.sonar.security.frontend.js.rules.DynamicCodeExecutionCheck, class com.sonar.security.frontend.js.rules.FilePathInjectionCheck, class com.sonar.security.frontend.js.rules.HttpRedirectionCheck, class com.sonar.security.frontend.js.rules.NoSQLInjectionCheck, class com.sonar.security.frontend.js.rules.OSArgumentConstructionCheck, class com.sonar.security.frontend.js.rules.OSArgumentInjectionCheck, class com.sonar.security.frontend.js.rules.OSCommandInjectionCheck, class com.sonar.security.frontend.js.rules.ReflectedXssCheck, class com.sonar.security.frontend.js.rules.RegularExpressionDoSCheck, class com.sonar.security.frontend.js.rules.ServerSideRequestCheck, class com.sonar.security.frontend.js.rules.SQLInjectionCheck, class com.sonar.security.frontend.js.rules.ZipSlipCheck, class com.sonar.security.frontend.js.rules.SessionFixationCheck] from com.sonar.security.frontend.js.F
08:15:06.207 DEBUG Adding rules for repository 'tssecurity', language: TYPESCRIPT, [class com.sonar.security.frontend.js.rules.DomOpenRedirectCheck, class com.sonar.security.frontend.js.rules.DomXssCheck, class com.sonar.security.frontend.js.rules.DynamicCodeExecutionCheck, class com.sonar.security.frontend.js.rules.FilePathInjectionCheck, class com.sonar.security.frontend.js.rules.HttpRedirectionCheck, class com.sonar.security.frontend.js.rules.NoSQLInjectionCheck, class com.sonar.security.frontend.js.rules.OSArgumentConstructionCheck, class com.sonar.security.frontend.js.rules.OSArgumentInjectionCheck, class com.sonar.security.frontend.js.rules.OSCommandInjectionCheck, class com.sonar.security.frontend.js.rules.ReflectedXssCheck, class com.sonar.security.frontend.js.rules.RegularExpressionDoSCheck, class com.sonar.security.frontend.js.rules.ServerSideRequestCheck, class com.sonar.security.frontend.js.rules.SQLInjectionCheck, class com.sonar.security.frontend.js.rules.ZipSlipCheck, class com.sonar.security.frontend.js.rules.SessionFixationCheck] from com.sonar.security.frontend.js.B
08:15:06.642 DEBUG 'JavaSensor' skipped because there is no related file in current project
08:15:06.642 DEBUG 'CobolSquidSensor' skipped because there is no related file in current project
08:15:06.642 DEBUG 'Import external issues report' skipped because one of the required properties is missing
08:15:06.642 DEBUG 'Import external issues report from SARIF file.' skipped because one of the required properties is missing
08:15:06.643 DEBUG 'Mutation Analysis' skipped because there is no related file in current project
08:15:06.643 DEBUG 'IaC Terraform Sensor' skipped because there is no related file in current project
08:15:06.643 DEBUG 'PL/SQL Sensor' skipped because there is no related file in current project
08:15:06.644 DEBUG 'Scala Sensor' skipped because there is no related file in current project
08:15:06.644 DEBUG 'Scoverage sensor for Scala coverage' skipped because there is no related file in current project
08:15:06.644 DEBUG 'Import of Scalastyle issues' skipped because there is no related file in current project
08:15:06.644 DEBUG 'Import of Scapegoat issues' skipped because there is no related file in current project
08:15:06.644 DEBUG 'Import of Checkstyle issues' skipped because there is no related file in current project
08:15:06.645 DEBUG 'Import of PMD issues' skipped because one of the required properties is missing
08:15:06.645 DEBUG 'Import of SpotBugs issues' skipped because there is no related file in current project
08:15:06.645 DEBUG 'SurefireSensor' skipped because there is no related file in current project
08:15:06.645 DEBUG 'Removed properties sensor' skipped because there is no related file in current project
08:15:06.645 DEBUG 'Flex' skipped because there is no related file in current project
08:15:06.645 DEBUG 'Flex Cobertura' skipped because there is no related file in current project
08:15:06.646 DEBUG 'XML Sensor' skipped because there is no related file in current project
08:15:06.646 DEBUG 'Swift Code Quality and Security' skipped because there is no related file in current project
08:15:06.646 DEBUG 'Import of SwiftLint issues' skipped because there is no related file in current project
08:15:06.646 DEBUG 'gcov' skipped because there is no related file in current project
08:15:06.647 DEBUG 'llvm-cov' skipped because there is no related file in current project
08:15:06.647 DEBUG 'cppunit' skipped because there is no related file in current project
08:15:06.647 DEBUG 'VisualStudioCoverage' skipped because there is no related file in current project
08:15:06.647 DEBUG 'bullseye' skipped because there is no related file in current project
08:15:06.647 DEBUG 'Python Sensor' skipped because there is no related file in current project
08:15:06.647 DEBUG 'Cobertura Sensor for Python coverage' skipped because there is no related file in current project
08:15:06.647 DEBUG 'PythonXUnitSensor' skipped because there is no related file in current project
08:15:06.648 DEBUG 'Import of Pylint issues' skipped because there is no related file in current project
08:15:06.648 DEBUG 'Import of Bandit issues' skipped because there is no related file in current project
08:15:06.648 DEBUG 'Import of Flake8 issues' skipped because there is no related file in current project
08:15:06.649 DEBUG 'Code Quality and Security for Go' skipped because there is no related file in current project
08:15:06.649 DEBUG 'Go Unit Test Report' skipped because there is no related file in current project
08:15:06.649 DEBUG 'Go Cover sensor for Go coverage' skipped because one of the required properties is missing
08:15:06.649 DEBUG 'Import of go vet issues' skipped because there is no related file in current project
08:15:06.649 DEBUG 'Import of Golint issues' skipped because there is no related file in current project
08:15:06.649 DEBUG 'Import of GoMetaLinter issues' skipped because there is no related file in current project
08:15:06.649 DEBUG 'Import of GolangCI-Lint issues' skipped because there is no related file in current project
08:15:06.650 DEBUG 'Kotlin Sensor' skipped because there is no related file in current project
08:15:06.650 DEBUG 'KotlinSurefireSensor' skipped because there is no related file in current project
08:15:06.650 DEBUG 'Import of detekt issues' skipped because there is no related file in current project
08:15:06.650 DEBUG 'Import of Android Lint issues' skipped because one of the required properties is missing
08:15:06.650 DEBUG 'Import of ktlint issues' skipped because there is no related file in current project
08:15:06.651 DEBUG 'RPG sensor' skipped because there is no related file in current project
08:15:06.651 DEBUG 'PliSquidSensor' skipped because there is no related file in current project
08:15:06.651 DEBUG 'T-SQL Sensor' skipped because there is no related file in current project
08:15:06.651 DEBUG 'VbSquidSensor' skipped because there is no related file in current project
08:15:06.651 DEBUG 'Apex Sensor' skipped because there is no related file in current project
08:15:06.651 DEBUG 'Test coverage Sensor for Apex' skipped because there is no related file in current project
08:15:06.652 DEBUG 'Import of PMD issues' skipped because there is no related file in current project
08:15:06.652 DEBUG 'JavaScript analysis' skipped because there is no related file in current project
08:15:06.652 DEBUG 'TypeScript analysis' skipped because there is no related file in current project
08:15:06.652 DEBUG 'JavaScript inside YAML analysis' skipped because there is no related file in current project
08:15:06.652 DEBUG 'JavaScript/TypeScript Coverage' skipped because there is no related file in current project
08:15:06.653 DEBUG 'Import of ESLint issues' skipped because one of the required properties is missing
08:15:06.653 DEBUG 'Import of TSLint issues' skipped because one of the required properties is missing
08:15:06.653 DEBUG 'CSS Metrics' skipped because there is no related file in current project
08:15:06.653 DEBUG 'Import of stylelint issues' skipped because there is no related file in current project
08:15:06.653 DEBUG 'Import of RuboCop issues' skipped because one of the required properties is missing
08:15:06.653 DEBUG 'FindBugs Sensor' skipped because there is no related file in current project
08:15:06.653 DEBUG 'GroovySensor' skipped because there is no related file in current project
08:15:06.653 DEBUG 'CodeNarc' skipped because there is no related file in current project
08:15:06.654 DEBUG 'GroovySurefireSensor' skipped because there is no related file in current project
08:15:06.654 DEBUG 'Groovy CoberturaSensor' skipped because there is no related file in current project
08:15:06.654 DEBUG 'Groovy JaCoCo Coverage' skipped because there is no related file in current project
08:15:06.654 DEBUG 'Python HTML templates processing' skipped because there is no related file in current project
08:15:06.654 DEBUG 'PHP sensor' skipped because there is no related file in current project
08:15:06.654 DEBUG 'Analyzer for "php.ini" files' skipped because there is no related file in current project
08:15:06.654 DEBUG 'Import of PHPStan issues' skipped because there is no related file in current project
08:15:06.654 DEBUG 'Import of Psalm issues' skipped because there is no related file in current project
08:15:06.654 DEBUG 'AbapSquidSensor' skipped because there is no related file in current project
08:15:06.660 DEBUG 'Generic Test Executions Report' skipped because one of the required properties is missing
08:15:06.660 DEBUG 'CFamily' skipped because there is no related file in current project
08:15:06.661 DEBUG Sensors : IaC CloudFormation Sensor -> IaC Kubernetes Sensor -> C# Project Type Information -> C# Analysis Log -> C# Properties -> HTML -> TextAndSecretsSensor -> VB.NET Project Type Information -> VB.NET Analysis Log -> VB.NET Properties -> JaCoCo XML Report Importer -> CSS Rules -> Ruby Sensor -> SimpleCov Sensor for Ruby coverage -> ThymeLeaf template sensor -> IaC Docker Sensor -> Serverless configuration file sensor -> AWS SAM template file sensor -> AWS SAM Inline template file sensor -> javabugs -> pythonbugs -> JavaSecuritySensor -> CSharpSecuritySensor -> PhpSecuritySensor -> PythonSecuritySensor -> JsSecuritySensor
08:15:06.661 INFO  Sensor IaC CloudFormation Sensor [iac]
08:15:06.664 DEBUG 'lib/coverage/coverage.json' generated metadata with charset 'UTF-8'
08:15:06.667 INFO  0 source files to be analyzed
08:15:06.679 INFO  0/0 source files have been analyzed
08:15:06.679 INFO  Sensor IaC CloudFormation Sensor [iac] (done) | time=18ms
08:15:06.679 INFO  Sensor IaC Kubernetes Sensor [iac]
08:15:06.681 INFO  0 source files to be analyzed
08:15:06.685 INFO  0/0 source files have been analyzed
08:15:06.685 INFO  Sensor IaC Kubernetes Sensor [iac] (done) | time=6ms
08:15:06.685 INFO  Sensor C# Project Type Information [csharp]
08:15:06.686 INFO  Sensor C# Project Type Information [csharp] (done) | time=1ms
08:15:06.686 INFO  Sensor C# Analysis Log [csharp]
08:15:06.701 INFO  Sensor C# Analysis Log [csharp] (done) | time=15ms
08:15:06.701 INFO  Sensor C# Properties [csharp]
08:15:06.701 DEBUG Project '[redacted]': No Roslyn issues reports have been found.
08:15:06.701 INFO  Sensor C# Properties [csharp] (done) | time=0ms
08:15:06.701 INFO  Sensor HTML [web]
08:15:06.705 DEBUG 'lib/coverage/index.html' generated metadata with charset 'UTF-8'
08:15:06.791 INFO  Sensor HTML [web] (done) | time=90ms
08:15:06.791 INFO  Sensor TextAndSecretsSensor [text]
08:15:06.800 DEBUG 'spec/lib/version_spec.rb' generated metadata as test  with charset 'UTF-8'
08:15:06.801 INFO  21 source files to be analyzed
08:15:06.804 DEBUG 'spec/lib/somefile1_spec.rb' generated metadata as test  with charset 'UTF-8'
08:15:06.818 DEBUG 'spec/lib/somefile2_spec.rb' generated metadata as test  with charset 'UTF-8'
08:15:06.826 DEBUG 'spec/lib/somefile3_spec.rb' generated metadata as test  with charset 'UTF-8'
08:15:06.830 DEBUG 'lib/[redacted]/deployment_specification.rb' generated metadata with charset 'UTF-8'
08:15:06.832 DEBUG 'lib/[redacted]/logger.rb' generated metadata with charset 'UTF-8'
08:15:06.833 DEBUG 'lib/[redacted]/version.rb' generated metadata with charset 'UTF-8'
08:15:06.834 DEBUG 'lib/[redacted]/motp.rb' generated metadata with charset 'UTF-8'
08:15:06.837 DEBUG 'lib/[redacted]/cli.rb' generated metadata with charset 'UTF-8'
08:15:06.848 DEBUG 'lib/[redacted].rb' generated metadata with charset 'UTF-8'
08:15:06.850 DEBUG 'lib/[redacted]/error.rb' generated metadata with charset 'UTF-8'
08:15:06.852 DEBUG 'spec/lib/cli_spec.rb' generated metadata as test  with charset 'UTF-8'
08:15:06.863 DEBUG 'spec/lib/deployment_specification_spec.rb' generated metadata as test  with charset 'UTF-8'
08:15:06.867 DEBUG 'spec/lib/deployment_status_spec.rb' generated metadata as test  with charset 'UTF-8'
08:15:06.870 DEBUG 'lib/[redacted]/bugout.rb' generated metadata with charset 'UTF-8'
08:15:06.871 DEBUG 'lib/[redacted]/somefile2.rb' generated metadata with charset 'UTF-8'
08:15:06.878 DEBUG 'lib/[redacted]/somefile1.rb' generated metadata with charset 'UTF-8'
08:15:06.881 DEBUG 'lib/[redacted]/somefile3.rb' generated metadata with charset 'UTF-8'
08:15:06.882 DEBUG 'lib/[redacted]/somefile4.rb' generated metadata with charset 'UTF-8'
08:15:06.887 INFO  21/21 source files have been analyzed
08:15:06.887 INFO  Sensor TextAndSecretsSensor [text] (done) | time=96ms
08:15:06.887 INFO  Sensor VB.NET Project Type Information [vbnet]
08:15:06.889 INFO  Sensor VB.NET Project Type Information [vbnet] (done) | time=2ms
08:15:06.889 INFO  Sensor VB.NET Analysis Log [vbnet]
08:15:06.904 INFO  Sensor VB.NET Analysis Log [vbnet] (done) | time=14ms
08:15:06.904 INFO  Sensor VB.NET Properties [vbnet]
08:15:06.904 DEBUG Project '[redacted]': No Roslyn issues reports have been found.
08:15:06.904 INFO  Sensor VB.NET Properties [vbnet] (done) | time=0ms
08:15:06.904 INFO  Sensor JaCoCo XML Report Importer [jacoco]
08:15:06.905 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
08:15:06.905 INFO  No report imported, no coverage information will be imported by JaCoCo XML Report Importer
08:15:06.905 INFO  Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
08:15:06.905 INFO  Sensor CSS Rules [javascript]
08:15:06.908 DEBUG Deploying bundle
08:15:06.908 DEBUG Deploying eslint-bridge into /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/.sonartmp/eslint-bridge-bundle
08:15:12.204 DEBUG Deploying bundle (done) | time=5296ms
08:15:12.205 DEBUG Deploying custom rules bundle jar:file:/Users/[redacted]/.sonar/cache/ba69a31876c1b4dc804335bd98394cde/sonar-securityjsfrontend-plugin.jar!/js-vulnerabilities-rules-1.0.0.tgz to /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/.sonartmp/eslint-bridge-bundle/package/custom-rules3798188902919282228
08:15:12.209 DEBUG Starting server
08:15:12.213 DEBUG Looking for Node.js in the PATH using run-node (macOS)
08:15:12.215 DEBUG Using default Node.js executable: '/Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/run-node/run-node'.
08:15:12.215 DEBUG Checking Node.js version
08:15:12.215 DEBUG Launching command /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/run-node/run-node -v
08:15:12.557 DEBUG Using Node.js v23.7.0.
08:15:12.557 DEBUG Starting Node.js process to start eslint-bridge server at port 52519
08:15:12.557 DEBUG Launching command /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/run-node/run-node /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/.sonartmp/eslint-bridge-bundle/package/bin/server 52519 127.0.0.1 /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork true false /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/.sonartmp/eslint-bridge-bundle/package/custom-rules3798188902919282228/package
08:15:14.361 DEBUG starting eslint-bridge server at port 52519
08:15:14.374 DEBUG eslint-bridge server is running at port 52519
08:15:14.449 DEBUG Starting server (done) | time=2240ms
08:15:14.449 WARN  Node.js version 23 is not recommended, you might experience issues. Please use a recommended version of Node.js [16, 18]
08:15:14.451 INFO  1 source file to be analyzed
08:15:14.453 DEBUG Analyzing file: file:///Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/coverage/index.html
08:15:14.551 DEBUG Found 0 issue(s)
08:15:14.552 INFO  1/1 source file has been analyzed
08:15:14.552 INFO  Hit the cache for 0 out of 0
08:15:14.553 INFO  Miss the cache for 0 out of 0
08:15:14.553 INFO  Sensor CSS Rules [javascript] (done) | time=7648ms
08:15:14.553 INFO  Sensor Ruby Sensor [ruby]
08:15:14.554 INFO  12 source files to be analyzed
java.io.IOException: Resource not found: "org/joda/time/tz/data/ZoneInfoMap" ClassLoader: ClassRealm{ruby}
        at org.joda.time.tz.ZoneInfoProvider.openResource(ZoneInfoProvider.java:225)
        at org.joda.time.tz.ZoneInfoProvider.<init>(ZoneInfoProvider.java:138)
        at org.joda.time.tz.ZoneInfoProvider.<init>(ZoneInfoProvider.java:97)
        at org.joda.time.DateTimeZone.getDefaultProvider(DateTimeZone.java:555)
        at org.joda.time.DateTimeZone.getProvider(DateTimeZone.java:449)
        at org.joda.time.DateTimeZone.forID(DateTimeZone.java:234)
        at org.joda.time.DateTimeZone.getDefault(DateTimeZone.java:169)
        at org.joda.time.chrono.ISOChronology.getInstance(ISOChronology.java:79)
        at org.joda.time.base.BaseDateTime.<init>(BaseDateTime.java:97)
        at org.joda.time.DateTime.<init>(DateTime.java:209)
        at org.jruby.util.log.OutputStreamLogger.formatMessage(OutputStreamLogger.java:146)
        at org.jruby.util.log.StandardErrorLogger.write(StandardErrorLogger.java:58)
        at org.jruby.util.log.OutputStreamLogger.warn(OutputStreamLogger.java:67)
        at org.jruby.util.io.FilenoUtil$ReflectiveAccess.<clinit>(FilenoUtil.java:278)
        at org.jruby.util.io.FilenoUtil.getFilenoUsingReflection(FilenoUtil.java:143)
        at org.jruby.util.io.FilenoUtil.filenoFrom(FilenoUtil.java:139)
        at org.jruby.util.io.ChannelFD.initFileno(ChannelFD.java:51)
        at org.jruby.util.io.ChannelFD.<init>(ChannelFD.java:37)
        at org.jruby.util.io.ChannelFD.<init>(ChannelFD.java:47)
        at org.jruby.util.io.OpenFile.setChannel(OpenFile.java:195)
        at org.jruby.RubyIO.prepIO(RubyIO.java:263)
        at org.jruby.RubyIO.prepStdio(RubyIO.java:192)
        at org.jruby.RubyGlobal.initSTDIO(RubyGlobal.java:314)
        at org.jruby.RubyGlobal.createGlobals(RubyGlobal.java:228)
        at org.jruby.Ruby.<init>(Ruby.java:513)
        at org.jruby.Ruby.newInstance(Ruby.java:716)
        at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:79)
        at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:69)
        at org.sonarsource.ruby.converter.RubyConverter.initializeRubyRuntime(RubyConverter.java:182)
        at org.sonarsource.ruby.converter.RubyConverter.<init>(RubyConverter.java:75)
        at org.sonarsource.ruby.converter.RubyConverter.<init>(RubyConverter.java:82)
        at org.sonarsource.ruby.plugin.RubySensor.astConverter(RubySensor.java:45)
        at org.sonarsource.slang.plugin.SlangSensor.execute(SlangSensor.java:201)
        at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:64)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:88)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:61)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:79)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:61)
        at org.sonar.scanner.scan.SpringModuleScanContainer.doAfterStart(SpringModuleScanContainer.java:82)
        at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:188)
        at org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:167)
        at org.sonar.scanner.scan.SpringProjectScanContainer.scan(SpringProjectScanContainer.java:403)
        at org.sonar.scanner.scan.SpringProjectScanContainer.scanRecursively(SpringProjectScanContainer.java:399)
        at org.sonar.scanner.scan.SpringProjectScanContainer.doAfterStart(SpringProjectScanContainer.java:368)
        at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:188)
        at org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:167)
        at org.sonar.scanner.bootstrap.SpringGlobalContainer.doAfterStart(SpringGlobalContainer.java:137)
        at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:188)
        at org.sonar.core.platform.SpringComponentContainer.execute(SpringComponentContainer.java:167)
        at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:72)
        at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:66)
        at org.sonarsource.scanner.lib.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:41)
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at org.sonarsource.scanner.lib.internal.facade.inprocess.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:62)
        at jdk.proxy3/jdk.proxy3.$Proxy2.execute(Unknown Source)
        at org.sonarsource.scanner.lib.internal.facade.inprocess.InProcessScannerEngineFacade.doAnalyze(InProcessScannerEngineFacade.java:38)
        at org.sonarsource.scanner.lib.internal.facade.AbstractScannerEngineFacade.analyze(AbstractScannerEngineFacade.java:66)
        at org.sonarsource.scanner.cli.Main.analyze(Main.java:79)
        at org.sonarsource.scanner.cli.Main.main(Main.java:64)
2025-03-10T15:15:15.273Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.
08:15:17.609 DEBUG Not enough content in 'lib/[redacted]/version.rb' to have CPD blocks, it will not be part of the duplication detection
08:15:18.328 DEBUG Not enough content in 'lib/[redacted]/error.rb' to have CPD blocks, it will not be part of the duplication detection
08:15:18.340 DEBUG Not enough content in 'lib/[redacted]/bugout.rb' to have CPD blocks, it will not be part of the duplication detection
08:15:18.820 INFO  12/12 source files have been analyzed
08:15:18.820 INFO  Sensor Ruby Sensor [ruby] (done) | time=4267ms
08:15:18.820 INFO  Sensor SimpleCov Sensor for Ruby coverage [ruby]
08:15:18.842 INFO  Sensor SimpleCov Sensor for Ruby coverage [ruby] (done) | time=22ms
08:15:18.842 INFO  Sensor ThymeLeaf template sensor [securityjavafrontend]
08:15:18.842 INFO  javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor.
08:15:18.842 INFO  Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
08:15:18.842 INFO  Sensor IaC Docker Sensor [iac]
08:15:18.843 INFO  0 source files to be analyzed
08:15:18.888 INFO  0/0 source files have been analyzed
08:15:18.888 INFO  Sensor IaC Docker Sensor [iac] (done) | time=46ms
08:15:18.888 INFO  Sensor Serverless configuration file sensor [security]
08:15:18.888 INFO  0 Serverless function entries were found in the project
08:15:18.891 INFO  0 Serverless function handlers were kept as entrypoints
08:15:18.891 INFO  Sensor Serverless configuration file sensor [security] (done) | time=3ms
08:15:18.891 INFO  Sensor AWS SAM template file sensor [security]
08:15:18.892 DEBUG 0 SAM template configuration files were found in the project. 0 SAM function entries were found in total. 0 were kept as potential entrypoints.
08:15:18.892 INFO  Sensor AWS SAM template file sensor [security] (done) | time=1ms
08:15:18.892 INFO  Sensor AWS SAM Inline template file sensor [security]
08:15:18.892 DEBUG 0 SAM Inline template configuration files were found in the project. 0 SAM Inline function entries were found in total. 0 were kept as potential entrypoints.
08:15:18.892 INFO  Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
08:15:18.892 INFO  Sensor javabugs [dbd]
08:15:18.893 INFO  Reading IR files from: /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/ir/java
08:15:18.893 INFO  No IR files have been included for analysis.
08:15:18.893 INFO  Sensor javabugs [dbd] (done) | time=1ms
08:15:18.893 INFO  Sensor pythonbugs [dbd]
08:15:18.894 DEBUG Could not load type definitions from /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/ir/python/collected.typedefs: /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/ir/python/collected.typedefs (No such file or directory)
08:15:18.894 INFO  Reading IR files from: /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/ir/python
08:15:18.894 INFO  No IR files have been included for analysis.
08:15:18.894 INFO  Sensor pythonbugs [dbd] (done) | time=1ms
08:15:18.894 INFO  Sensor JavaSecuritySensor [security]
08:15:18.894 INFO  No taint analysis rules have been enabled, will not execute taint analysis.
08:15:18.895 INFO  Sensor JavaSecuritySensor [security] (done) | time=0ms
08:15:18.895 INFO  Sensor CSharpSecuritySensor [security]
08:15:18.895 INFO  Reading type hierarchy from: /Users/[redacted]/[redacted]/[redacted]/[redacted]/ucfg_cs2
08:15:18.895 INFO  Read 0 type definitions
08:15:18.896 INFO  No UCFGs have been included for analysis.
08:15:18.896 INFO  Sensor CSharpSecuritySensor [security] (done) | time=1ms
08:15:18.896 INFO  Sensor PhpSecuritySensor [security]
08:15:18.896 INFO  Reading type hierarchy from: /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/ucfg2/php
08:15:18.897 INFO  Read 0 type definitions
08:15:18.897 INFO  No UCFGs have been included for analysis.
08:15:18.897 INFO  Sensor PhpSecuritySensor [security] (done) | time=1ms
08:15:18.897 INFO  Sensor PythonSecuritySensor [security]
08:15:18.897 INFO  No taint analysis rules have been enabled, will not execute taint analysis.
08:15:18.897 INFO  Sensor PythonSecuritySensor [security] (done) | time=0ms
08:15:18.897 INFO  Sensor JsSecuritySensor [security]
08:15:18.897 INFO  Reading type hierarchy from: /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/ucfg2/js
08:15:18.897 INFO  Read 0 type definitions
08:15:18.897 INFO  No UCFGs have been included for analysis.
08:15:18.897 INFO  Sensor JsSecuritySensor [security] (done) | time=0ms
08:15:18.901 INFO  ------------- Run sensors on project
08:15:18.948 DEBUG 'Generic Coverage Report' skipped because one of the required properties is missing
08:15:18.948 DEBUG 'C#' skipped because there is no related file in current project
08:15:18.948 DEBUG 'C# File Caching Sensor' skipped because there is no related file in current project
08:15:18.948 DEBUG 'C# Tests Coverage Report Import' skipped because there is no related file in current project
08:15:18.948 DEBUG '[Deprecated] C# Integration Tests Coverage Report Import' skipped because there is no related file in current project
08:15:18.948 DEBUG 'C# Unit Test Results Import' skipped because there is no related file in current project
08:15:18.948 DEBUG 'VB.NET' skipped because there is no related file in current project
08:15:18.948 DEBUG 'VB.NET File Caching Sensor' skipped because there is no related file in current project
08:15:18.949 DEBUG 'VB.NET Tests Coverage Report Import' skipped because there is no related file in current project
08:15:18.949 DEBUG '[Deprecated] VB.NET Integration Tests Coverage Report Import' skipped because there is no related file in current project
08:15:18.949 DEBUG 'VB.NET Unit Test Results Import' skipped because there is no related file in current project
08:15:18.949 DEBUG 'Java CPD Block Indexer' skipped because there is no related file in current project
08:15:18.949 DEBUG Sensors : Analysis Warnings import -> Zero Coverage Sensor
08:15:18.949 INFO  Sensor Analysis Warnings import [csharp]
08:15:18.950 INFO  Sensor Analysis Warnings import [csharp] (done) | time=1ms
08:15:18.950 INFO  Sensor Zero Coverage Sensor
08:15:18.952 INFO  Sensor Zero Coverage Sensor (done) | time=2ms
08:15:18.954 INFO  SCM Publisher is disabled
08:15:18.959 INFO  CPD Executor 3 files had no CPD blocks
08:15:18.959 INFO  CPD Executor Calculating CPD for 10 files
08:15:18.959 DEBUG Detection of duplications for /Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/[redacted]/cookbook.rb
08:15:18.964 DEBUG Detection of duplications for /Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/[redacted]/somefile2.rb
08:15:18.964 DEBUG Detection of duplications for /Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/[redacted].rb
08:15:18.965 DEBUG Detection of duplications for /Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/[redacted]/somefile3.rb
08:15:18.966 DEBUG Detection of duplications for /Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/[redacted]/somefile4.rb
08:15:18.967 DEBUG Detection of duplications for /Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/coverage/index.html
08:15:18.967 DEBUG Detection of duplications for /Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/[redacted]/somefile5.rb
08:15:18.968 DEBUG Detection of duplications for /Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/[redacted]/somefile6.rb
08:15:18.968 DEBUG Detection of duplications for /Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/[redacted]/somefile7.rb
08:15:18.969 DEBUG Detection of duplications for /Users/[redacted]/[redacted]/[redacted]/[redacted]/lib/[redacted]/somefile8.rb
08:15:18.969 INFO  CPD Executor CPD calculation finished (done) | time=10ms
08:15:19.046 INFO  Analysis report generated in 73ms, dir size=327.5 kB
08:15:19.101 INFO  Analysis report compressed in 55ms, zip size=78.2 kB
08:15:19.101 INFO  Analysis report generated in /Users/[redacted]/[redacted]/[redacted]/[redacted]/.scannerwork/scanner-report
08:15:19.102 DEBUG Upload report
08:15:19.288 DEBUG POST 200 https://sonar.[redacted]/api/ce/submit?projectKey=[redacted] | time=184ms
08:15:19.291 INFO  Analysis report uploaded in 189ms
08:15:19.292 DEBUG Report metadata written to /Users/[redacted]/[redacted]/[redacted]/.scannerwork/report-task.txt
08:15:19.292 INFO  ANALYSIS SUCCESSFUL, you can find the results at: https://sonar.[redacted]/dashboard?id=[redacted]
08:15:19.292 INFO  Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
08:15:19.292 INFO  More about the report processing at https://sonar.[redacted]/api/ce/task?id=AZWAn-3ffV-8YqTP1lHt
08:15:19.295 DEBUG Post-jobs :
08:15:19.302 DEBUG eslint-bridge server will shutdown
08:15:19.303 DEBUG eslint-bridge server closed
08:15:23.635 INFO  Analysis total time: 25.820 s
08:15:23.637 INFO  EXECUTION SUCCESS
08:15:23.637 INFO  Total time: 30.777s

Hi,

Thanks for the log. I can see from it that you’re on 9.9.4.

The current LTA is 2025.1. There are a couple of tickets that got fixed in September, altho it’s not clear to me that they’re directly relevant. Can you upgrade and see if this is still (not) happening?

 
Thx,
Ann

Can you upgrade and see if this is still (not) happening?

Sadly, no. This is at a large corporation and I can’t just upgrade the Sonar service at will, as much as I’d like to. I’m going to assume I’ve run into a bug for the time being, and that this is a good reason to upgrade soon.

Thanks for the help!

1 Like