Analysis Timing Out for JS/TS Project After Upgrade to 8.8

After upgrading from SonarQube 8.6 to 8.8 our Typescript project is timing out on analysis which was not happening prior to the upgrade. We are using SonarQube Developer on prem.

Here’s the last bit of the verbose log from SonarScanner, is anyone able to help point me in the right direction?

14:34:18.748 DEBUG: Failed to parse C:/agent/A1/_work/169/s/ui/src/types/Without.ts with TypeScript compiler: Expression expected.
14:34:18.764 DEBUG: Not enough content in 'ui/src/types/Without.ts' to have CPD blocks, it will not be part of the duplication detection
14:34:18.780 INFO: 2113/2113 source files have been analyzed
14:34:18.780 INFO: Sensor TypeScript analysis [javascript] (done) | time=276621ms
14:34:18.780 INFO: Sensor JavaScript/TypeScript Coverage [javascript]
14:34:18.780 INFO: Analysing [C:\agent\A1\_work\169\s\ui\coverage\lcov.info]
14:34:18.842 INFO: Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=62ms
14:34:18.842 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
14:34:18.920 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=78ms
14:34:18.920 INFO: Sensor JavaSecuritySensor [security]
14:34:18.920 INFO: Reading type hierarchy from: C:\agent\A1\_work\169\s\.scannerwork\ucfg2\java
14:34:18.920 INFO: Read 0 type definitions
14:34:18.936 INFO: Reading UCFGs from: C:\agent\A1\_work\169\s\.scannerwork\ucfg2\java
14:34:18.936 INFO: No UCFGs have been included for analysis.
14:34:18.936 INFO: Sensor JavaSecuritySensor [security] (done) | time=16ms
14:34:18.936 INFO: Sensor CSharpSecuritySensor [security]
14:34:18.936 INFO: Reading type hierarchy from: C:\agent\A1\_work\169\s\ucfg_cs2
14:34:18.936 INFO: Read 0 type definitions
14:34:18.936 INFO: Reading UCFGs from: C:\agent\A1\_work\169\s\ucfg_cs2
14:34:18.936 INFO: No UCFGs have been included for analysis.
14:34:18.936 INFO: Sensor CSharpSecuritySensor [security] (done) | time=0ms
14:34:18.936 INFO: Sensor PhpSecuritySensor [security]
14:34:18.936 INFO: Reading type hierarchy from: C:\agent\A1\_work\169\s\.scannerwork\ucfg2\php
14:34:18.936 INFO: Read 0 type definitions
14:34:18.936 INFO: Reading UCFGs from: C:\agent\A1\_work\169\s\.scannerwork\ucfg2\php
14:34:18.936 INFO: No UCFGs have been included for analysis.
14:34:18.936 INFO: Sensor PhpSecuritySensor [security] (done) | time=0ms
14:34:18.936 INFO: Sensor PythonSecuritySensor [security]
14:34:18.936 INFO: Reading type hierarchy from: C:\agent\A1\_work\169\s\.scannerwork\ucfg2\python
14:34:18.936 INFO: Read 0 type definitions
14:34:18.936 INFO: Reading UCFGs from: C:\agent\A1\_work\169\s\.scannerwork\ucfg2\python
14:34:18.936 INFO: No UCFGs have been included for analysis.
14:34:18.936 INFO: Sensor PythonSecuritySensor [security] (done) | time=0ms
14:34:18.936 INFO: Sensor JsSecuritySensor [security]
14:34:18.936 INFO: Reading type hierarchy from: C:\agent\A1\_work\169\s\.scannerwork\ucfg2\js
14:34:19.452 INFO: Read 0 type definitions
14:34:19.452 INFO: Reading UCFGs from: C:\agent\A1\_work\169\s\.scannerwork\ucfg2\js

Hi @jhbnsf ,

Can you add -X to your sonar-scanner command to get debug logs and show them here?

Joe