Code coverage is not updated for master branch

Template for a good new topic, formatted with Markdown:

  • ALM used - Github
  • CI system used - Circle CI
  • Scanner command used when applicable (private details masked)
  • Languages of the repository - Typescript and Js
  • Only if the SonarCloud project is public, the URL
    • And if you need help with pull request decoration, then the URL to the PR too
  • Error observed
    When we run the sonar command on the pull request, it works well and shows all the attributes like code coverage on the new code, code smells, quality etc.

When we merge the branch to master, sonar runs the analysis on the master branch, issues are updated but the coverage information is not updated.

Indexing files...
INFO: Project configuration:
INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.(spec|test).tsx
INFO:   Included tests: **/*.(spec|test).tsx
INFO:   Excluded sources for coverage: **/*.spec.ts, **/*.spec.tsx, **/*.spec.js, **/*.spec.jsx, src/msw/**/*, src/components/ui-styles/theme/**/*
INFO:   Excluded sources for duplication: src/**/*.spec.ts, src/**/*.spec.tsx, src/**/*.spec.js, src/**/*.spec.jsx, src/components/ui-styles/theme/**/*, src/msw/**/*, src/features/cm/reports/**/*
INFO: 847 files indexed (done) | time=354ms
INFO: Quality profile for css: Sonar way
INFO: Quality profile for js: Sonar way
INFO: Quality profile for json: Sonar way
INFO: Quality profile for ts: Sonar way
INFO: Quality profile for web: Sonar way
INFO: Quality profile for yaml: Sonar way
INFO: ------------- Run sensors on module pentaleap_crealytics-frontend
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=108ms
INFO: Sensor cache enabled
INFO: Resolved api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
INFO: Load sensor cache
INFO: Load sensor cache (2 MB) | time=1956ms
INFO: Resolved api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
INFO: Sensor HTML [web]
INFO: Sensor HTML [web] (done) | time=59ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
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
INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
INFO: Sensor IaC CloudFormation Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=22ms
INFO: Sensor IaC AzureResourceManager Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=66ms
INFO: Sensor Java Config Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor Java Config Sensor [iac] (done) | time=16ms
INFO: Sensor JavaScript/TypeScript analysis [javascript]
INFO: Detected os: Linux arch: amd64 alpine: false. Platform: LINUX_X64
INFO: Deploy location /tmp/cache/scanner/.sonar/js/node-runtime, tagetRuntime: /tmp/cache/scanner/.sonar/js/node-runtime/node,  version: /tmp/cache/scanner/.sonar/js/node-runtime/version.txt
INFO: Using embedded Node.js runtime.
INFO: Using Node.js executable: '/tmp/cache/scanner/.sonar/js/node-runtime/node'.
INFO: Memory configuration: OS (8192 MB), Docker (8192 MB), Node.js (2096 MB).
INFO: Found 1 tsconfig.json file(s): [/home/circleci/project/tsconfig.json]
INFO: Creating TypeScript program
INFO: TypeScript configuration file /home/circleci/project/tsconfig.json
INFO: 741 source files to be analyzed
INFO: Starting analysis with current program

It looks for jaCoCo report while the project is a Js/Ts project


  • Steps to reproduce
  • Potential workaround

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

Hi,

Can we have the full analysis log, from the analysis command itself through to the end, please?

This is a red herring. That sensor always runs, regardless of project type.

 
Ann

1 Like

Thanks for the reply Ann!

Here are the logs for the master & pr branches:

Master branch analysis

/tmp/cache/scanner/.sonar
INFO: Scanner configuration file: /tmp/cache/scanner/sonar-scanner-5.0.1.3006-linux/conf/sonar-scanner.properties
INFO: Project root configuration file: /home/circleci/project/sonar-project.properties
INFO: SonarScanner 5.0.1.3006
INFO: Java 17.0.7 Eclipse Adoptium (64-bit)
INFO: Linux 6.8.0-1029-aws amd64
INFO: User cache: /tmp/cache/scanner/.sonar/cache
INFO: Analyzing on SonarCloud
INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
INFO: Load global settings
INFO: Load global settings (done) | time=318ms
INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
INFO: Loading required plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=172ms
INFO: Load/download plugins
INFO: Load/download plugins (done) | time=230ms
INFO: Found an active CI vendor: 'CircleCI'
INFO: Load project settings for component key: 'frontend'
INFO: Load project settings for component key: 'frontend' (done) | time=336ms
INFO: Process project properties
INFO: Project key: frontend
INFO: Base dir: /home/circleci/project
INFO: Working dir: /home/circleci/project/.scannerwork
INFO: Load project branches
INFO: Load project branches (done) | time=195ms
INFO: Check ALM binding of project 'frontend'
INFO: Detected project binding: BOUND
INFO: Check ALM binding of project 'frontend' (done) | time=134ms
INFO: Load project pull requests
INFO: Load project pull requests (done) | time=212ms
INFO: Load branch configuration
INFO: Auto-configuring branch master
INFO: Load branch configuration (done) | time=1ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=472ms
INFO: Load active rules
INFO: Load active rules (done) | time=7981ms
INFO: Organization key: company
INFO: Branch name: master, type: long-lived
INFO: Preprocessing files...
WARN: File '/home/circleci/project/node_modules/.bin/conventional-commits-parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/browserslist' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/JSONStream' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/vite' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/uuid' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/update-browserslist-db' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/tsconfck' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-script' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-node-transpile-only' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-node-script' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-node-esm' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-node-cwd' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-node' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/rollup' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/rimraf' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/resolve' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/prettier' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/playwright-core' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/playwright' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/pidtree' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/node-which' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/nanoid' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/msw' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/mkdirp' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/lz-string' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/lint-staged' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/json5' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/jsesc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/js-yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/jiti' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/jake' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/import-local-fixture' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/husky' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/git-raw-commits' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/esvalidate' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/esparse' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/eslint-config-prettier' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/esgenerate' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/escodegen' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/esbuild' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ejs' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/create-jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/commitlint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/core/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/core/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/core/node_modules/.bin/json5' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/generator/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/generator/node_modules/.bin/jsesc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/helper-compilation-targets/node_modules/.bin/browserslist' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/template/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/traverse/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@commitlint/is-ignored/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@commitlint/parse/node_modules/.bin/conventional-commits-parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@commitlint/read/node_modules/.bin/git-raw-commits' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@eslint/eslintrc/node_modules/.bin/js-yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@eslint-community/eslint-utils/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@hookform/devtools/node_modules/.bin/uuid' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@istanbuljs/load-nyc-config/node_modules/.bin/js-yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/node_modules/.bin/esvalidate' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/node_modules/.bin/esparse' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@playwright/test/node_modules/.bin/playwright' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@svgr/core/node_modules/cosmiconfig/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@svgr/core/node_modules/cosmiconfig/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@svgr/core/node_modules/cosmiconfig/node_modules/.bin/js-yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@testing-library/dom/node_modules/.bin/lz-string' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@types/babel__core/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@types/babel__template/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/parser/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/parser/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/parser/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/type-utils/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/type-utils/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/type-utils/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/utils/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/utils/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/utils/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@vitejs/plugin-react/node_modules/.bin/vite' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/acorn-globals/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/acorn-globals/node_modules/acorn-walk/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/babel-plugin-jest-hoist/node_modules/@babel/template/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/broadcast-channel/node_modules/.bin/rimraf' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/browserslist/node_modules/.bin/update-browserslist-db' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/conventional-commits-parser/node_modules/.bin/JSONStream' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig/node_modules/.bin/js-yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig-typescript-loader/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig-typescript-loader/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig-typescript-loader/node_modules/.bin/jiti' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cross-spawn/node_modules/.bin/node-which' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ejs/node_modules/.bin/jake' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/escodegen/node_modules/.bin/esvalidate' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/escodegen/node_modules/.bin/esparse' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-config-prettier/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-check-file/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-jest/node_modules/.bin/jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-jest/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-jest-dom/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-jest-playwright/node_modules/eslint-plugin-playwright/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-jsx-a11y/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-playwright/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-prettier/node_modules/.bin/prettier' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-prettier/node_modules/.bin/eslint-config-prettier' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-prettier/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-react/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-react/node_modules/.bin/resolve' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-react/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-simple-import-sort/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-testing-library/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-unused-imports/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/espree/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/espree/node_modules/acorn-jsx/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/istanbul-lib-instrument/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/istanbul-lib-instrument/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest/node_modules/.bin/jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest/node_modules/.bin/import-local-fixture' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-cli/node_modules/.bin/import-local-fixture' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-cli/node_modules/.bin/create-jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-script' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-node-transpile-only' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-node-script' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-node-esm' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-node-cwd' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-node' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-junit/node_modules/.bin/uuid' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-junit/node_modules/.bin/mkdirp' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-snapshot/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-snapshot/node_modules/@babel/generator/node_modules/.bin/jsesc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jsdom/node_modules/.bin/esgenerate' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jsdom/node_modules/.bin/escodegen' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jsdom/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/lint-staged/node_modules/.bin/yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/lint-staged/node_modules/.bin/pidtree' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/make-dir/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/msw/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/msw/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/playwright/node_modules/.bin/playwright-core' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/postcss/node_modules/.bin/nanoid' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/pre-commit/node_modules/.bin/which' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/pre-commit/node_modules/cross-spawn/node_modules/.bin/which' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/prop-types/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/react/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/react-dom/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/react-transition-group/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/scheduler/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-api-utils/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-api-utils/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/json5' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/ejs' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-node/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-node/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-node/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/tsconfck/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/tsconfck/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/update-browserslist-db/node_modules/.bin/browserslist' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite/node_modules/.bin/rollup' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite/node_modules/.bin/esbuild' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite-plugin-environment/node_modules/.bin/vite' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite-plugin-svgr/node_modules/.bin/vite' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite-tsconfig-paths/node_modules/.bin/vite' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite-tsconfig-paths/node_modules/.bin/tsconfck' is ignored. It is a symbolic link targeting a file not located in project basedir.
INFO: 6 languages detected in 838 preprocessed files (done) | time=2306ms
INFO: 792 files ignored because of inclusion/exclusion patterns
INFO: 92396 files ignored because of scm ignore settings
INFO: Loading plugins for detected languages
INFO: Load/download plugins
INFO: Load/download plugins (done) | time=689ms
INFO: SonarJasmin relies on SonarSecurity to define the JS/TS security rule repositories.
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=133ms
INFO: Sensor cache enabled
INFO: Resolved api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
INFO: Load sensor cache
INFO: Load sensor cache (1 MB) | time=1874ms
INFO: Resolved api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
INFO: Load project repositories
INFO: Load project repositories (done) | time=260ms
INFO: Indexing files...
INFO: Project configuration:
INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.(spec|test).tsx
INFO:   Included tests: **/*.(spec|test).tsx
INFO:   Excluded sources for coverage: **/*.spec.ts, **/*.spec.tsx, **/*.spec.js, **/*.spec.jsx, src/msw/**/*, src/components/ui-styles/theme/**/*
INFO:   Excluded sources for duplication: src/**/*.spec.ts, src/**/*.spec.tsx, src/**/*.spec.js, src/**/*.spec.jsx, src/components/ui-styles/theme/**/*, src/msw/**/*, src/features/cm/reports/**/*
INFO: 837 files indexed (done) | time=346ms
INFO: Quality profile for css: Sonar way
INFO: Quality profile for js: Sonar way
INFO: Quality profile for json: Sonar way
INFO: Quality profile for ts: Sonar way
INFO: Quality profile for web: Sonar way
INFO: Quality profile for yaml: Sonar way
INFO: ------------- Run sensors on module frontend
INFO: SonarJasmin relies on SonarSecurity to define the JS/TS security rule repositories.
INFO: Sensor HTML [web]
INFO: Sensor HTML [web] (done) | time=55ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
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
INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
INFO: Sensor IaC CloudFormation Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=18ms
INFO: Sensor IaC AzureResourceManager Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=62ms
INFO: Sensor Java Config Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor Java Config Sensor [iac] (done) | time=16ms
INFO: Sensor JavaScript/TypeScript analysis [javascript]
INFO: Detected os: Linux arch: amd64 alpine: false. Platform: LINUX_X64
INFO: Deploy location /tmp/cache/scanner/.sonar/js/node-runtime, tagetRuntime: /tmp/cache/scanner/.sonar/js/node-runtime/node,  version: /tmp/cache/scanner/.sonar/js/node-runtime/version.txt
INFO: Using embedded Node.js runtime.
INFO: Using Node.js executable: '/tmp/cache/scanner/.sonar/js/node-runtime/node'.
INFO: Memory configuration: OS (8192 MB), Docker (8192 MB), Node.js (2096 MB).
INFO: Found 1 tsconfig.json file(s): [/home/circleci/project/tsconfig.json]
INFO: Creating TypeScript program
INFO: TypeScript configuration file /home/circleci/project/tsconfig.json
INFO: 732 source files to be analyzed
***REDACTED-INFORMATION***
INFO: Analyzed 719 file(s) with current program
INFO: Creating TypeScript program
INFO: TypeScript configuration file /home/circleci/project/tsconfig.node.json
INFO: Starting analysis with current program
INFO: Written udg to file:  /home/circleci/project/.scannerwork/architecture/ts/vite_config_ts.udg
INFO: Accepted file: vite.config.ts
INFO: Analyzed 1 file(s) with current program
INFO: Found 12 file(s) not part of any tsconfig.json: they will be analyzed without type information
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/eslint.config.ts
INFO: Accepted file: eslint.config.ts
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/file-mock.js
INFO: Accepted file: file-mock.js
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/e2e/pm/sites/create-site.spec.ts
INFO: Accepted file: e2e/pm/sites/create-site.spec.ts
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/e2e/ac/create-user.spec.ts
INFO: Accepted file: e2e/ac/create-user.spec.ts
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/playwright.config.ts
INFO: Accepted file: playwright.config.ts
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/jest.setup.ts
INFO: Accepted file: jest.setup.ts
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/e2e/cm/ad-groups/create-spa-ad-group.spec.ts
INFO: Accepted file: e2e/cm/ad-groups/create-spa-ad-group.spec.ts
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/e2e/example.spec.ts
INFO: Accepted file: e2e/example.spec.ts
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/e2e/cm/ad-groups/create-display-ad-group.spec.ts
INFO: Accepted file: e2e/cm/ad-groups/create-display-ad-group.spec.ts
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/e2e/cm/campaigns/create-campaign.spec.ts
INFO: Accepted file: e2e/cm/campaigns/create-campaign.spec.ts
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/jest.config.ts
INFO: Accepted file: jest.config.ts
INFO: Due to lack of a Typescript project, unable to produce UDG /home/circleci/project/src/__mocks__/react-day-picker/style.module.css.js
INFO: Accepted file: src/__mocks__/react-day-picker/style.module.css.js
INFO: 732/732 source files have been analyzed
INFO: Done analysis
INFO: Hit the cache for 0 out of 732
INFO: Miss the cache for 732 out of 732: ANALYSIS_MODE_INELIGIBLE [732/732]
INFO: Sensor JavaScript/TypeScript analysis [javascript] (done) | time=69164ms
INFO: Sensor JavaScript inside HTML analysis [javascript]
INFO: 1 source file to be analyzed
INFO: 1/1 source file has been analyzed
INFO: Hit the cache for 0 out of 1
INFO: Miss the cache for 1 out of 1: ANALYSIS_MODE_INELIGIBLE [1/1]
INFO: Sensor JavaScript inside HTML analysis [javascript] (done) | time=20ms
INFO: Sensor CSS Rules [javascript]
INFO: 2 source files to be analyzed
INFO: 2/2 source files have been analyzed
INFO: Hit the cache for 0 out of 0
INFO: Miss the cache for 0 out of 0
INFO: Sensor CSS Rules [javascript] (done) | time=98ms
INFO: Sensor JavaScript/TypeScript Coverage [javascript]
INFO: Analysing [/home/circleci/project/coverage/lcov.info]
INFO: Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=4ms
INFO: Sensor CSS Metrics [javascript]
INFO: Sensor CSS Metrics [javascript] (done) | time=8ms
INFO: Sensor IaC Docker Sensor [iac]
INFO: 4 source files to be analyzed
INFO: 4/4 source files have been analyzed
INFO: Sensor IaC Docker Sensor [iac] (done) | time=82ms
INFO: Sensor Serverless configuration file sensor [security]
INFO: 0 Serverless function entries were found in the project
INFO: 0 Serverless function handlers were kept as entrypoints
INFO: Sensor Serverless configuration file sensor [security] (done) | time=3ms
INFO: Sensor AWS SAM template file sensor [security]
INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
INFO: Sensor AWS SAM Inline template file sensor [security]
INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
INFO: Sensor EnterpriseTextAndSecretsSensor [textenterprise]
INFO: Available processors: 8
INFO: Using 8 threads for analysis.
INFO: Start fetching files for the text and secrets analysis
INFO: Using Git CLI to retrieve untracked files
INFO: Retrieving language associated files and files included via "sonar.text.inclusions" that are tracked by git
INFO: Starting the text and secrets analysis
INFO: 758 source files to be analyzed for the text and secrets analysis
INFO: 758/758 source files have been analyzed for the text and secrets analysis
INFO: Start fetching files for the binary file analysis
INFO: There are no files to be analyzed for the binary file analysis
INFO: Sensor EnterpriseTextAndSecretsSensor [textenterprise] (done) | time=1525ms
INFO: Sensor JavaSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549, S7044
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /home/circleci/project/.scannerwork/ucfg2/java
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.001
INFO: Load UCFGs: Starting
INFO: Load UCFGs: Time spent was 00:00:00.000
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.001
INFO: No UCFGs have been included for analysis.
INFO: java security sensor: Time spent was 00:00:00.007
INFO: java security sensor: Begin: 2025-06-04T13:46:11.550408006Z, End: 2025-06-04T13:46:11.557725448Z, Duration: 00:00:00.007
  Load type hierarchy and UCFGs: Begin: 2025-06-04T13:46:11.554324485Z, End: 2025-06-04T13:46:11.555856495Z, Duration: 00:00:00.001
    Load type hierarchy: Begin: 2025-06-04T13:46:11.554380706Z, End: 2025-06-04T13:46:11.555492329Z, Duration: 00:00:00.001
    Load UCFGs: Begin: 2025-06-04T13:46:11.555766624Z, End: 2025-06-04T13:46:11.555793601Z, Duration: 00:00:00.000
INFO: java security sensor peak memory: 272 MB
INFO: Sensor JavaSecuritySensor [security] (done) | time=10ms
INFO: Sensor CSharpSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6547, S6549, S6639, S6641, S6680, S6776, S7044
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /home/circleci/project/ucfg2/cs
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.000
INFO: Load UCFGs: Starting
INFO: Load UCFGs: Time spent was 00:00:00.000
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
INFO: No UCFGs have been included for analysis.
INFO: csharp security sensor: Time spent was 00:00:00.000
INFO: csharp security sensor: Begin: 2025-06-04T13:46:11.559066783Z, End: 2025-06-04T13:46:11.559789100Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2025-06-04T13:46:11.559349621Z, End: 2025-06-04T13:46:11.559587272Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2025-06-04T13:46:11.559355329Z, End: 2025-06-04T13:46:11.559472092Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2025-06-04T13:46:11.559536939Z, End: 2025-06-04T13:46:11.559554213Z, Duration: 00:00:00.000
INFO: csharp security sensor peak memory: 272 MB
INFO: Sensor CSharpSecuritySensor [security] (done) | time=2ms
INFO: Sensor PhpSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350, S7044
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /home/circleci/project/.scannerwork/ucfg2/php
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.000
INFO: Load UCFGs: Starting
INFO: Load UCFGs: Time spent was 00:00:00.000
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
INFO: No UCFGs have been included for analysis.
INFO: php security sensor: Time spent was 00:00:00.000
INFO: php security sensor: Begin: 2025-06-04T13:46:11.560455419Z, End: 2025-06-04T13:46:11.561269035Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2025-06-04T13:46:11.560768251Z, End: 2025-06-04T13:46:11.561044330Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2025-06-04T13:46:11.560777170Z, End: 2025-06-04T13:46:11.560867918Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2025-06-04T13:46:11.560952251Z, End: 2025-06-04T13:46:11.560967722Z, Duration: 00:00:00.000
INFO: php security sensor peak memory: 272 MB
INFO: Sensor PhpSecuritySensor [security] (done) | time=1ms
INFO: Sensor PythonSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839, S7044
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /home/circleci/project/.scannerwork/ucfg2/python
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.000
INFO: Load UCFGs: Starting
INFO: Load UCFGs: Time spent was 00:00:00.000
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
INFO: No UCFGs have been included for analysis.
INFO: python security sensor: Time spent was 00:00:00.000
INFO: python security sensor: Begin: 2025-06-04T13:46:11.561736877Z, End: 2025-06-04T13:46:11.562224767Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2025-06-04T13:46:11.561880825Z, End: 2025-06-04T13:46:11.562040111Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2025-06-04T13:46:11.561885991Z, End: 2025-06-04T13:46:11.561929560Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2025-06-04T13:46:11.561969361Z, End: 2025-06-04T13:46:11.562008451Z, Duration: 00:00:00.000
INFO: python security sensor peak memory: 272 MB
INFO: Sensor PythonSecuritySensor [security] (done) | time=1ms
INFO: Sensor JsSecuritySensor [security]
INFO: Sensor JsSecuritySensor [security] (done) | time=0ms
INFO: Sensor KotlinSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S5883, S6096, S6287, S6350, S6390, S6398, S6399, S6547, S6549, S7044
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /home/circleci/project/.scannerwork/ucfg2/kotlin
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.000
INFO: Load UCFGs: Starting
INFO: Load UCFGs: Time spent was 00:00:00.000
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
INFO: No UCFGs have been included for analysis.
INFO: kotlin security sensor: Time spent was 00:00:00.000
INFO: kotlin security sensor: Begin: 2025-06-04T13:46:11.563137027Z, End: 2025-06-04T13:46:11.563699533Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2025-06-04T13:46:11.563362352Z, End: 2025-06-04T13:46:11.563539966Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2025-06-04T13:46:11.563367322Z, End: 2025-06-04T13:46:11.563420892Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2025-06-04T13:46:11.563508752Z, End: 2025-06-04T13:46:11.563518174Z, Duration: 00:00:00.000
INFO: kotlin security sensor peak memory: 272 MB
INFO: Sensor KotlinSecuritySensor [security] (done) | time=1ms
INFO: Sensor GoSecuritySensor [security]
INFO: No taint analysis rules have been enabled, will not execute taint analysis.
INFO: go security sensor: Time spent was 00:00:00.000
INFO: go security sensor: Begin: 2025-06-04T13:46:11.564382637Z, End: 2025-06-04T13:46:11.564667219Z, Duration: 00:00:00.000
INFO: go security sensor peak memory: 272 MB
INFO: Sensor GoSecuritySensor [security] (done) | time=0ms
INFO: ------------- Run sensors on project
INFO: Sensor JsSecuritySensorV2 [jasmin]
INFO: 732 file(s) will be analysed by SonarJasmin.
INFO: Sensor JsSecuritySensorV2 [jasmin] (done) | time=4065ms
INFO: Sensor JsArchitectureSensor [architecture]
INFO: * Protobuf reading starting | memory total=464 | free=174 | used=289 (MB)
INFO: * Reading SonarArchitecture IR data from directory "/home/circleci/project/.scannerwork/architecture/js"
INFO: * Protobuf reading complete | memory total=464 | free=174 | used=289 (MB)
INFO: * Build file hiGraphs complete | memory total=464 | free=173 | used=290 (MB)
INFO: * Slicing complete | memory total=464 | free=173 | used=290 (MB)
INFO: * Cycle detection complete | memory total=464 | free=173 | used=290 (MB)
INFO: * Build file hiGraphs complete | memory total=464 | free=173 | used=290 (MB)
INFO: * Slicing complete | memory total=464 | free=173 | used=290 (MB)
INFO: * Export complete | memory total=464 | free=171 | used=292 (MB)
INFO: Sensor JsArchitectureSensor [architecture] (done) | time=41ms
INFO: Sensor TsArchitectureSensor [architecture]
INFO: * Protobuf reading starting | memory total=464 | free=171 | used=292 (MB)
INFO: * Reading SonarArchitecture IR data from directory "/home/circleci/project/.scannerwork/architecture/ts"
INFO: * Files successfully loaded: "720" out of "720"
INFO: * Protobuf reading complete | memory total=340 | free=227 | used=112 (MB)
INFO: * Build file hiGraphs complete | memory total=340 | free=224 | used=115 (MB)
INFO: * Slicing complete | memory total=340 | free=223 | used=116 (MB)
INFO: * Cycle detection complete | memory total=340 | free=222 | used=117 (MB)
INFO: * Build file hiGraphs complete | memory total=340 | free=220 | used=119 (MB)
INFO: * Slicing complete | memory total=340 | free=219 | used=120 (MB)
INFO: * Export complete | memory total=340 | free=219 | used=120 (MB)
INFO: Sensor TsArchitectureSensor [architecture] (done) | time=251ms
INFO: Sensor Zero Coverage Sensor
INFO: Sensor Zero Coverage Sensor (done) | time=58ms
INFO: SCM Publisher SCM provider for this project is: git
INFO: SCM Publisher 4 source files to be analyzed
INFO: SCM Publisher 4/4 source files have been analyzed (done) | time=227ms
INFO: CPD Executor 146 files had no CPD blocks
INFO: CPD Executor Calculating CPD for 474 files
INFO: CPD Executor CPD calculation finished (done) | time=100ms
INFO: Analysis report generated in 241ms, dir size=2 MB
INFO: Analysis report compressed in 1118ms, zip size=1 MB
INFO: Analysis report uploaded in 1258ms
INFO: Sensor cache published successfully
INFO: ------------- Check Quality Gate status
INFO: Waiting for the analysis report to be processed (max 300s)
INFO: QUALITY GATE STATUS: PASSED - View details on ***REDACTED-INFORMATION***
INFO: Analysis total time: 1:43.326 s
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 1:46.048s
INFO: Final Memory: 44M/164M
INFO: ------------------------------------------------------------------------

Note: I’ve censored some file structure info since the repository is private. Let me know if there is a better way to share those details if needed.

Thanks,
Aravind

Hey Ann,

Attaching logs for pr branch analysis separately because of word-limit

PR analysis

PR analysis  /tmp/cache/scanner/.sonar
INFO: Scanner configuration file: /tmp/cache/scanner/sonar-scanner-5.0.1.3006-linux/conf/sonar-scanner.properties
INFO: Project root configuration file: /home/circleci/project/sonar-project.properties
INFO: SonarScanner 5.0.1.3006
INFO: Java 17.0.7 Eclipse Adoptium (64-bit)
INFO: Linux 6.8.0-1029-aws amd64
INFO: User cache: /tmp/cache/scanner/.sonar/cache
INFO: Analyzing on SonarCloud
INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
INFO: Load global settings
INFO: Load global settings (done) | time=402ms
INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
INFO: Loading required plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=123ms
INFO: Load/download plugins
INFO: Load/download plugins (done) | time=184ms
INFO: Found an active CI vendor: 'CircleCI'
INFO: Load project settings for component key: 'frontend'
INFO: Load project settings for component key: 'frontend' (done) | time=151ms
INFO: Process project properties
INFO: Project key: frontend
INFO: Base dir: /home/circleci/project
INFO: Working dir: /home/circleci/project/.scannerwork
INFO: Load project branches
INFO: Load project branches (done) | time=161ms
INFO: Check ALM binding of project 'frontend'
INFO: Detected project binding: BOUND
INFO: Check ALM binding of project 'frontend' (done) | time=114ms
INFO: Load project pull requests
INFO: Load project pull requests (done) | time=177ms
INFO: Load branch configuration
INFO: Auto-configuring pull request 882
INFO: Load branch configuration (done) | time=814ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=431ms
INFO: Load active rules
INFO: Load active rules (done) | time=6531ms
INFO: Organization key: company
INFO: Pull request 882 for merge into master from spap-3457-removing-end-date-from-buy-out-does-not-return-an-error
INFO: Preprocessing files...
WARN: File '/home/circleci/project/node_modules/.bin/conventional-commits-parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/browserslist' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/JSONStream' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/vite' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/uuid' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/update-browserslist-db' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/tsconfck' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-script' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-node-transpile-only' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-node-script' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-node-esm' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-node-cwd' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-node' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ts-jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/rollup' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/rimraf' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/resolve' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/prettier' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/playwright-core' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/playwright' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/pidtree' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/node-which' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/nanoid' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/msw' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/mkdirp' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/lz-string' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/lint-staged' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/json5' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/jsesc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/js-yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/jiti' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/jake' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/import-local-fixture' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/husky' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/git-raw-commits' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/esvalidate' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/esparse' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/eslint-config-prettier' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/esgenerate' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/escodegen' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/esbuild' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/ejs' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/create-jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/commitlint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/core/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/core/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/core/node_modules/.bin/json5' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/generator/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/generator/node_modules/.bin/jsesc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/helper-compilation-targets/node_modules/.bin/browserslist' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/template/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@babel/traverse/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@commitlint/is-ignored/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@commitlint/parse/node_modules/.bin/conventional-commits-parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@commitlint/read/node_modules/.bin/git-raw-commits' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@eslint/eslintrc/node_modules/.bin/js-yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@eslint-community/eslint-utils/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@hookform/devtools/node_modules/.bin/uuid' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@istanbuljs/load-nyc-config/node_modules/.bin/js-yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/node_modules/.bin/esvalidate' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/node_modules/.bin/esparse' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@playwright/test/node_modules/.bin/playwright' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@svgr/core/node_modules/cosmiconfig/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@svgr/core/node_modules/cosmiconfig/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@svgr/core/node_modules/cosmiconfig/node_modules/.bin/js-yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@testing-library/dom/node_modules/.bin/lz-string' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@types/babel__core/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@types/babel__template/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/parser/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/parser/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/parser/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/type-utils/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/type-utils/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/type-utils/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/utils/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/utils/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@typescript-eslint/utils/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/@vitejs/plugin-react/node_modules/.bin/vite' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/acorn-globals/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/acorn-globals/node_modules/acorn-walk/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/babel-plugin-jest-hoist/node_modules/@babel/template/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/broadcast-channel/node_modules/.bin/rimraf' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/browserslist/node_modules/.bin/update-browserslist-db' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/conventional-commits-parser/node_modules/.bin/JSONStream' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig/node_modules/.bin/js-yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig-typescript-loader/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig-typescript-loader/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cosmiconfig-typescript-loader/node_modules/.bin/jiti' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/cross-spawn/node_modules/.bin/node-which' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ejs/node_modules/.bin/jake' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/escodegen/node_modules/.bin/esvalidate' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/escodegen/node_modules/.bin/esparse' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-config-prettier/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-check-file/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-jest/node_modules/.bin/jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-jest/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-jest-dom/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-jest-playwright/node_modules/eslint-plugin-playwright/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-jsx-a11y/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-playwright/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-prettier/node_modules/.bin/prettier' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-prettier/node_modules/.bin/eslint-config-prettier' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-prettier/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-react/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-react/node_modules/.bin/resolve' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-react/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-simple-import-sort/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-testing-library/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/eslint-plugin-unused-imports/node_modules/.bin/eslint' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/espree/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/espree/node_modules/acorn-jsx/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/istanbul-lib-instrument/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/istanbul-lib-instrument/node_modules/.bin/parser' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest/node_modules/.bin/jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest/node_modules/.bin/import-local-fixture' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-cli/node_modules/.bin/import-local-fixture' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-cli/node_modules/.bin/create-jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-script' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-node-transpile-only' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-node-script' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-node-esm' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-node-cwd' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-config/node_modules/.bin/ts-node' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-junit/node_modules/.bin/uuid' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-junit/node_modules/.bin/mkdirp' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-snapshot/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jest-snapshot/node_modules/@babel/generator/node_modules/.bin/jsesc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jsdom/node_modules/.bin/esgenerate' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jsdom/node_modules/.bin/escodegen' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/jsdom/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/lint-staged/node_modules/.bin/yaml' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/lint-staged/node_modules/.bin/pidtree' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/make-dir/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/msw/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/msw/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/playwright/node_modules/.bin/playwright-core' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/postcss/node_modules/.bin/nanoid' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/pre-commit/node_modules/.bin/which' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/pre-commit/node_modules/cross-spawn/node_modules/.bin/which' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/prop-types/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/react/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/react-dom/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/react-transition-group/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/scheduler/node_modules/.bin/loose-envify' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-api-utils/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-api-utils/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/semver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/json5' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/jest' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-jest/node_modules/.bin/ejs' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-node/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-node/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/ts-node/node_modules/.bin/acorn' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/tsconfck/node_modules/.bin/tsserver' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/tsconfck/node_modules/.bin/tsc' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/update-browserslist-db/node_modules/.bin/browserslist' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite/node_modules/.bin/rollup' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite/node_modules/.bin/esbuild' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite-plugin-environment/node_modules/.bin/vite' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite-plugin-svgr/node_modules/.bin/vite' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite-tsconfig-paths/node_modules/.bin/vite' is ignored. It is a symbolic link targeting a file not located in project basedir.
WARN: File '/home/circleci/project/node_modules/vite-tsconfig-paths/node_modules/.bin/tsconfck' is ignored. It is a symbolic link targeting a file not located in project basedir.
INFO: 6 languages detected in 838 preprocessed files (done) | time=2350ms
INFO: 792 files ignored because of inclusion/exclusion patterns
INFO: 92406 files ignored because of scm ignore settings
INFO: Loading plugins for detected languages
INFO: Load/download plugins
INFO: Load/download plugins (done) | time=874ms
INFO: SonarJasmin relies on SonarSecurity to define the JS/TS security rule repositories.
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=120ms
INFO: Sensor cache enabled
INFO: Resolved api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
INFO: Load sensor cache
INFO: Load sensor cache (1 MB) | time=1902ms
INFO: Resolved api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
INFO: Load project repositories
INFO: Load project repositories (done) | time=282ms
INFO: SCM collecting changed files in the branch
INFO: SCM collecting changed files in the branch (done) | time=149ms
INFO: Indexing files...
INFO: Project configuration:
INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.(spec|test).tsx
INFO:   Included tests: **/*.(spec|test).tsx
INFO:   Excluded sources for coverage: **/*.spec.ts, **/*.spec.tsx, **/*.spec.js, **/*.spec.jsx, src/msw/**/*, src/components/ui-styles/theme/**/*
INFO:   Excluded sources for duplication: src/**/*.spec.ts, src/**/*.spec.tsx, src/**/*.spec.js, src/**/*.spec.jsx, src/components/ui-styles/theme/**/*, src/msw/**/*, src/features/cm/reports/**/*
INFO: 837 files indexed (done) | time=369ms
INFO: Quality profile for css: Sonar way
INFO: Quality profile for js: Sonar way
INFO: Quality profile for json: Sonar way
INFO: Quality profile for ts: Sonar way
INFO: Quality profile for web: Sonar way
INFO: Quality profile for yaml: Sonar way
INFO: ------------- Run sensors on module frontend
INFO: SonarJasmin relies on SonarSecurity to define the JS/TS security rule repositories.
INFO: Sensor HTML [web]
INFO: Sensor HTML is restricted to changed files only
INFO: Sensor HTML [web] (done) | time=4ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
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
INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
INFO: Sensor IaC CloudFormation Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=19ms
INFO: Sensor IaC AzureResourceManager Sensor [iac]
INFO: Sensor IaC AzureResourceManager Sensor is restricted to changed files only
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=73ms
INFO: Sensor Java Config Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor Java Config Sensor [iac] (done) | time=18ms
INFO: Sensor JavaScript/TypeScript analysis [javascript]
INFO: Detected os: Linux arch: amd64 alpine: false. Platform: LINUX_X64
INFO: Deploy location /tmp/cache/scanner/.sonar/js/node-runtime, tagetRuntime: /tmp/cache/scanner/.sonar/js/node-runtime/node,  version: /tmp/cache/scanner/.sonar/js/node-runtime/version.txt
INFO: Using embedded Node.js runtime.
INFO: Using Node.js executable: '/tmp/cache/scanner/.sonar/js/node-runtime/node'.
INFO: Memory configuration: OS (8192 MB), Docker (8192 MB), Node.js (2096 MB).
INFO: Found 1 tsconfig.json file(s): [/home/circleci/project/tsconfig.json]
INFO: Creating TypeScript program
INFO: TypeScript configuration file /home/circleci/project/tsconfig.json
INFO: 732 source files to be analyzed
***REDACTED-INFORMATION***
INFO: 732/732 source files have been analyzed
INFO: Done analysis
INFO: Hit the cache for 728 out of 732
INFO: Miss the cache for 4 out of 732: FILE_CHANGED [4/732]
INFO: Sensor JavaScript/TypeScript analysis [javascript] (done) | time=16719ms
INFO: Sensor JavaScript inside HTML analysis [javascript]
INFO: 1 source file to be analyzed
INFO: 1/1 source file has been analyzed
INFO: Hit the cache for 1 out of 1
INFO: Miss the cache for 0 out of 1
INFO: Sensor JavaScript inside HTML analysis [javascript] (done) | time=18ms
INFO: Sensor CSS Rules [javascript]
INFO: Sensor CSS Rules is restricted to changed files only
INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
INFO: Sensor CSS Rules [javascript] (done) | time=2ms
INFO: Sensor JavaScript/TypeScript Coverage [javascript]
INFO: Analysing [/home/circleci/project/coverage/lcov.info]
INFO: Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=19ms
INFO: Sensor CSS Metrics [javascript]
INFO: Sensor CSS Metrics is restricted to changed files only
INFO: Sensor CSS Metrics [javascript] (done) | time=1ms
INFO: Sensor IaC Docker Sensor [iac]
INFO: Sensor IaC Docker Sensor is restricted to changed files only
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC Docker Sensor [iac] (done) | time=53ms
INFO: Sensor Serverless configuration file sensor [security]
INFO: 0 Serverless function entries were found in the project
INFO: 0 Serverless function handlers were kept as entrypoints
INFO: Sensor Serverless configuration file sensor [security] (done) | time=3ms
INFO: Sensor AWS SAM template file sensor [security]
INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
INFO: Sensor AWS SAM Inline template file sensor [security]
INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
INFO: Sensor EnterpriseTextAndSecretsSensor [textenterprise]
INFO: Sensor EnterpriseTextAndSecretsSensor is restricted to changed files only
INFO: Available processors: 8
INFO: Using 8 threads for analysis.
INFO: Start fetching files for the text and secrets analysis
INFO: Using Git CLI to retrieve untracked files
INFO: Retrieving language associated files and files included via "sonar.text.inclusions" that are tracked by git
INFO: Starting the text and secrets analysis
INFO: 4 source files to be analyzed for the text and secrets analysis
INFO: 4/4 source files have been analyzed for the text and secrets analysis
INFO: Start fetching files for the binary file analysis
INFO: There are no files to be analyzed for the binary file analysis
INFO: Sensor EnterpriseTextAndSecretsSensor [textenterprise] (done) | time=766ms
INFO: Sensor JavaSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549, S7044
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /home/circleci/project/.scannerwork/ucfg2/java
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.000
INFO: Load UCFGs: Starting
INFO: Load UCFGs: Time spent was 00:00:00.000
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.001
INFO: No UCFGs have been included for analysis.
INFO: java security sensor: Time spent was 00:00:00.007
INFO: java security sensor: Begin: 2025-06-04T13:29:47.126555926Z, End: 2025-06-04T13:29:47.134225131Z, Duration: 00:00:00.007
  Load type hierarchy and UCFGs: Begin: 2025-06-04T13:29:47.130340178Z, End: 2025-06-04T13:29:47.132247757Z, Duration: 00:00:00.001
    Load type hierarchy: Begin: 2025-06-04T13:29:47.130371035Z, End: 2025-06-04T13:29:47.131255862Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2025-06-04T13:29:47.132070546Z, End: 2025-06-04T13:29:47.132104170Z, Duration: 00:00:00.000
INFO: java security sensor peak memory: 170 MB
INFO: Sensor JavaSecuritySensor [security] (done) | time=11ms
INFO: Sensor CSharpSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6547, S6549, S6639, S6641, S6680, S6776, S7044
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /home/circleci/project/ucfg2/cs
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.000
INFO: Load UCFGs: Starting
INFO: Load UCFGs: Time spent was 00:00:00.000
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
INFO: No UCFGs have been included for analysis.
INFO: csharp security sensor: Time spent was 00:00:00.000
INFO: csharp security sensor: Begin: 2025-06-04T13:29:47.135439703Z, End: 2025-06-04T13:29:47.136356290Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2025-06-04T13:29:47.135824829Z, End: 2025-06-04T13:29:47.136105239Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2025-06-04T13:29:47.135831103Z, End: 2025-06-04T13:29:47.135961582Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2025-06-04T13:29:47.136044977Z, End: 2025-06-04T13:29:47.136072648Z, Duration: 00:00:00.000
INFO: csharp security sensor peak memory: 170 MB
INFO: Sensor CSharpSecuritySensor [security] (done) | time=1ms
INFO: Sensor PhpSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350, S7044
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /home/circleci/project/.scannerwork/ucfg2/php
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.000
INFO: Load UCFGs: Starting
INFO: Load UCFGs: Time spent was 00:00:00.000
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
INFO: No UCFGs have been included for analysis.
INFO: php security sensor: Time spent was 00:00:00.000
INFO: php security sensor: Begin: 2025-06-04T13:29:47.136999452Z, End: 2025-06-04T13:29:47.137634064Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2025-06-04T13:29:47.137225771Z, End: 2025-06-04T13:29:47.137422588Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2025-06-04T13:29:47.137231310Z, End: 2025-06-04T13:29:47.137288656Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2025-06-04T13:29:47.137352574Z, End: 2025-06-04T13:29:47.137367794Z, Duration: 00:00:00.000
INFO: php security sensor peak memory: 170 MB
INFO: Sensor PhpSecuritySensor [security] (done) | time=1ms
INFO: Sensor PythonSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839, S7044
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /home/circleci/project/.scannerwork/ucfg2/python
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.000
INFO: Load UCFGs: Starting
INFO: Load UCFGs: Time spent was 00:00:00.000
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
INFO: No UCFGs have been included for analysis.
INFO: python security sensor: Time spent was 00:00:00.000
INFO: python security sensor: Begin: 2025-06-04T13:29:47.138294783Z, End: 2025-06-04T13:29:47.138864086Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2025-06-04T13:29:47.138453327Z, End: 2025-06-04T13:29:47.138635865Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2025-06-04T13:29:47.138463607Z, End: 2025-06-04T13:29:47.138532356Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2025-06-04T13:29:47.138588161Z, End: 2025-06-04T13:29:47.138599343Z, Duration: 00:00:00.000
INFO: python security sensor peak memory: 170 MB
INFO: Sensor PythonSecuritySensor [security] (done) | time=1ms
INFO: Sensor JsSecuritySensor [security]
INFO: Sensor JsSecuritySensor [security] (done) | time=0ms
INFO: Sensor KotlinSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S5883, S6096, S6287, S6350, S6390, S6398, S6399, S6547, S6549, S7044
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /home/circleci/project/.scannerwork/ucfg2/kotlin
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.000
INFO: Load UCFGs: Starting
INFO: Load UCFGs: Time spent was 00:00:00.000
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
INFO: No UCFGs have been included for analysis.
INFO: kotlin security sensor: Time spent was 00:00:00.000
INFO: kotlin security sensor: Begin: 2025-06-04T13:29:47.139596056Z, End: 2025-06-04T13:29:47.140143633Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2025-06-04T13:29:47.139771412Z, End: 2025-06-04T13:29:47.139952202Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2025-06-04T13:29:47.139776475Z, End: 2025-06-04T13:29:47.139825837Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2025-06-04T13:29:47.139914410Z, End: 2025-06-04T13:29:47.139929932Z, Duration: 00:00:00.000
INFO: kotlin security sensor peak memory: 170 MB
INFO: Sensor KotlinSecuritySensor [security] (done) | time=1ms
INFO: Sensor GoSecuritySensor [security]
INFO: No taint analysis rules have been enabled, will not execute taint analysis.
INFO: go security sensor: Time spent was 00:00:00.000
INFO: go security sensor: Begin: 2025-06-04T13:29:47.140576672Z, End: 2025-06-04T13:29:47.140738230Z, Duration: 00:00:00.000
INFO: go security sensor peak memory: 170 MB
INFO: Sensor GoSecuritySensor [security] (done) | time=0ms
INFO: ------------- Run sensors on project
INFO: Sensor JsSecuritySensorV2 [jasmin]
INFO: 732 file(s) will be analysed by SonarJasmin.
INFO: Sensor JsSecuritySensorV2 [jasmin] (done) | time=4062ms
INFO: Sensor JsArchitectureSensor [architecture]
INFO: * Protobuf reading starting | memory total=404 | free=236 | used=167 (MB)
INFO: * Reading SonarArchitecture IR data from directory "/home/circleci/project/.scannerwork/architecture/js"
INFO: * Protobuf reading complete | memory total=404 | free=236 | used=167 (MB)
INFO: * Build file hiGraphs complete | memory total=404 | free=236 | used=167 (MB)
INFO: * Slicing complete | memory total=404 | free=236 | used=167 (MB)
INFO: * Cycle detection complete | memory total=404 | free=236 | used=167 (MB)
INFO: * Build file hiGraphs complete | memory total=404 | free=235 | used=168 (MB)
INFO: * Slicing complete | memory total=404 | free=235 | used=168 (MB)
INFO: * Export complete | memory total=404 | free=234 | used=169 (MB)
INFO: Sensor JsArchitectureSensor [architecture] (done) | time=44ms
INFO: Sensor TsArchitectureSensor [architecture]
INFO: * Protobuf reading starting | memory total=404 | free=234 | used=169 (MB)
INFO: * Reading SonarArchitecture IR data from directory "/home/circleci/project/.scannerwork/architecture/ts"
INFO: * Files successfully loaded: "4" out of "4"
INFO: * Protobuf reading complete | memory total=404 | free=221 | used=182 (MB)
INFO: * Build file hiGraphs complete | memory total=404 | free=218 | used=185 (MB)
INFO: * Slicing complete | memory total=404 | free=218 | used=185 (MB)
INFO: * Cycle detection complete | memory total=404 | free=218 | used=185 (MB)
INFO: * Build file hiGraphs complete | memory total=404 | free=218 | used=185 (MB)
INFO: * Slicing complete | memory total=404 | free=218 | used=185 (MB)
INFO: * Export complete | memory total=404 | free=218 | used=185 (MB)
INFO: Sensor TsArchitectureSensor [architecture] (done) | time=140ms
INFO: Sensor Zero Coverage Sensor
INFO: Sensor Zero Coverage Sensor (done) | time=5ms
INFO: SCM Publisher SCM provider for this project is: git
INFO: SCM Publisher 4 source files to be analyzed
INFO: SCM Publisher 4/4 source files have been analyzed (done) | time=103ms
INFO: CPD Executor 146 files had no CPD blocks
INFO: CPD Executor Calculating CPD for 473 files
INFO: CPD Executor CPD calculation finished (done) | time=99ms
INFO: SCM writing changed lines
INFO: SCM writing changed lines (done) | time=63ms
INFO: Analysis report generated in 236ms, dir size=411 KB
INFO: Analysis report compressed in 255ms, zip size=283 KB
INFO: Analysis report uploaded in 1113ms
INFO: ------------- Check Quality Gate status
INFO: Waiting for the analysis report to be processed (max 300s)
INFO: QUALITY GATE STATUS: PASSED - ***REDACTED-INFORMATION***
INFO: Analysis total time: 45.599 s
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 49.333s
INFO: Final Memory: 42M/160M
INFO: ------------------------------------------------------------------------

Thanks,
Aravind

Hi Aravind,

Thanks for the logs. Could you add -Dsonar.verbose=true to your branch analysis and post that log, please?

The timing for the coverage section of your branch analysis is suspiciously short, 4ms compared to 19ms for the PR analysis. Hopefully a debug log will tell us more.

 
Thx,
Ann

Thanks for verifying. I need a day or two to share the logs with VERBOSE flag since we can only deploy it to production on Monday.

1 Like

Hello Ann,

I’m still not able to share the complete production log with DEBUG mode enabled.

But I see some interesting observation here in the logs. Do you think, the coverage information is being ignored because of the scm config here?

07:28:30.563 DEBUG: File '/home/circleci/project/coverage/coverage-final.json' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov.info' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/base.css' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/block-navigation.js' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/favicon.png' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/sort-arrow-sprite.png' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/sorter.js' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/prettify.css' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/prettify.js' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/index.html' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/components/ui/filter-toolbar/index.html' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/components/ui/filter-toolbar/filter-forms.tsx.html' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/components/ui/plus-more-button/index.html' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/components/ui/plus-more-button/plus-more-button.tsx.html' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/advertisers/components/index.html' is excluded by the scm ignore settings.
07:28:30.563 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/advertisers/components/advertiser-overview-table.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/advertisers/components/index.ts.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/advertisers/components/create-advertiser/index.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/advertisers/components/create-advertiser/add-advertiser-dialog-button.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/advertisers/components/create-advertiser/add-advertiser-wizard.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/advertisers/components/create-advertiser/advertiser-info.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/advertisers/components/create-advertiser/assign-publishers.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/advertisers/components/create-advertiser/index.ts.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/advertisers/components/create-advertiser/select-product-brands.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/index.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/index.ts.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/ac-create-inputs/index.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/ac-create-inputs/advertiser-name.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/ac-create-inputs/attribution-profile.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/ac-create-inputs/email-address.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/ac-create-inputs/first-name.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/ac-create-inputs/index.ts.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/ac-create-inputs/last-name.tsx.html' is excluded by the scm ignore settings.
07:28:30.566 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/ac-create-inputs/organization-id.tsx.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/ac-create-inputs/organization-products-brands.tsx.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/components/ac-create-inputs/organization-publishers.tsx.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/users/forms/user-information/index.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/users/forms/user-information/user-info-inputs.tsx.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/users/pages/index.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/ac/users/pages/create-user.tsx.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/cm/advertisers/components/index.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/cm/advertisers/components/advertisers-table.tsx.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/cm/advertisers/components/campaign-overview-table.tsx.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/cm/components/cm-table-columns/index.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/features/cm/components/cm-table-columns/index.ts.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/msw/index.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/msw/server.ts.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/msw/handlers/ac/index.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/msw/handlers/ac/index.ts.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/msw/handlers/ac/organization.handler.ts.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/advertisers/index.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/advertisers/advertisers.constants.ts.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/advertisers/advertisers.ts.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/advertisers/advertisers.validation.ts.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/advertisers/index.ts.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/organization/index.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/organization/organization.ts.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/users/index.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/users/index.ts.html' is excluded by the scm ignore settings.
07:28:30.567 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/users/users.ts.html' is excluded by the scm ignore settings.
07:28:30.568 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/ac/users/users.validation.ts.html' is excluded by the scm ignore settings.
07:28:30.568 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/cm/ad-group/index.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/cm/ad-group/ad-group.validation.ts.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/cm/campaign/index.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/services/cm/campaign/campaign.validation.ts.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/ui-components/index.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/ui-components/index.ts.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/ui-components/shared-columns/index.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/ui-components/shared-columns/index.ts.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/ui-components/shared-columns/publishers-column.tsx.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/ui-components/virtualized-list-box/index.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/ui-components/virtualized-list-box/index.ts.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/ui-components/virtualized-list-box/variable-size-list.tsx.html' is excluded by the scm ignore settings.
07:28:30.621 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/ui-components/virtualized-list-box/virtualized-list-box.tsx.html' is excluded by the scm ignore settings.
07:28:30.622 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/utils-api/routes/ac/index.html' is excluded by the scm ignore settings.
07:28:30.622 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/utils-api/routes/ac/organization.ts.html' is excluded by the scm ignore settings.
07:28:30.622 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/utils-api/routes/ac/user.ts.html' is excluded by the scm ignore settings.
07:28:30.622 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/utils-api/routes/cm/index.html' is excluded by the scm ignore settings.
07:28:30.622 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/utils-api/routes/cm/advertiser.ts.html' is excluded by the scm ignore settings.
07:28:30.622 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/utils-validation/index.html' is excluded by the scm ignore settings.
07:28:30.622 DEBUG: File '/home/circleci/project/coverage/lcov-report/shared/utils-validation/utils-validation.ts.html' is excluded by the scm ignore settings.
07:28:30.622 DEBUG: File '/home/circleci/project/coverage/lcov-report/utils/testing/index.html' is excluded by the scm ignore settings.
07:28:30.622 DEBUG: File '/home/circleci/project/coverage/lcov-report/utils/testing/providers.tsx.html' is excluded by the scm ignore settings.
07:28:30.622 DEBUG: File '/home/circleci/project/coverage/clover.xml' is excluded by the scm ignore settings.
07:28:30.658 INFO: 6 languages detected in 859 preprocessed files (done) | time=90515ms
07:28:30.658 INFO: 813 files ignored because of inclusion/exclusion patterns
07:28:30.659 INFO: 92748 files ignored because of scm ignore settings
07:28:30.679 INFO: Loading plugins for detected languages

Hi,

Those files are excluded from analysis altogether because of the SCM settings. The fact that they’re located under a directory named coverage is strange to me, but a red herring.

 
Ann

We are actually placing the coverage information in that folder after execution of the tests.

Hi,

Are you telling me you have a coverage report per file?

 
Ann

We have a coverage folder where the coverage information for the every file and also a consolidate lcov report is present in the folder.

Also, the debug log is so big that I cannot share here. Do you have any separate support for organizations?

I think that will be safe and secure to share logs via that channel as we have paid plan of sonar cloud for the organization.

Thanks,
Aravind

Hi Aravind,

Paid support is available. Reach out to contact @ sonarsource.com if you’re interested.

Okay, then it’s fine that these per-file reports are ignored.

 
Ann

Hello Again,

Back again, since the plan we are currently on doesn’t have organization support.

I’ve attached the logs here. You can have a look.

Thanks,
Aravind
sonar-logs.zip (1.1 MB)

Hi,

Thanks for the log. Unfortunately, debug doesn’t seem to add detail to this section of it.

Could you provide the paths of one or two files that should be showing up with coverage? I’d like to double-check them against all the files in this log that are either ignored or not found.

 
Thx,
Ann

Thanks for checking Ann.

Here are the relative paths:
src/features/ac/users/components/users-table/users-table.tsx

src/features/cm/campaigns/components/adgroups-table.tsx

src/features/cm/campaigns/components/campaigns-table.tsx

src/features/pm/sites/components/ad-grids-table.tsx

src/features/pm/sites/components/sites-table.tsx

Hi,

Thanks for the filepaths. Checking the first few shows that they’re definitely not ‘not found’, definitely not excluded, and definitely found by analysis.

I’m not sure where to look next, so I’m going to flag this for the language experts.

 
Ann

Hi @aravindkarteekr,

The thing of concern is do you actually have coverage for these files in the coverage/lcov.info files. The files you are also mentioning are not present in the coverage/lcov-report folder (begin listed as ignored). Perhaps, you don’t have any tests that hit those code-paths?

On our side Sonar/JS, we don’t do much more than just take your lcov file and apply it to the provided lines. One interesting thing would be to take the produced lcov.info file and look at it in an online viewer - https://lcov-viewer.netlify.app/ . Or depending on how you generate the lcov file, you can specify the output format to also be html and you can browse the report yourself. If you are able to find that in your local coverage you have these files and they disappear when uploading to SonarQube, that would then be very concerning.

Let us know what you find.

Cheers,
Michal

Hello Michal,

Thanks for your inputs. I was wondering why there was a coverage in staging but not in production.

Thanks