Analysis started running without JS/TS/CSS analysis even thought our project is 90% JS/TS/CSS

  • ALM used (GitHub)
  • CI system used (GitHub Actions NOT using automatic analysis)
  • Languages of the repository (JS/TS)

As requested by Ann, splitting off a new thread from within this post: Main branch analysis stopped running ~10 days ago

Digging into the background tasks, I noticed recently this plugin is missing: - JavaScript/TypeScript/CSS Code Quality and Security 10.10.0.24774 (javascript)

It used to look like this on January 26th:

SonarCloud plugins:
  - License for SonarLint 8.0.0.52135 (license)
  - Python Code Quality and Security 4.14.0.14263 (python)
  - Java Code Quality and Security 7.29.0.34131 (java)
  - XML Code Quality and Security 2.10.0.4108 (xml)
  - JaCoCo 1.3.0.1538 (jacoco)
  - IaC Code Quality and Security 1.25.0.8192 (iac)
  - Text Code Quality and Security 2.7.1.1388 (text)
  - JavaScript/TypeScript/CSS Code Quality and Security 10.10.0.24774 (javascript)

Now I only see as of January 29th:

SonarCloud plugins:
  - License for SonarLint 8.0.0.52363 (license)
  - Python Code Quality and Security 4.14.0.14263 (python)
  - Java Code Quality and Security 7.29.0.34131 (java)
  - XML Code Quality and Security 2.10.0.4108 (xml)
  - JaCoCo 1.3.0.1538 (jacoco)
  - IaC Code Quality and Security 1.26.0.8471 (iac)
  - Text Code Quality and Security 2.8.0.1635 (text)

This is concerning to see considering 90% of my project is JS/TS/CSS…please see this screenshot from within SonarCloud itself that shows the breakdown of my project where it shows a majority of my project is JavaScript, TypeScript, and some CSS. Even SonarCloud’s UI seems to know we use JS/TS/CSS, but the analysis isn’t picking it up.

It’s not clear to me why JS/TS/CSS analysis would have stopped running on my project. We have not changed anything with our SonarCloud config or CI between the dates 1/26 and 1/29 when this issue was first noticed.

Thanks for the support.

Hi,

Could you provide the full analysis log, please?

 
Thx,
Ann

From SonarCloud:

SonarCloud plugins:
  - License for SonarLint 8.0.0.52633 (license)
  - Python Code Quality and Security 4.14.0.14263 (python)
  - Java Code Quality and Security 7.29.0.34131 (java)
  - XML Code Quality and Security 2.10.0.4108 (xml)
  - JaCoCo 1.3.0.1538 (jacoco)
  - IaC Code Quality and Security 1.26.0.8471 (iac)
  - Text Code Quality and Security 2.8.0.1635 (text)
Project server settings:
  - sonar.abap.file.suffixes=.abap,.ab4,.flow,.asprog
  - sonar.apex.file.suffixes=.cls,.trigger
  - sonar.autoscan.enabled=false
  - sonar.azureresourcemanager.file.suffixes=.bicep
  - sonar.branch.longLivedBranches.regex=(prod|staging)
  - sonar.c.file.suffixes=.c,.h
  - sonar.cpp.file.suffixes=.cc,.cpp,.cxx,.c++,.hh,.hpp,.hxx,.h++,.ipp
  - sonar.cs.file.suffixes=.cs,.razor
  - sonar.css.file.suffixes=.css,.less,.scss,.sass
  - sonar.docker.file.patterns=Dockerfile,*.dockerfile
  - sonar.flex.file.suffixes=as
  - sonar.go.file.suffixes=.go
  - sonar.html.file.suffixes=.html,.xhtml,.cshtml,.vbhtml,.aspx,.ascx,.rhtml,.erb,.shtm,.shtml,.cmp,.twig
  - sonar.java.file.suffixes=.java,.jav
  - sonar.javascript.file.suffixes=.js,.jsx,.cjs,.mjs,.vue
  - sonar.json.file.suffixes=.json
  - sonar.jsp.file.suffixes=.jsp,.jspf,.jspx
  - sonar.kotlin.file.suffixes=.kt,.kts
  - sonar.objc.file.suffixes=.m
  - sonar.php.file.suffixes=php,php3,php4,php5,phtml,inc
  - sonar.pli.file.suffixes=.pli
  - sonar.plsql.file.suffixes=sql,tab,pkb
  - sonar.project.monorepo.enabled=false
  - sonar.python.file.suffixes=py
  - sonar.rpg.file.suffixes=.rpg,.rpgle,.sqlrpgle,.RPG,.RPGLE,.SQLRPGLE
  - sonar.ruby.file.suffixes=.rb
  - sonar.scala.file.suffixes=.scala
  - sonar.swift.file.suffixes=.swift
  - sonar.terraform.file.suffixes=.tf
  - sonar.tsql.file.suffixes=.tsql
  - sonar.typescript.file.suffixes=.ts,.tsx,.cts,.mts
  - sonar.typescript.tsconfigPaths=tsconfig.json
  - sonar.vb.file.suffixes=.bas,.frm,.ctl
  - sonar.vbnet.file.suffixes=.vb
  - sonar.xml.file.suffixes=.xml,.xsd,.xsl,.config
  - sonar.yaml.file.suffixes=.yaml,.yml
Project scanner properties:
  - sonar.exclusions=**/*.java, **/*.cs, src/graphql/**, src/models/**
  - sonar.host.url=https://sonarcloud.io
  - sonar.organization=REDACTED
  - sonar.projectBaseDir=/github/workspace
  - sonar.projectKey=rREDACTED
  - sonar.scanner.app=ScannerCLI
  - sonar.scanner.appVersion=5.0.1.3006
  - sonar.sourceEncoding=UTF-8
  - sonar.working.directory=/github/workspace/.scannerwork

Corresponding log from GitHub Actions:

Run SonarSource/sonarcloud-github-action@master
  with:
    projectBaseDir: .
  env:
    GITHUB_TOKEN: ***
    SONAR_TOKEN: ***
    SONAR_SCANNER_OPTS: -Xmx8192m
/usr/bin/docker run --name cec7c798a4c908beaf4d57b82d77075bbdd124_c50e92 --label cec7c7 --workdir /github/workspace --rm -e "GITHUB_TOKEN" -e "SONAR_TOKEN" -e "SONAR_SCANNER_OPTS" -e "INPUT_ARGS" -e "INPUT_PROJECTBASEDIR" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_RESULTS_URL" -e GITHUB_ACTIONS=true -e CI=true --entrypoint "/entrypoint.sh" -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/REDACTED":"/github/workspace" cec7c7:98a4c908beaf4d57b82d77075bbdd124
INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties
INFO: Project root configuration file: /github/workspace/sonar-project.properties
INFO: SonarScanner 5.0.1.3006
INFO: Java 17.0.8 Alpine (64-bit)
INFO: Linux 6.2.0-1019-azure amd64
INFO: SONAR_SCANNER_OPTS=-Xmx8192m
INFO: User cache: /opt/sonar-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=706ms
INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
INFO: User cache: /opt/sonar-scanner/.sonar/cache
INFO: Loading required plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=648ms
INFO: Load/download plugins
INFO: Load/download plugins (done) | time=943ms
INFO: Found an active CI vendor: 'Github Actions'
INFO: Load project settings for component key: REDACTED
INFO: Load project settings for component key: REDACTED (done) | time=635ms
INFO: Process project properties
INFO: Project key: REDACTED
INFO: Base dir: /github/workspace
INFO: Working dir: /github/workspace/.scannerwork
INFO: Load project branches
INFO: Load project branches (done) | time=643ms
INFO: Check ALM binding of project REDACTED
INFO: Detected project binding: BOUND
INFO: Check ALM binding of project REDACTED (done) | time=620ms
INFO: Load project pull requests
INFO: Load project pull requests (done) | time=785ms
INFO: Load branch configuration
INFO: Github event: push
INFO: Auto-configuring branch staging
INFO: Load branch configuration (done) | time=5ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=692ms
INFO: Load active rules
INFO: Load active rules (done) | time=9387ms
INFO: Organization key: REDACTED
INFO: Branch name: staging, type: long-lived
INFO: Preprocessing files...
INFO: 8 languages detected in 6525 preprocessed files
INFO: 29 files ignored because of inclusion/exclusion patterns
INFO: 54 files ignored because of scm ignore settings
INFO: Loading plugins for detected languages
INFO: Load/download plugins
INFO: Load/download plugins (done) | time=636ms
INFO: Load project repositories
INFO: Load project repositories (done) | time=2597ms
INFO: Indexing files...
INFO: Project configuration:
INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.java, **/*.cs, src/graphql/**, src/models/**
INFO: 6450 files indexed
INFO: Quality profile for css: Sonar way
INFO: Quality profile for docker: Sonar way
INFO: Quality profile for js: REDACTED Custom Way
INFO: Quality profile for json: Sonar way
INFO: Quality profile for ts: REDACTED Custom Way
INFO: Quality profile for web: Sonar way
INFO: Quality profile for xml: Sonar way
INFO: Quality profile for yaml: Sonar way
INFO: ------------- Run sensors on module REDACTED
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=614ms
INFO: Sensor cache enabled
INFO: Load sensor cache
INFO: Load sensor cache (404) | time=660ms
INFO: Sensor HTML [web]
INFO: Sensor HTML [web] (done) | time=130ms
INFO: Sensor XML Sensor [xml]
INFO: 2 source files to be analyzed
INFO: 2/2 source files have been analyzed
INFO: Sensor XML Sensor [xml] (done) | time=186ms
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: 84 source files to be analyzed
ERROR: Cannot parse 'amplify/backend/storage/storage/s3-cloudformation-template.json:2:1'
ERROR: Cannot parse 'amplify/backend/api/risc/stacks/CustomResources.json:2:1'
INFO: 84/84 source files have been analyzed
INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2659ms
INFO: Sensor IaC Kubernetes Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=69ms
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=181ms
INFO: Sensor TextAndSecretsSensor [text]
INFO: 6087 source files to be analyzed
REDACTED (It was just about 20 lines of the number of files analyzed and which one it was currently on)
INFO: 6087/6087 source files have been analyzed
INFO: Sensor TextAndSecretsSensor [text] (done) | time=206720ms
INFO: Sensor JavaScript/TypeScript analysis [javascript]
INFO: Detected os: Linux arch: amd64 alpine: true. Platform: UNSUPPORTED
INFO: Using Node.js executable: 'node'.
INFO: Memory configuration: OS (15981 MB), Node.js (4144 MB).
INFO: Resolving TSConfig files using 'tsconfig.json' from property sonar.typescript.tsconfigPaths
INFO: Found 1 TSConfig file(s): [/github/workspace/tsconfig.json]
INFO: Creating TypeScript program
INFO: TypeScript configuration file /github/workspace/tsconfig.json
INFO: 5411 source files to be analyzed
INFO: Creating TypeScript program (done) | time=4278ms
INFO: Starting analysis with current program
REDACTED (It was just about 20 lines of the number of files analyzed and which one it was currently on)
INFO: 5411/5411 source files have been analyzed
INFO: Hit the cache for 0 out of 5411
INFO: Miss the cache for 5411 out of 5411: ANALYSIS_MODE_INELIGIBLE [5411/5411]
INFO: Sensor JavaScript/TypeScript analysis [javascript] (done) | time=264205ms
INFO: Sensor JavaScript inside YAML analysis [javascript]
INFO: No input files found for analysis
INFO: Hit the cache for 0 out of 0
INFO: Miss the cache for 0 out of 0
INFO: Sensor JavaScript inside YAML analysis [javascript] (done) | time=3ms
INFO: Sensor JavaScript inside HTML analysis [javascript]
INFO: 3 source files to be analyzed
INFO: 3/3 source files have been analyzed
INFO: Hit the cache for 0 out of 3
INFO: Miss the cache for 3 out of 3: ANALYSIS_MODE_INELIGIBLE [3/3]
INFO: Sensor JavaScript inside HTML analysis [javascript] (done) | time=622ms
INFO: Sensor CSS Rules [javascript]
INFO: 41 source files to be analyzed
INFO: 41/41 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=818ms
INFO: Sensor CSS Metrics [javascript]
INFO: Sensor CSS Metrics [javascript] (done) | time=51ms
INFO: Sensor IaC Docker Sensor [iac]
INFO: 3 source files to be analyzed
INFO: 3/3 source files have been analyzed
INFO: Sensor IaC Docker Sensor [iac] (done) | time=149ms
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=7ms
INFO: Sensor AWS SAM template file sensor [security]
INFO: Sensor AWS SAM template file sensor [security] (done) | time=6ms
INFO: Sensor AWS SAM Inline template file sensor [security]
INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=7ms
INFO: Sensor JavaSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /github/workspace/.scannerwork/ucfg2/java
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.003
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.004
INFO: No UCFGs have been included for analysis.
INFO: java security sensor: Time spent was 00:00:00.006
INFO: Sensor JavaSecuritySensor [security] (done) | time=17ms
INFO: Sensor CSharpSecuritySensor [security]
INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /github/workspace/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: 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
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /github/workspace/.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.001
INFO: No UCFGs have been included for analysis.
INFO: php security sensor: Time spent was 00:00:00.001
INFO: Sensor PhpSecuritySensor [security] (done) | time=2ms
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
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /github/workspace/.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.001
INFO: No UCFGs have been included for analysis.
INFO: python security sensor: Time spent was 00:00:00.001
INFO: Sensor PythonSecuritySensor [security] (done) | time=2ms
INFO: Sensor JsSecuritySensor [security]
INFO: Enabled taint analysis rules: S3649, S2076, S5144, S5696, S6096, S5883, S2083, S5147, S5146, S2631, S6350, S5131, S6105, S6287, S5334
INFO: Load type hierarchy and UCFGs: Starting
INFO: Load type hierarchy: Starting
INFO: Reading type hierarchy from: /github/workspace/.scannerwork/ucfg2/js
INFO: Read 0 type definitions
INFO: Load type hierarchy: Time spent was 00:00:00.056
INFO: Load UCFGs: Starting
INFO: Reading UCFGs from: /github/workspace/.scannerwork/ucfg2/js
INFO: Load UCFGs: Time spent was 00:00:04.539
INFO: Load type hierarchy and UCFGs: Time spent was 00:00:04.596
INFO: Analyzing 20221 UCFGs to detect vulnerabilities.
INFO: Check cache: Starting
INFO: Load cache: Starting
INFO: Load cache: Time spent was 00:00:00.000
INFO: Check cache: Time spent was 00:00:00.000
INFO: Create runtime call graph: Starting
INFO: Variable Type Analysis #1: Starting
INFO: Create runtime type propagation graph: Starting
INFO: Create runtime type propagation graph: Time spent was 00:00:00.616
INFO: Run SCC (Tarjan) on 182663 nodes: Starting
INFO: Run SCC (Tarjan) on 182663 nodes: Time spent was 00:00:00.126
INFO: Tarjan found 182497 strongly connected components
INFO: Propagate runtime types to strongly connected components: Starting
INFO: Propagate runtime types to strongly connected components: Time spent was 00:00:00.653
INFO: Variable Type Analysis #1: Time spent was 00:00:01.398
INFO: Variable Type Analysis #2: Starting
INFO: Create runtime type propagation graph: Starting
INFO: Create runtime type propagation graph: Time spent was 00:00:00.535
INFO: Run SCC (Tarjan) on 182663 nodes: Starting
INFO: Run SCC (Tarjan) on 182663 nodes: Time spent was 00:00:00.104
INFO: Tarjan found 182497 strongly connected components
INFO: Propagate runtime types to strongly connected components: Starting
INFO: Propagate runtime types to strongly connected components: Time spent was 00:00:00.176
INFO: Variable Type Analysis #2: Time spent was 00:00:00.817
INFO: Create runtime call graph: Time spent was 00:00:02.228
INFO: Load config: Starting
INFO: Load config: Time spent was 00:00:00.063
INFO: Compute entry points: Starting
INFO: Compute entry points: Time spent was 00:00:04.545
INFO: All rules entry points : 5414
INFO: Slice call graph: Starting
INFO: Slice call graph: Time spent was 00:00:00.000
INFO: Live variable analysis: Starting
INFO: Live variable analysis: Time spent was 00:00:02.440
INFO: Taint analysis for js: Starting
INFO: 0 / 20221 UCFGs simulated, memory usage: 1127 MB
INFO: 324 / 20221 UCFGs simulated, memory usage: 1325 MB
INFO: 693 / 20221 UCFGs simulated, memory usage: 1501 MB
INFO: 1049 / 20221 UCFGs simulated, memory usage: 1685 MB
INFO: 1384 / 20221 UCFGs simulated, memory usage: 1911 MB
INFO: 1690 / 20221 UCFGs simulated, memory usage: 2067 MB
INFO: 1907 / 20221 UCFGs simulated, memory usage: 646 MB
INFO: 2227 / 20221 UCFGs simulated, memory usage: 1082 MB
INFO: 2544 / 20221 UCFGs simulated, memory usage: 1312 MB
INFO: 2851 / 20221 UCFGs simulated, memory usage: 1588 MB
INFO: 3118 / 20221 UCFGs simulated, memory usage: 1936 MB
INFO: 3335 / 20221 UCFGs simulated, memory usage: 901 MB
INFO: 3534 / 20221 UCFGs simulated, memory usage: 821 MB
INFO: 3740 / 20221 UCFGs simulated, memory usage: 2280 MB
INFO: 3967 / 20221 UCFGs simulated, memory usage: 2504 MB
INFO: 4175 / 20221 UCFGs simulated, memory usage: 3544 MB
INFO: 4363 / 20221 UCFGs simulated, memory usage: 2774 MB
INFO: 4573 / 20221 UCFGs simulated, memory usage: 1617 MB
INFO: 4781 / 20221 UCFGs simulated, memory usage: 3199 MB
INFO: 4966 / 20221 UCFGs simulated, memory usage: 4657 MB
INFO: 5220 / 20221 UCFGs simulated, memory usage: 1845 MB
INFO: 5410 / 20221 UCFGs simulated, memory usage: 4275 MB
INFO: 5519 / 20221 UCFGs simulated, memory usage: 2561 MB
INFO: Taint analysis for js: Time spent was 00:00:30.105
INFO: Report issues: Starting
INFO: Report issues: Time spent was 00:00:00.002
INFO: Store cache: Starting
INFO: Store cache: Time spent was 00:00:00.053
INFO: js security sensor: Time spent was 00:00:44.038
INFO: js security sensor: Begin: 2024-02-08T15:38:55.361642279Z, End: 2024-02-08T15:39:39.399657275Z, Duration: 00:00:44.038
  Load type hierarchy and UCFGs: Begin: 2024-02-08T15:38:55.361780116Z, End: 2024-02-08T15:38:59.958049826Z, Duration: 00:00:04.596
    Load type hierarchy: Begin: 2024-02-08T15:38:55.361797709Z, End: 2024-02-08T15:38:55.418516305Z, Duration: 00:00:00.056
    Load UCFGs: Begin: 2024-02-08T15:38:55.418684298Z, End: 2024-02-08T15:38:59.957854171Z, Duration: 00:00:04.539
  Check cache: Begin: 2024-02-08T15:38:59.958148801Z, End: 2024-02-08T15:38:59.958552174Z, Duration: 00:00:00.000
    Load cache: Begin: 2024-02-08T15:38:59.958187804Z, End: 2024-02-08T15:38:59.958237406Z, Duration: 00:00:00.000
  Create runtime call graph: Begin: 2024-02-08T15:38:59.958626693Z, End: 2024-02-08T15:39:02.186936833Z, Duration: 00:00:02.228
    Variable Type Analysis #1: Begin: 2024-02-08T15:38:59.959294770Z, End: 2024-02-08T15:39:01.357785416Z, Duration: 00:00:01.398
      Create runtime type propagation graph: Begin: 2024-02-08T15:38:59.960308632Z, End: 2024-02-08T15:39:00.576447973Z, Duration: 00:00:00.616
      Run SCC (Tarjan) on 182663 nodes: Begin: 2024-02-08T15:39:00.576907681Z, End: 2024-02-08T15:39:00.703527490Z, Duration: 00:00:00.126
      Propagate runtime types to strongly connected components: Begin: 2024-02-08T15:39:00.703750847Z, End: 2024-02-08T15:39:01.357649703Z, Duration: 00:00:00.653
    Variable Type Analysis #2: Begin: 2024-02-08T15:39:01.359572378Z, End: 2024-02-08T15:39:02.176658299Z, Duration: 00:00:00.817
      Create runtime type propagation graph: Begin: 2024-02-08T15:39:01.359619175Z, End: 2024-02-08T15:39:01.894709708Z, Duration: 00:00:00.535
      Run SCC (Tarjan) on 182663 nodes: Begin: 2024-02-08T15:39:01.894857434Z, End: 2024-02-08T15:39:01.999509410Z, Duration: 00:00:00.104
      Propagate runtime types to strongly connected components: Begin: 2024-02-08T15:39:01.999717649Z, End: 2024-02-08T15:39:02.176525511Z, Duration: 00:00:00.176
  Load config: Begin: 2024-02-08T15:39:02.187040206Z, End: 2024-02-08T15:39:02.250310006Z, Duration: 00:00:00.063
  Compute entry points: Begin: 2024-02-08T15:39:02.250438866Z, End: 2024-02-08T15:39:06.795796601Z, Duration: 00:00:04.545
  Slice call graph: Begin: 2024-02-08T15:39:06.795950227Z, End: 2024-02-08T15:39:06.795975424Z, Duration: 00:00:00.000
  Live variable analysis: Begin: 2024-02-08T15:39:06.796026259Z, End: 2024-02-08T15:39:09.236815908Z, Duration: 00:00:02.440
  Taint analysis for js: Begin: 2024-02-08T15:39:09.237143660Z, End: 2024-02-08T15:39:39.342959309Z, Duration: 00:00:30.105
  Report issues: Begin: 2024-02-08T15:39:39.343135639Z, End: 2024-02-08T15:39:39.345947777Z, Duration: 00:00:00.002
  Store cache: Begin: 2024-02-08T15:39:39.346007308Z, End: 2024-02-08T15:39:39.399539175Z, Duration: 00:00:00.053
INFO: js security sensor peak memory: 5649 MB
INFO: Sensor JsSecuritySensor [security] (done) | time=44040ms
INFO: ------------- Run sensors on project
INFO: Sensor Zero Coverage Sensor
INFO: Sensor Zero Coverage Sensor (done) | time=418ms
INFO: SCM Publisher SCM provider for this project is: git
INFO: SCM Publisher 2387 source files to be analyzed
INFO: SCM blame is in progress..
INFO: SCM blame is in progress..
INFO: SCM blame is in progress..
INFO: SCM blame is in progress..
INFO: SCM blame is in progress..
INFO: SCM Publisher 2387/2387 source files have been analyzed (done) | time=50832ms
INFO: CPD Executor 1131 files had no CPD blocks
INFO: CPD Executor Calculating CPD for 4283 files
INFO: CPD Executor CPD calculation finished (done) | time=1095ms
INFO: Analysis report generated in 988ms, dir size=79 MB
INFO: Analysis report compressed in 14042ms, zip size=27 MB
INFO: Analysis report uploaded in 74672ms
INFO: ANALYSIS SUCCESSFUL, you can find the results at: REDACTED
INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
INFO: More about the report processing at https://sonarcloud.io/api/ce/task?id=AY2JYhGkbP6DR_a4p3zP
INFO: Sensor cache published successfully
INFO: Analysis total time: 11:39.758 s
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 11:48.051s
INFO: Final Memory: 1824M/6120M
INFO: ------------------------------------------------------------------------

Hi,

Thanks for the log. Here’s your analysis happening:

Why your SonarCloud analysis context doesn’t reflect the JS/TS analyzer, I don’t know. But you can safely ignore it as a red herring.

 
HTH,
Ann