Sonarqube analyze taking very long

Must-share information (formatted with Markdown):

  • which versions are you using: Enterprise Edition Version 10.2 (build 77647), Azure DevOps task SonarQubeAnalyze 6.3.2
  • how is SonarQube deployed: Azure Devops task
  • what are you trying to achieve: Improve the analysis performance of Sonarqube
  • what have you tried so far to achieve this: Read through similar questions, adapt the config for Typescript / Javascript.

Hello,
we are using Sonarqube in our pull request check to scan a monorepo consisting of Typescript applications (Angular web apps and Node backend) with roughly 100k lines of code in total.

Sonarqube takes about 30 minutes for the analysis task with the following steps taking the bulk of the time (full log at the end):

09:48:51.405 INFO  0 / 8560 UCFGs simulated, memory usage: 340 MB
09:48:52.452 INFO  266 / 8560 UCFGs simulated, memory usage: 545 MB
09:48:53.387 INFO  443 / 8560 UCFGs simulated, memory usage: 469 MB
09:48:53.933 INFO  647 / 8560 UCFGs simulated, memory usage: 355 MB
09:48:54.261 INFO  891 / 8560 UCFGs simulated, memory usage: 529 MB
09:48:54.738 INFO  1097 / 8560 UCFGs simulated, memory usage: 412 MB
09:48:55.019 INFO  1348 / 8560 UCFGs simulated, memory usage: 560 MB
09:48:55.456 INFO  1594 / 8560 UCFGs simulated, memory usage: 435 MB
09:49:05.918 INFO  1705 / 8560 UCFGs simulated, memory usage: 993 MB
09:54:07.749 INFO  1744 / 8560 UCFGs simulated, memory usage: 566 MB
09:54:49.967 INFO  1845 / 8560 UCFGs simulated, memory usage: 1080 MB
09:56:49.972 INFO  1852 / 8560 UCFGs simulated, memory usage: 1423 MB
09:59:11.493 INFO  1853 / 8560 UCFGs simulated, memory usage: 550 MB
10:01:12.041 INFO  1855 / 8560 UCFGs simulated, memory usage: 1123 MB
10:02:21.438 INFO  1898 / 8560 UCFGs simulated, memory usage: 1448 MB
10:07:22.592 INFO  1900 / 8560 UCFGs simulated, memory usage: 1299 MB

Because of the long runtime on top of the regular build and test steps, our PR check often times out (60 minutes timeout of Azure DevOps agents).
Is there any way we can tune that? Can we disable analyses that take a lot of time?

Thanks,
Philip

Full log:

2024-10-16T09:44:36.7615076Z ##[section]Starting: SonarQubeAnalyze
2024-10-16T09:44:36.7626512Z ==============================================================================
2024-10-16T09:44:36.7626870Z Task         : Run Code Analysis
2024-10-16T09:44:36.7626957Z Description  : Run scanner and upload the results to the SonarQube server.
2024-10-16T09:44:36.7627073Z Version      : 6.3.2
2024-10-16T09:44:36.7627176Z Author       : sonarsource
2024-10-16T09:44:36.7627265Z Help         : This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.

[More Information](https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/scanners/sonarqube-extension-for-azure-devops/)
2024-10-16T09:44:36.7627563Z ==============================================================================
2024-10-16T09:44:37.2192416Z [command]/home/vsts/work/_tasks/SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055/6.3.2/sonar-scanner/bin/sonar-scanner
2024-10-16T09:44:37.9384855Z 09:44:37.932 INFO  Scanner configuration file: /home/vsts/work/_tasks/SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055/6.3.2/sonar-scanner/conf/sonar-scanner.properties
2024-10-16T09:44:37.9391775Z 09:44:37.938 INFO  Project root configuration file: NONE
2024-10-16T09:44:37.9641484Z 09:44:37.959 INFO  SonarScanner CLI 6.1.0.4477
2024-10-16T09:44:37.9642883Z 09:44:37.961 INFO  Java 17.0.12 Eclipse Adoptium (64-bit)
2024-10-16T09:44:37.9643512Z 09:44:37.962 INFO  Linux 6.5.0-1025-azure amd64
2024-10-16T09:44:38.0146056Z 09:44:38.013 INFO  User cache: /home/vsts/.sonar/cache
2024-10-16T09:44:40.9248909Z 09:44:40.923 INFO  Communicating with SonarQube Server 10.2.0.77647
2024-10-16T09:44:41.6108041Z 09:44:41.609 INFO  Load global settings
2024-10-16T09:44:41.8444507Z 09:44:41.843 INFO  Load global settings (done) | time=236ms
2024-10-16T09:44:41.8483285Z 09:44:41.847 INFO  Server id: 0221F8D6-AXi2N0pXFZZaH_cZRULU
2024-10-16T09:44:41.8529645Z 09:44:41.852 INFO  User cache: /home/vsts/.sonar/cache
2024-10-16T09:44:41.8565490Z 09:44:41.856 INFO  Load/download plugins
2024-10-16T09:44:41.8568615Z 09:44:41.856 INFO  Load plugins index
2024-10-16T09:44:41.9342571Z 09:44:41.933 INFO  Load plugins index (done) | time=77ms
2024-10-16T09:44:47.4864267Z 09:44:47.485 INFO  Load/download plugins (done) | time=5629ms
2024-10-16T09:44:48.3510037Z 09:44:48.350 INFO  Loaded core extensions: developer-scanner
2024-10-16T09:44:49.3278220Z 09:44:49.324 INFO  Process project properties
2024-10-16T09:44:49.3343843Z 09:44:49.334 INFO  Process project properties (done) | time=9ms
2024-10-16T09:44:49.3379394Z 09:44:49.337 INFO  Execute project builders
2024-10-16T09:44:49.3401708Z 09:44:49.339 INFO  Execute project builders (done) | time=2ms
2024-10-16T09:44:49.3434670Z 09:44:49.343 INFO  Project key: isr
2024-10-16T09:44:49.3441116Z 09:44:49.343 INFO  Base dir: /home/vsts/work/1/s
2024-10-16T09:44:49.3447440Z 09:44:49.344 INFO  Working dir: /home/vsts/work/1/s/.scannerwork
2024-10-16T09:44:49.3562659Z 09:44:49.355 INFO  Load project settings for component key: 'isr'
2024-10-16T09:44:49.4152067Z 09:44:49.414 INFO  Load project settings for component key: 'isr' (done) | time=59ms
2024-10-16T09:44:49.6353457Z 09:44:49.634 INFO  Load project branches
2024-10-16T09:44:49.6964983Z 09:44:49.695 INFO  Load project branches (done) | time=61ms
2024-10-16T09:44:49.6981626Z 09:44:49.697 INFO  Load branch configuration
2024-10-16T09:44:49.6992252Z 09:44:49.698 INFO  Found manual configuration of branch/PR analysis. Skipping automatic configuration.
2024-10-16T09:44:49.7020802Z 09:44:49.701 INFO  Load branch configuration (done) | time=4ms
2024-10-16T09:44:49.7923000Z 09:44:49.791 INFO  Auto-configuring with CI 'Azure DevOps'
2024-10-16T09:44:49.7960096Z 09:44:49.795 INFO  Load quality profiles
2024-10-16T09:44:49.8934834Z 09:44:49.892 INFO  Load quality profiles (done) | time=97ms
2024-10-16T09:44:49.9000760Z 09:44:49.899 INFO  Load active rules
2024-10-16T09:44:53.1266108Z 09:44:53.125 INFO  Load active rules (done) | time=3226ms
2024-10-16T09:44:53.1329842Z 09:44:53.132 INFO  Load analysis cache
2024-10-16T09:44:53.5739698Z 09:44:53.573 INFO  Load analysis cache | time=441ms
2024-10-16T09:44:53.6247828Z 09:44:53.623 INFO  Pull request 34624 for merge into main from feat/171568-create-new-reusable-component-for-kpi-comparison
2024-10-16T09:44:53.6596567Z 09:44:53.658 INFO  Load project repositories
2024-10-16T09:44:53.7432625Z 09:44:53.742 INFO  Load project repositories (done) | time=84ms
2024-10-16T09:44:53.7458650Z 09:44:53.745 INFO  SCM collecting changed files in the branch
2024-10-16T09:44:53.9098926Z 09:44:53.905 INFO  Merge base sha1: 753b638c1e9a88f0ae5f7f044339d9d711e99e47
2024-10-16T09:44:54.1377662Z 09:44:54.133 INFO  SCM collecting changed files in the branch (done) | time=388ms
2024-10-16T09:44:54.2491599Z 09:44:54.248 INFO  Indexing files...
2024-10-16T09:44:54.2509735Z 09:44:54.249 INFO  Project configuration:
2024-10-16T09:44:54.2526888Z 09:44:54.251 INFO    Excluded sources: /**/*.cy.ts, /docs/*, /**/generated.ts, /**/*.spec.ts, **/coverage/**, whitesource/**
2024-10-16T09:45:04.2640582Z 09:45:04.263 INFO  
2024-10-16T09:45:06.4297469Z 09:45:06.428 INFO  2477 files indexed
2024-10-16T09:45:06.4306530Z 09:45:06.430 INFO  1230 files ignored because of inclusion/exclusion patterns
2024-10-16T09:45:06.4312260Z 09:45:06.430 INFO  28371 files ignored because of scm ignore settings
2024-10-16T09:45:06.4335249Z 09:45:06.433 INFO  Quality profile for css: Sonar way
2024-10-16T09:45:06.4342048Z 09:45:06.433 INFO  Quality profile for js: Sonar way
2024-10-16T09:45:06.4347968Z 09:45:06.434 INFO  Quality profile for json: Sonar way
2024-10-16T09:45:06.4355606Z 09:45:06.435 INFO  Quality profile for ts: Sonar way
2024-10-16T09:45:06.4361365Z 09:45:06.435 INFO  Quality profile for web: Sonar way
2024-10-16T09:45:06.4367374Z 09:45:06.436 INFO  Quality profile for yaml: Sonar way
2024-10-16T09:45:06.4374526Z 09:45:06.437 INFO  ------------- Run sensors on module isr
2024-10-16T09:45:06.6540097Z 09:45:06.653 INFO  Load metrics repository
2024-10-16T09:45:06.7016715Z 09:45:06.700 INFO  Load metrics repository (done) | time=47ms
2024-10-16T09:45:10.8354013Z 09:45:10.834 INFO  Sensor HTL [aemrules]
2024-10-16T09:45:10.8499229Z 09:45:10.849 INFO  0 source files to be analyzed
2024-10-16T09:45:10.8606866Z 09:45:10.859 INFO  Sensor HTL [aemrules] (done) | time=25ms
2024-10-16T09:45:10.8639832Z 09:45:10.863 INFO  Sensor IaC CloudFormation Sensor [iac]
2024-10-16T09:45:10.8721822Z 09:45:10.871 INFO  0/0 source files have been analyzed
2024-10-16T09:45:10.9945416Z 09:45:10.993 INFO  0 source files to be analyzed
2024-10-16T09:45:11.0031181Z 09:45:11.002 INFO  0/0 source files have been analyzed
2024-10-16T09:45:11.0060859Z 09:45:11.003 INFO  Sensor IaC CloudFormation Sensor [iac] (done) | time=140ms
2024-10-16T09:45:11.0061257Z 09:45:11.003 INFO  Sensor IaC Kubernetes Sensor [iac]
2024-10-16T09:45:11.0307384Z 09:45:11.030 INFO  0 source files to be analyzed
2024-10-16T09:45:11.0309381Z 09:45:11.030 INFO  0/0 source files have been analyzed
2024-10-16T09:45:11.0318696Z 09:45:11.031 INFO  Sensor IaC Kubernetes Sensor [iac] (done) | time=27ms
2024-10-16T09:45:11.0319969Z 09:45:11.031 INFO  Sensor IaC AzureResourceManager Sensor [iac]
2024-10-16T09:45:11.0320489Z 09:45:11.031 INFO  Sensor IaC AzureResourceManager Sensor is restricted to changed files only
2024-10-16T09:45:11.0559827Z 09:45:11.055 INFO  0 source files to be analyzed
2024-10-16T09:45:11.2470852Z 09:45:11.246 INFO  0/0 source files have been analyzed
2024-10-16T09:45:11.2471689Z 09:45:11.246 INFO  Sensor IaC AzureResourceManager Sensor [iac] (done) | time=215ms
2024-10-16T09:45:11.2472445Z 09:45:11.246 INFO  Sensor C# Project Type Information [csharp]
2024-10-16T09:45:11.2499502Z 09:45:11.249 INFO  Sensor C# Project Type Information [csharp] (done) | time=3ms
2024-10-16T09:45:11.2503716Z 09:45:11.250 INFO  Sensor C# Analysis Log [csharp]
2024-10-16T09:45:11.2888133Z 09:45:11.288 INFO  Sensor C# Analysis Log [csharp] (done) | time=38ms
2024-10-16T09:45:11.2890845Z 09:45:11.288 INFO  Sensor C# Properties [csharp]
2024-10-16T09:45:11.2894521Z 09:45:11.289 INFO  Sensor C# Properties [csharp] (done) | time=1ms
2024-10-16T09:45:11.2896416Z 09:45:11.289 INFO  Sensor HTML [web]
2024-10-16T09:45:11.2898315Z 09:45:11.289 INFO  Sensor HTML is restricted to changed files only
2024-10-16T09:45:11.3789450Z 09:45:11.378 INFO  Sensor HTML [web] (done) | time=89ms
2024-10-16T09:45:11.3806858Z 09:45:11.379 INFO  Sensor TextAndSecretsSensor [text]
2024-10-16T09:45:11.3807605Z 09:45:11.380 INFO  Sensor TextAndSecretsSensor is restricted to changed files only
2024-10-16T09:45:11.9206841Z 09:45:11.920 INFO  7 source files to be analyzed
2024-10-16T09:45:11.9685800Z 09:45:11.967 INFO  7/7 source files have been analyzed
2024-10-16T09:45:11.9686766Z 09:45:11.968 INFO  Sensor TextAndSecretsSensor [text] (done) | time=589ms
2024-10-16T09:45:11.9687386Z 09:45:11.968 INFO  Sensor VB.NET Project Type Information [vbnet]
2024-10-16T09:45:11.9707616Z 09:45:11.970 INFO  Sensor VB.NET Project Type Information [vbnet] (done) | time=2ms
2024-10-16T09:45:11.9708257Z 09:45:11.970 INFO  Sensor VB.NET Analysis Log [vbnet]
2024-10-16T09:45:11.9931602Z 09:45:11.992 INFO  Sensor VB.NET Analysis Log [vbnet] (done) | time=22ms
2024-10-16T09:45:11.9939589Z 09:45:11.992 INFO  Sensor VB.NET Properties [vbnet]
2024-10-16T09:45:11.9939885Z 09:45:11.992 INFO  Sensor VB.NET Properties [vbnet] (done) | time=0ms
2024-10-16T09:45:11.9940183Z 09:45:11.992 INFO  Sensor JaCoCo XML Report Importer [jacoco]
2024-10-16T09:45:11.9943330Z 09:45:11.994 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
2024-10-16T09:45:11.9954989Z 09:45:11.995 INFO  No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-10-16T09:45:11.9957266Z 09:45:11.995 INFO  Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
2024-10-16T09:45:11.9959795Z 09:45:11.995 INFO  Sensor JavaScript/TypeScript analysis [javascript]
2024-10-16T09:45:17.4721928Z 09:45:17.471 INFO  Resolving TSConfig files using 'tsconfig.json' from property sonar.typescript.tsconfigPaths
2024-10-16T09:45:24.2078255Z 09:45:24.202 INFO  Found 0 TSConfig file(s): []
2024-10-16T09:45:24.2705896Z 09:45:24.269 INFO  Found 37 tsconfig.json file(s): [/home/vsts/work/1/s/.storybook/tsconfig.json, /home/vsts/work/1/s/cypress/tsconfig.json, /home/vsts/work/1/s/libs/ui/tsconfig.json, /home/vsts/work/1/s/libs/core/tsconfig.json, /home/vsts/work/1/s/libs/utils/tsconfig.json, /home/vsts/work/1/s/apps/host/tsconfig.json, /home/vsts/work/1/s/libs/features/opportunities/tsconfig.json, /home/vsts/work/1/s/libs/features/filters/tsconfig.json, /home/vsts/work/1/s/libs/features/accounts/tsconfig.json, /home/vsts/work/1/s/libs/features/shared/tsconfig.json, /home/vsts/work/1/s/libs/features/projects/tsconfig.json, /home/vsts/work/1/s/libs/features/dimensions/tsconfig.json, /home/vsts/work/1/s/libs/features/orders/tsconfig.json, /home/vsts/work/1/s/libs/features/innovation-management/tsconfig.json, /home/vsts/work/1/s/libs/features/end-markets/tsconfig.json, /home/vsts/work/1/s/libs/features/sbu/tsconfig.json, /home/vsts/work/1/s/libs/shared/graphql/tsconfig.json, /home/vsts/work/1/s/libs/shared/configuration/tsconfig.json, /home/vsts/work/1/s/libs/ui/.storybook/tsconfig.json, /home/vsts/work/1/s/apps/manage-the-year/e2e/tsconfig.json, /home/vsts/work/1/s/apps/manage-the-year/app/tsconfig.json, /home/vsts/work/1/s/apps/review-past-performance/e2e/tsconfig.json, /home/vsts/work/1/s/apps/review-past-performance/app/tsconfig.json, /home/vsts/work/1/s/apps/graphql/integration-test/tsconfig.json, /home/vsts/work/1/s/apps/graphql/api/tsconfig.json, /home/vsts/work/1/s/apps/sales-pipeline/e2e/tsconfig.json, /home/vsts/work/1/s/apps/sales-pipeline/app/tsconfig.json, /home/vsts/work/1/s/apps/account-mapping/e2e/tsconfig.json, /home/vsts/work/1/s/apps/account-mapping/app/tsconfig.json, /home/vsts/work/1/s/apps/innovation-management/e2e/tsconfig.json, /home/vsts/work/1/s/apps/innovation-management/app/tsconfig.json, /home/vsts/work/1/s/apps/orderbook/e2e/tsconfig.json, /home/vsts/work/1/s/apps/orderbook/app/tsconfig.json, /home/vsts/work/1/s/apps/customer-roadmapping/e2e/tsconfig.json, /home/vsts/work/1/s/apps/customer-roadmapping/app/tsconfig.json, /home/vsts/work/1/s/apps/market-model/e2e/tsconfig.json, /home/vsts/work/1/s/apps/market-model/app/tsconfig.json]
2024-10-16T09:45:24.2751844Z 09:45:24.273 INFO  Creating TypeScript program
2024-10-16T09:45:24.2835858Z 09:45:24.273 INFO  TypeScript configuration file /home/vsts/work/1/s/.storybook/tsconfig.json
2024-10-16T09:45:24.2873590Z 09:45:24.283 INFO  1449 source files to be analyzed
2024-10-16T09:45:32.2243930Z 09:45:32.223 INFO  Creating TypeScript program (done) | time=7950ms
2024-10-16T09:45:32.2245913Z 09:45:32.224 INFO  Starting analysis with current program
2024-10-16T09:45:34.2925416Z 09:45:34.287 INFO  1/1449 file analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/kpi-years-comparison.component.ts
2024-10-16T09:45:39.2032958Z 09:45:39.202 INFO  Analyzed 1412 file(s) with current program
2024-10-16T09:45:39.2061021Z 09:45:39.205 INFO  Creating TypeScript program
2024-10-16T09:45:39.2065983Z 09:45:39.206 INFO  TypeScript configuration file /home/vsts/work/1/s/cypress/tsconfig.json
2024-10-16T09:45:40.7906920Z 09:45:40.789 INFO  Creating TypeScript program (done) | time=1584ms
2024-10-16T09:45:40.7907611Z 09:45:40.790 INFO  Starting analysis with current program
2024-10-16T09:45:40.7947147Z 09:45:40.794 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:40.7980539Z 09:45:40.797 INFO  Creating TypeScript program
2024-10-16T09:45:40.7986569Z 09:45:40.798 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/ui/tsconfig.json
2024-10-16T09:45:40.9243951Z 09:45:40.922 INFO  Creating TypeScript program (done) | time=125ms
2024-10-16T09:45:40.9245877Z 09:45:40.923 INFO  Starting analysis with current program
2024-10-16T09:45:40.9246695Z 09:45:40.923 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:40.9442903Z 09:45:40.943 INFO  Creating TypeScript program
2024-10-16T09:45:40.9444674Z 09:45:40.943 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/core/tsconfig.json
2024-10-16T09:45:40.9596463Z 09:45:40.958 INFO  Creating TypeScript program (done) | time=16ms
2024-10-16T09:45:40.9597564Z 09:45:40.958 INFO  Starting analysis with current program
2024-10-16T09:45:40.9598331Z 09:45:40.958 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:40.9622953Z 09:45:40.961 INFO  Creating TypeScript program
2024-10-16T09:45:40.9623786Z 09:45:40.961 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/utils/tsconfig.json
2024-10-16T09:45:40.9752621Z 09:45:40.974 INFO  Creating TypeScript program (done) | time=13ms
2024-10-16T09:45:40.9753882Z 09:45:40.974 INFO  Starting analysis with current program
2024-10-16T09:45:40.9755437Z 09:45:40.974 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:40.9778490Z 09:45:40.977 INFO  Creating TypeScript program
2024-10-16T09:45:40.9779243Z 09:45:40.977 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/host/tsconfig.json
2024-10-16T09:45:40.9985340Z 09:45:40.997 INFO  Creating TypeScript program (done) | time=20ms
2024-10-16T09:45:40.9986255Z 09:45:40.997 INFO  Starting analysis with current program
2024-10-16T09:45:40.9987000Z 09:45:40.997 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.0017041Z 09:45:41.000 INFO  Creating TypeScript program
2024-10-16T09:45:41.0017863Z 09:45:41.001 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/opportunities/tsconfig.json
2024-10-16T09:45:41.0217287Z 09:45:41.020 INFO  Creating TypeScript program (done) | time=20ms
2024-10-16T09:45:41.0218292Z 09:45:41.020 INFO  Starting analysis with current program
2024-10-16T09:45:41.0219193Z 09:45:41.020 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.0241233Z 09:45:41.023 INFO  Creating TypeScript program
2024-10-16T09:45:41.0242184Z 09:45:41.023 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/filters/tsconfig.json
2024-10-16T09:45:41.0350830Z 09:45:41.034 INFO  Creating TypeScript program (done) | time=11ms
2024-10-16T09:45:41.0351703Z 09:45:41.034 INFO  Starting analysis with current program
2024-10-16T09:45:41.0352536Z 09:45:41.034 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.0375157Z 09:45:41.036 INFO  Creating TypeScript program
2024-10-16T09:45:41.0376001Z 09:45:41.036 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/accounts/tsconfig.json
2024-10-16T09:45:41.0702148Z 09:45:41.069 INFO  Creating TypeScript program (done) | time=32ms
2024-10-16T09:45:41.0708141Z 09:45:41.069 INFO  Starting analysis with current program
2024-10-16T09:45:41.0796268Z 09:45:41.069 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.0796604Z 09:45:41.073 INFO  Creating TypeScript program
2024-10-16T09:45:41.0796924Z 09:45:41.074 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/shared/tsconfig.json
2024-10-16T09:45:41.1023548Z 09:45:41.101 INFO  Creating TypeScript program (done) | time=28ms
2024-10-16T09:45:41.1024605Z 09:45:41.101 INFO  Starting analysis with current program
2024-10-16T09:45:41.1025956Z 09:45:41.101 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.1056785Z 09:45:41.104 INFO  Creating TypeScript program
2024-10-16T09:45:41.1057571Z 09:45:41.105 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/projects/tsconfig.json
2024-10-16T09:45:41.1191675Z 09:45:41.118 INFO  Creating TypeScript program (done) | time=14ms
2024-10-16T09:45:41.1192529Z 09:45:41.118 INFO  Starting analysis with current program
2024-10-16T09:45:41.1193220Z 09:45:41.118 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.1220111Z 09:45:41.121 INFO  Creating TypeScript program
2024-10-16T09:45:41.1220916Z 09:45:41.121 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/dimensions/tsconfig.json
2024-10-16T09:45:41.1354695Z 09:45:41.134 INFO  Creating TypeScript program (done) | time=13ms
2024-10-16T09:45:41.1356311Z 09:45:41.134 INFO  Starting analysis with current program
2024-10-16T09:45:41.1359325Z 09:45:41.134 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.1375628Z 09:45:41.136 INFO  Creating TypeScript program
2024-10-16T09:45:41.1376372Z 09:45:41.137 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/orders/tsconfig.json
2024-10-16T09:45:41.1503729Z 09:45:41.149 INFO  Creating TypeScript program (done) | time=13ms
2024-10-16T09:45:41.1504448Z 09:45:41.150 INFO  Starting analysis with current program
2024-10-16T09:45:41.1505381Z 09:45:41.150 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.1527240Z 09:45:41.151 INFO  Creating TypeScript program
2024-10-16T09:45:41.1528565Z 09:45:41.152 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/innovation-management/tsconfig.json
2024-10-16T09:45:41.1675476Z 09:45:41.166 INFO  Creating TypeScript program (done) | time=15ms
2024-10-16T09:45:41.1676350Z 09:45:41.166 INFO  Starting analysis with current program
2024-10-16T09:45:41.1676751Z 09:45:41.166 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.1725705Z 09:45:41.172 INFO  Creating TypeScript program
2024-10-16T09:45:41.1731524Z 09:45:41.172 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/end-markets/tsconfig.json
2024-10-16T09:45:41.1881378Z 09:45:41.187 INFO  Creating TypeScript program (done) | time=15ms
2024-10-16T09:45:41.1887567Z 09:45:41.188 INFO  Starting analysis with current program
2024-10-16T09:45:41.1893971Z 09:45:41.189 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.1930730Z 09:45:41.192 INFO  Creating TypeScript program
2024-10-16T09:45:41.1937135Z 09:45:41.193 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/sbu/tsconfig.json
2024-10-16T09:45:41.2051640Z 09:45:41.204 INFO  Creating TypeScript program (done) | time=13ms
2024-10-16T09:45:41.2056276Z 09:45:41.205 INFO  Starting analysis with current program
2024-10-16T09:45:41.2061959Z 09:45:41.205 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.2082791Z 09:45:41.207 INFO  Creating TypeScript program
2024-10-16T09:45:41.2088014Z 09:45:41.208 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/shared/graphql/tsconfig.json
2024-10-16T09:45:41.2198286Z 09:45:41.219 INFO  Creating TypeScript program (done) | time=12ms
2024-10-16T09:45:41.2203640Z 09:45:41.219 INFO  Starting analysis with current program
2024-10-16T09:45:41.2208509Z 09:45:41.220 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.2261518Z 09:45:41.225 INFO  Creating TypeScript program
2024-10-16T09:45:41.2261954Z 09:45:41.225 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/shared/configuration/tsconfig.json
2024-10-16T09:45:41.2382908Z 09:45:41.237 INFO  Creating TypeScript program (done) | time=12ms
2024-10-16T09:45:41.2383617Z 09:45:41.238 INFO  Starting analysis with current program
2024-10-16T09:45:41.2384034Z 09:45:41.238 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:41.2401427Z 09:45:41.239 INFO  Creating TypeScript program
2024-10-16T09:45:41.2402042Z 09:45:41.239 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/ui/.storybook/tsconfig.json
2024-10-16T09:45:44.2906739Z 09:45:44.288 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:45:44.9536794Z 09:45:44.953 INFO  Creating TypeScript program (done) | time=3714ms
2024-10-16T09:45:44.9542688Z 09:45:44.954 INFO  Starting analysis with current program
2024-10-16T09:45:44.9690194Z 09:45:44.967 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:44.9776084Z 09:45:44.977 INFO  Creating TypeScript program
2024-10-16T09:45:44.9783984Z 09:45:44.978 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/manage-the-year/e2e/tsconfig.json
2024-10-16T09:45:45.7728937Z 09:45:45.770 INFO  Creating TypeScript program (done) | time=793ms
2024-10-16T09:45:45.7729693Z 09:45:45.770 INFO  Starting analysis with current program
2024-10-16T09:45:45.7730364Z 09:45:45.772 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:45.7931822Z 09:45:45.792 INFO  Creating TypeScript program
2024-10-16T09:45:45.7933335Z 09:45:45.792 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/manage-the-year/app/tsconfig.json
2024-10-16T09:45:45.8081377Z 09:45:45.807 INFO  Creating TypeScript program (done) | time=15ms
2024-10-16T09:45:45.8082239Z 09:45:45.807 INFO  Starting analysis with current program
2024-10-16T09:45:45.8083100Z 09:45:45.807 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:45.8102835Z 09:45:45.809 INFO  Creating TypeScript program
2024-10-16T09:45:45.8106534Z 09:45:45.810 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/review-past-performance/e2e/tsconfig.json
2024-10-16T09:45:47.2670698Z 09:45:47.266 INFO  Creating TypeScript program (done) | time=1457ms
2024-10-16T09:45:47.2671569Z 09:45:47.266 INFO  Starting analysis with current program
2024-10-16T09:45:47.2678035Z 09:45:47.267 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:47.3059866Z 09:45:47.301 INFO  Creating TypeScript program
2024-10-16T09:45:47.3061062Z 09:45:47.301 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/review-past-performance/app/tsconfig.json
2024-10-16T09:45:47.3349978Z 09:45:47.333 INFO  Creating TypeScript program (done) | time=32ms
2024-10-16T09:45:47.3350592Z 09:45:47.334 INFO  Starting analysis with current program
2024-10-16T09:45:47.3350933Z 09:45:47.334 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:47.3376609Z 09:45:47.336 INFO  Creating TypeScript program
2024-10-16T09:45:47.3377520Z 09:45:47.336 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/graphql/integration-test/tsconfig.json
2024-10-16T09:45:47.3441952Z 09:45:47.343 INFO  Creating TypeScript program (done) | time=7ms
2024-10-16T09:45:47.3442671Z 09:45:47.343 INFO  Starting analysis with current program
2024-10-16T09:45:47.3454794Z 09:45:47.343 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:47.3456075Z 09:45:47.344 INFO  Creating TypeScript program
2024-10-16T09:45:47.3456669Z 09:45:47.345 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/graphql/api/tsconfig.json
2024-10-16T09:45:47.3593320Z 09:45:47.358 INFO  Creating TypeScript program (done) | time=14ms
2024-10-16T09:45:47.3596142Z 09:45:47.358 INFO  Starting analysis with current program
2024-10-16T09:45:47.3596503Z 09:45:47.359 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:47.3610965Z 09:45:47.360 INFO  Creating TypeScript program
2024-10-16T09:45:47.3611574Z 09:45:47.360 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/sales-pipeline/e2e/tsconfig.json
2024-10-16T09:45:48.0725321Z 09:45:48.071 INFO  Creating TypeScript program (done) | time=711ms
2024-10-16T09:45:48.0726322Z 09:45:48.071 INFO  Starting analysis with current program
2024-10-16T09:45:48.0733179Z 09:45:48.073 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:48.0757373Z 09:45:48.074 INFO  Creating TypeScript program
2024-10-16T09:45:48.0758590Z 09:45:48.075 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/sales-pipeline/app/tsconfig.json
2024-10-16T09:45:48.0911186Z 09:45:48.090 INFO  Creating TypeScript program (done) | time=16ms
2024-10-16T09:45:48.0911910Z 09:45:48.090 INFO  Starting analysis with current program
2024-10-16T09:45:48.0912447Z 09:45:48.090 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:48.0933827Z 09:45:48.092 INFO  Creating TypeScript program
2024-10-16T09:45:48.0941905Z 09:45:48.093 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/account-mapping/e2e/tsconfig.json
2024-10-16T09:45:49.4982211Z 09:45:49.496 INFO  Creating TypeScript program (done) | time=1404ms
2024-10-16T09:45:49.4982943Z 09:45:49.497 INFO  Starting analysis with current program
2024-10-16T09:45:49.5099250Z 09:45:49.509 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:49.5125435Z 09:45:49.511 INFO  Creating TypeScript program
2024-10-16T09:45:49.5126253Z 09:45:49.512 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/account-mapping/app/tsconfig.json
2024-10-16T09:45:49.5317358Z 09:45:49.531 INFO  Creating TypeScript program (done) | time=20ms
2024-10-16T09:45:49.5317764Z 09:45:49.531 INFO  Starting analysis with current program
2024-10-16T09:45:49.5318029Z 09:45:49.531 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:49.5333066Z 09:45:49.532 INFO  Creating TypeScript program
2024-10-16T09:45:49.5334233Z 09:45:49.533 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/innovation-management/e2e/tsconfig.json
2024-10-16T09:45:50.2451167Z 09:45:50.244 INFO  Creating TypeScript program (done) | time=712ms
2024-10-16T09:45:50.2452066Z 09:45:50.244 INFO  Starting analysis with current program
2024-10-16T09:45:50.2457883Z 09:45:50.245 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:50.2502587Z 09:45:50.249 INFO  Creating TypeScript program
2024-10-16T09:45:50.2505347Z 09:45:50.249 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/innovation-management/app/tsconfig.json
2024-10-16T09:45:50.2638667Z 09:45:50.263 INFO  Creating TypeScript program (done) | time=14ms
2024-10-16T09:45:50.2641661Z 09:45:50.263 INFO  Starting analysis with current program
2024-10-16T09:45:50.2642418Z 09:45:50.263 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:50.2658421Z 09:45:50.265 INFO  Creating TypeScript program
2024-10-16T09:45:50.2659113Z 09:45:50.265 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/orderbook/e2e/tsconfig.json
2024-10-16T09:45:50.9954380Z 09:45:50.994 INFO  Creating TypeScript program (done) | time=729ms
2024-10-16T09:45:50.9955380Z 09:45:50.994 INFO  Starting analysis with current program
2024-10-16T09:45:50.9967637Z 09:45:50.995 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:50.9982722Z 09:45:50.997 INFO  Creating TypeScript program
2024-10-16T09:45:50.9983291Z 09:45:50.998 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/orderbook/app/tsconfig.json
2024-10-16T09:45:51.0159099Z 09:45:51.014 INFO  Creating TypeScript program (done) | time=17ms
2024-10-16T09:45:51.0159861Z 09:45:51.015 INFO  Starting analysis with current program
2024-10-16T09:45:51.0161482Z 09:45:51.015 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:51.0172241Z 09:45:51.016 INFO  Creating TypeScript program
2024-10-16T09:45:51.0173410Z 09:45:51.016 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/customer-roadmapping/e2e/tsconfig.json
2024-10-16T09:45:52.4826527Z 09:45:52.478 INFO  Creating TypeScript program (done) | time=1462ms
2024-10-16T09:45:52.4827516Z 09:45:52.479 INFO  Starting analysis with current program
2024-10-16T09:45:52.4828268Z 09:45:52.481 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:52.4945289Z 09:45:52.493 INFO  Creating TypeScript program
2024-10-16T09:45:52.4950170Z 09:45:52.494 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/customer-roadmapping/app/tsconfig.json
2024-10-16T09:45:52.5176240Z 09:45:52.516 INFO  Creating TypeScript program (done) | time=23ms
2024-10-16T09:45:52.5177212Z 09:45:52.516 INFO  Starting analysis with current program
2024-10-16T09:45:52.5178040Z 09:45:52.516 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:52.5332430Z 09:45:52.531 INFO  Creating TypeScript program
2024-10-16T09:45:52.5333663Z 09:45:52.531 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/market-model/e2e/tsconfig.json
2024-10-16T09:45:53.2989351Z 09:45:53.296 INFO  Creating TypeScript program (done) | time=765ms
2024-10-16T09:45:53.2990483Z 09:45:53.296 INFO  Starting analysis with current program
2024-10-16T09:45:53.2991422Z 09:45:53.298 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:53.3111025Z 09:45:53.310 INFO  Creating TypeScript program
2024-10-16T09:45:53.3112745Z 09:45:53.310 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/market-model/app/tsconfig.json
2024-10-16T09:45:53.3330231Z 09:45:53.331 INFO  Creating TypeScript program (done) | time=21ms
2024-10-16T09:45:53.3330930Z 09:45:53.331 INFO  Starting analysis with current program
2024-10-16T09:45:53.3331453Z 09:45:53.331 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:53.3347500Z 09:45:53.333 INFO  Creating TypeScript program
2024-10-16T09:45:53.3348555Z 09:45:53.333 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/ui/tsconfig.lib.json
2024-10-16T09:45:54.2898941Z 09:45:54.289 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:45:57.1068247Z 09:45:57.106 INFO  Creating TypeScript program (done) | time=3773ms
2024-10-16T09:45:57.1118700Z 09:45:57.111 INFO  Starting analysis with current program
2024-10-16T09:45:57.1198778Z 09:45:57.119 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:45:57.1224880Z 09:45:57.121 INFO  Creating TypeScript program
2024-10-16T09:45:57.1225731Z 09:45:57.122 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/ui/tsconfig.spec.json
2024-10-16T09:46:00.5716098Z 09:46:00.570 INFO  Creating TypeScript program (done) | time=3449ms
2024-10-16T09:46:00.5716944Z 09:46:00.571 INFO  Starting analysis with current program
2024-10-16T09:46:00.5797466Z 09:46:00.579 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:00.5816999Z 09:46:00.581 INFO  Creating TypeScript program
2024-10-16T09:46:00.5826293Z 09:46:00.582 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/core/tsconfig.lib.json
2024-10-16T09:46:01.6480204Z 09:46:01.645 INFO  Creating TypeScript program (done) | time=1064ms
2024-10-16T09:46:01.6481397Z 09:46:01.645 INFO  Starting analysis with current program
2024-10-16T09:46:01.6497480Z 09:46:01.649 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:01.6519419Z 09:46:01.651 INFO  Creating TypeScript program
2024-10-16T09:46:01.6521136Z 09:46:01.651 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/core/tsconfig.spec.json
2024-10-16T09:46:02.8417710Z 09:46:02.841 INFO  Creating TypeScript program (done) | time=1190ms
2024-10-16T09:46:02.8419338Z 09:46:02.841 INFO  Starting analysis with current program
2024-10-16T09:46:02.8450371Z 09:46:02.844 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:02.8467587Z 09:46:02.846 INFO  Creating TypeScript program
2024-10-16T09:46:02.8468306Z 09:46:02.846 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/utils/tsconfig.lib.json
2024-10-16T09:46:04.2903919Z 09:46:04.289 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:46:05.1319789Z 09:46:05.128 INFO  Creating TypeScript program (done) | time=2282ms
2024-10-16T09:46:05.1320511Z 09:46:05.128 INFO  Starting analysis with current program
2024-10-16T09:46:05.1336411Z 09:46:05.133 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:05.1576195Z 09:46:05.156 INFO  Creating TypeScript program
2024-10-16T09:46:05.1577091Z 09:46:05.156 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/utils/tsconfig.spec.json
2024-10-16T09:46:06.8859955Z 09:46:06.885 INFO  Creating TypeScript program (done) | time=1729ms
2024-10-16T09:46:06.8861349Z 09:46:06.885 INFO  Starting analysis with current program
2024-10-16T09:46:06.8890257Z 09:46:06.888 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:06.8910018Z 09:46:06.890 INFO  Creating TypeScript program
2024-10-16T09:46:06.8911171Z 09:46:06.890 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/host/tsconfig.app.json
2024-10-16T09:46:10.2255854Z 09:46:10.224 INFO  Creating TypeScript program (done) | time=3334ms
2024-10-16T09:46:10.2256299Z 09:46:10.225 INFO  Starting analysis with current program
2024-10-16T09:46:10.2335077Z 09:46:10.233 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:10.2356282Z 09:46:10.235 INFO  Creating TypeScript program
2024-10-16T09:46:10.2360410Z 09:46:10.235 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/host/tsconfig.spec.json
2024-10-16T09:46:13.7339601Z 09:46:13.733 INFO  Creating TypeScript program (done) | time=3498ms
2024-10-16T09:46:13.7343990Z 09:46:13.734 INFO  Starting analysis with current program
2024-10-16T09:46:13.7429232Z 09:46:13.742 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:13.7517092Z 09:46:13.744 INFO  Creating TypeScript program
2024-10-16T09:46:13.7517488Z 09:46:13.744 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/host/tsconfig.editor.json
2024-10-16T09:46:14.2908049Z 09:46:14.290 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:46:17.9035390Z 09:46:17.902 INFO  Creating TypeScript program (done) | time=4158ms
2024-10-16T09:46:17.9036240Z 09:46:17.903 INFO  Starting analysis with current program
2024-10-16T09:46:17.9123481Z 09:46:17.911 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:17.9144580Z 09:46:17.914 INFO  Creating TypeScript program
2024-10-16T09:46:17.9145293Z 09:46:17.914 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/opportunities/tsconfig.lib.json
2024-10-16T09:46:20.9668300Z 09:46:20.966 INFO  Creating TypeScript program (done) | time=3052ms
2024-10-16T09:46:20.9676976Z 09:46:20.967 INFO  Starting analysis with current program
2024-10-16T09:46:20.9782065Z 09:46:20.977 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:20.9811851Z 09:46:20.980 INFO  Creating TypeScript program
2024-10-16T09:46:20.9817462Z 09:46:20.981 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/opportunities/tsconfig.spec.json
2024-10-16T09:46:22.9078926Z 09:46:22.904 INFO  Creating TypeScript program (done) | time=1924ms
2024-10-16T09:46:22.9080266Z 09:46:22.904 INFO  Starting analysis with current program
2024-10-16T09:46:22.9103739Z 09:46:22.910 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:22.9128475Z 09:46:22.912 INFO  Creating TypeScript program
2024-10-16T09:46:22.9135143Z 09:46:22.913 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/filters/tsconfig.lib.json
2024-10-16T09:46:24.2912092Z 09:46:24.290 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:46:26.6235059Z 09:46:26.622 INFO  Creating TypeScript program (done) | time=3710ms
2024-10-16T09:46:26.6276732Z 09:46:26.623 INFO  Starting analysis with current program
2024-10-16T09:46:26.6407432Z 09:46:26.638 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:26.6454237Z 09:46:26.643 INFO  Creating TypeScript program
2024-10-16T09:46:26.6459847Z 09:46:26.645 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/filters/tsconfig.spec.json
2024-10-16T09:46:27.1401481Z 09:46:27.139 INFO  Creating TypeScript program (done) | time=496ms
2024-10-16T09:46:27.1402574Z 09:46:27.139 INFO  Starting analysis with current program
2024-10-16T09:46:27.1410684Z 09:46:27.140 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:27.1515982Z 09:46:27.151 INFO  Creating TypeScript program
2024-10-16T09:46:27.1519883Z 09:46:27.151 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/accounts/tsconfig.lib.json
2024-10-16T09:46:30.2211505Z 09:46:30.220 INFO  Creating TypeScript program (done) | time=3069ms
2024-10-16T09:46:30.2213290Z 09:46:30.221 INFO  Starting analysis with current program
2024-10-16T09:46:30.2291250Z 09:46:30.228 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:30.2315447Z 09:46:30.231 INFO  Creating TypeScript program
2024-10-16T09:46:30.2324990Z 09:46:30.231 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/accounts/tsconfig.spec.json
2024-10-16T09:46:33.6510878Z 09:46:33.650 INFO  Creating TypeScript program (done) | time=3419ms
2024-10-16T09:46:33.6517436Z 09:46:33.651 INFO  Starting analysis with current program
2024-10-16T09:46:33.6606863Z 09:46:33.660 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:33.6662800Z 09:46:33.665 INFO  Creating TypeScript program
2024-10-16T09:46:33.6663521Z 09:46:33.665 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/shared/tsconfig.lib.json
2024-10-16T09:46:34.2918637Z 09:46:34.290 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:46:37.3308459Z 09:46:37.329 INFO  Creating TypeScript program (done) | time=3664ms
2024-10-16T09:46:37.3309493Z 09:46:37.329 INFO  Starting analysis with current program
2024-10-16T09:46:37.3373893Z 09:46:37.337 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:37.3395047Z 09:46:37.338 INFO  Creating TypeScript program
2024-10-16T09:46:37.3395425Z 09:46:37.339 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/shared/tsconfig.spec.json
2024-10-16T09:46:38.6076161Z 09:46:38.604 INFO  Creating TypeScript program (done) | time=1266ms
2024-10-16T09:46:38.6076638Z 09:46:38.604 INFO  Starting analysis with current program
2024-10-16T09:46:38.6082041Z 09:46:38.607 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:38.6115261Z 09:46:38.609 INFO  Creating TypeScript program
2024-10-16T09:46:38.6129997Z 09:46:38.610 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/projects/tsconfig.lib.json
2024-10-16T09:46:41.5568144Z 09:46:41.555 INFO  Creating TypeScript program (done) | time=2946ms
2024-10-16T09:46:41.5573324Z 09:46:41.556 INFO  Starting analysis with current program
2024-10-16T09:46:41.5694510Z 09:46:41.569 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:41.5744113Z 09:46:41.574 INFO  Creating TypeScript program
2024-10-16T09:46:41.5744826Z 09:46:41.574 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/projects/tsconfig.spec.json
2024-10-16T09:46:42.9333120Z 09:46:42.929 INFO  Creating TypeScript program (done) | time=1355ms
2024-10-16T09:46:42.9334164Z 09:46:42.929 INFO  Starting analysis with current program
2024-10-16T09:46:42.9335433Z 09:46:42.932 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:42.9549301Z 09:46:42.954 INFO  Creating TypeScript program
2024-10-16T09:46:42.9550318Z 09:46:42.954 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/dimensions/tsconfig.lib.json
2024-10-16T09:46:44.2923050Z 09:46:44.291 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:46:46.6006124Z 09:46:46.599 INFO  Creating TypeScript program (done) | time=3645ms
2024-10-16T09:46:46.6007385Z 09:46:46.600 INFO  Starting analysis with current program
2024-10-16T09:46:46.6092271Z 09:46:46.607 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:46.6109221Z 09:46:46.610 INFO  Creating TypeScript program
2024-10-16T09:46:46.6109942Z 09:46:46.610 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/dimensions/tsconfig.spec.json
2024-10-16T09:46:47.9230918Z 09:46:47.922 INFO  Creating TypeScript program (done) | time=1312ms
2024-10-16T09:46:47.9231660Z 09:46:47.922 INFO  Starting analysis with current program
2024-10-16T09:46:47.9256532Z 09:46:47.925 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:47.9275697Z 09:46:47.927 INFO  Creating TypeScript program
2024-10-16T09:46:47.9276310Z 09:46:47.927 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/orders/tsconfig.lib.json
2024-10-16T09:46:50.8882525Z 09:46:50.887 INFO  Creating TypeScript program (done) | time=2960ms
2024-10-16T09:46:50.8883333Z 09:46:50.887 INFO  Starting analysis with current program
2024-10-16T09:46:50.8956172Z 09:46:50.895 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:50.8980266Z 09:46:50.897 INFO  Creating TypeScript program
2024-10-16T09:46:50.8982639Z 09:46:50.897 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/orders/tsconfig.spec.json
2024-10-16T09:46:51.4192327Z 09:46:51.418 INFO  Creating TypeScript program (done) | time=521ms
2024-10-16T09:46:51.4200047Z 09:46:51.418 INFO  Starting analysis with current program
2024-10-16T09:46:51.4200787Z 09:46:51.419 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:51.4223705Z 09:46:51.421 INFO  Creating TypeScript program
2024-10-16T09:46:51.4224903Z 09:46:51.421 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/innovation-management/tsconfig.lib.json
2024-10-16T09:46:54.2927142Z 09:46:54.291 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:46:55.2438834Z 09:46:55.243 INFO  Creating TypeScript program (done) | time=3822ms
2024-10-16T09:46:55.2441932Z 09:46:55.243 INFO  Starting analysis with current program
2024-10-16T09:46:55.2511741Z 09:46:55.250 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:55.2531626Z 09:46:55.252 INFO  Creating TypeScript program
2024-10-16T09:46:55.2532661Z 09:46:55.252 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/innovation-management/tsconfig.spec.json
2024-10-16T09:46:56.5544654Z 09:46:56.553 INFO  Creating TypeScript program (done) | time=1301ms
2024-10-16T09:46:56.5546015Z 09:46:56.553 INFO  Starting analysis with current program
2024-10-16T09:46:56.5577010Z 09:46:56.556 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:56.5592685Z 09:46:56.559 INFO  Creating TypeScript program
2024-10-16T09:46:56.5598475Z 09:46:56.559 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/end-markets/tsconfig.lib.json
2024-10-16T09:46:59.5117257Z 09:46:59.511 INFO  Creating TypeScript program (done) | time=2952ms
2024-10-16T09:46:59.5137991Z 09:46:59.513 INFO  Starting analysis with current program
2024-10-16T09:46:59.5224273Z 09:46:59.521 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:46:59.5287511Z 09:46:59.528 INFO  Creating TypeScript program
2024-10-16T09:46:59.5291347Z 09:46:59.528 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/end-markets/tsconfig.spec.json
2024-10-16T09:47:02.8139693Z 09:47:02.813 INFO  Creating TypeScript program (done) | time=3285ms
2024-10-16T09:47:02.8140831Z 09:47:02.813 INFO  Starting analysis with current program
2024-10-16T09:47:02.8217215Z 09:47:02.821 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:02.8243015Z 09:47:02.823 INFO  Creating TypeScript program
2024-10-16T09:47:02.8243539Z 09:47:02.824 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/sbu/tsconfig.lib.json
2024-10-16T09:47:04.2932829Z 09:47:04.292 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:47:06.3636101Z 09:47:06.362 INFO  Creating TypeScript program (done) | time=3539ms
2024-10-16T09:47:06.3636919Z 09:47:06.363 INFO  Starting analysis with current program
2024-10-16T09:47:06.3776233Z 09:47:06.377 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:06.3805988Z 09:47:06.380 INFO  Creating TypeScript program
2024-10-16T09:47:06.3806894Z 09:47:06.380 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/features/sbu/tsconfig.spec.json
2024-10-16T09:47:06.8475971Z 09:47:06.846 INFO  Creating TypeScript program (done) | time=466ms
2024-10-16T09:47:06.8476929Z 09:47:06.846 INFO  Starting analysis with current program
2024-10-16T09:47:06.8477770Z 09:47:06.846 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:06.8584754Z 09:47:06.857 INFO  Creating TypeScript program
2024-10-16T09:47:06.8585387Z 09:47:06.858 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/shared/graphql/tsconfig.lib.json
2024-10-16T09:47:07.4731131Z 09:47:07.470 INFO  Creating TypeScript program (done) | time=613ms
2024-10-16T09:47:07.4731917Z 09:47:07.470 INFO  Starting analysis with current program
2024-10-16T09:47:07.4732544Z 09:47:07.471 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:07.4764696Z 09:47:07.476 INFO  Creating TypeScript program
2024-10-16T09:47:07.4765304Z 09:47:07.476 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/shared/graphql/tsconfig.spec.json
2024-10-16T09:47:07.9707789Z 09:47:07.969 INFO  Creating TypeScript program (done) | time=493ms
2024-10-16T09:47:07.9708926Z 09:47:07.969 INFO  Starting analysis with current program
2024-10-16T09:47:07.9709419Z 09:47:07.969 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:07.9731373Z 09:47:07.972 INFO  Creating TypeScript program
2024-10-16T09:47:07.9732401Z 09:47:07.972 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/shared/configuration/tsconfig.lib.json
2024-10-16T09:47:08.5768902Z 09:47:08.576 INFO  Creating TypeScript program (done) | time=604ms
2024-10-16T09:47:08.5769704Z 09:47:08.576 INFO  Starting analysis with current program
2024-10-16T09:47:08.5790964Z 09:47:08.577 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:08.5877454Z 09:47:08.579 INFO  Creating TypeScript program
2024-10-16T09:47:08.5878687Z 09:47:08.579 INFO  TypeScript configuration file /home/vsts/work/1/s/libs/shared/configuration/tsconfig.spec.json
2024-10-16T09:47:09.0732982Z 09:47:09.072 INFO  Creating TypeScript program (done) | time=493ms
2024-10-16T09:47:09.0733852Z 09:47:09.072 INFO  Starting analysis with current program
2024-10-16T09:47:09.0740162Z 09:47:09.073 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:09.0755052Z 09:47:09.075 INFO  Creating TypeScript program
2024-10-16T09:47:09.0758617Z 09:47:09.075 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/manage-the-year/app/tsconfig.app.json
2024-10-16T09:47:12.3936945Z 09:47:12.392 INFO  Creating TypeScript program (done) | time=3317ms
2024-10-16T09:47:12.3942358Z 09:47:12.393 INFO  Starting analysis with current program
2024-10-16T09:47:12.4009586Z 09:47:12.400 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:12.4032474Z 09:47:12.402 INFO  Creating TypeScript program
2024-10-16T09:47:12.4033515Z 09:47:12.402 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/manage-the-year/app/tsconfig.spec.json
2024-10-16T09:47:13.5753106Z 09:47:13.573 INFO  Creating TypeScript program (done) | time=1171ms
2024-10-16T09:47:13.5753875Z 09:47:13.573 INFO  Starting analysis with current program
2024-10-16T09:47:13.5754518Z 09:47:13.574 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:13.5902182Z 09:47:13.589 INFO  Creating TypeScript program
2024-10-16T09:47:13.5903192Z 09:47:13.589 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/manage-the-year/app/tsconfig.editor.json
2024-10-16T09:47:14.2936069Z 09:47:14.292 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:47:16.8669759Z 09:47:16.866 INFO  Creating TypeScript program (done) | time=3277ms
2024-10-16T09:47:16.8670489Z 09:47:16.866 INFO  Starting analysis with current program
2024-10-16T09:47:16.8755179Z 09:47:16.875 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:16.8784775Z 09:47:16.878 INFO  Creating TypeScript program
2024-10-16T09:47:16.8786174Z 09:47:16.878 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/review-past-performance/app/tsconfig.app.json
2024-10-16T09:47:20.2068125Z 09:47:20.205 INFO  Creating TypeScript program (done) | time=3327ms
2024-10-16T09:47:20.2069002Z 09:47:20.205 INFO  Starting analysis with current program
2024-10-16T09:47:20.2153397Z 09:47:20.214 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:20.2248850Z 09:47:20.223 INFO  Creating TypeScript program
2024-10-16T09:47:20.2250448Z 09:47:20.223 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/review-past-performance/app/tsconfig.spec.json
2024-10-16T09:47:24.2939533Z 09:47:24.293 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:47:24.4371744Z 09:47:24.436 INFO  Creating TypeScript program (done) | time=4213ms
2024-10-16T09:47:24.4372709Z 09:47:24.436 INFO  Starting analysis with current program
2024-10-16T09:47:24.4443799Z 09:47:24.444 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:24.4479008Z 09:47:24.447 INFO  Creating TypeScript program
2024-10-16T09:47:24.4480252Z 09:47:24.447 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/review-past-performance/app/tsconfig.editor.json
2024-10-16T09:47:27.8318324Z 09:47:27.831 INFO  Creating TypeScript program (done) | time=3384ms
2024-10-16T09:47:27.8319022Z 09:47:27.831 INFO  Starting analysis with current program
2024-10-16T09:47:27.8395928Z 09:47:27.839 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:27.8417463Z 09:47:27.841 INFO  Creating TypeScript program
2024-10-16T09:47:27.8418421Z 09:47:27.841 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/graphql/integration-test/tsconfig.spec.json
2024-10-16T09:47:28.4010668Z 09:47:28.400 INFO  Creating TypeScript program (done) | time=559ms
2024-10-16T09:47:28.4014911Z 09:47:28.400 INFO  Starting analysis with current program
2024-10-16T09:47:28.4019439Z 09:47:28.401 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:28.4035802Z 09:47:28.403 INFO  Creating TypeScript program
2024-10-16T09:47:28.4038958Z 09:47:28.403 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/graphql/api/tsconfig.app.json
2024-10-16T09:47:30.1757313Z 09:47:30.175 INFO  Creating TypeScript program (done) | time=1771ms
2024-10-16T09:47:30.1758300Z 09:47:30.175 INFO  Starting analysis with current program
2024-10-16T09:47:30.1878976Z 09:47:30.187 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:30.1907395Z 09:47:30.190 INFO  Creating TypeScript program
2024-10-16T09:47:30.1908162Z 09:47:30.190 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/graphql/api/tsconfig.spec.json
2024-10-16T09:47:30.9159514Z 09:47:30.914 INFO  Creating TypeScript program (done) | time=724ms
2024-10-16T09:47:30.9160675Z 09:47:30.914 INFO  Starting analysis with current program
2024-10-16T09:47:30.9278751Z 09:47:30.927 INFO  Analyzed 1 file(s) with current program
2024-10-16T09:47:30.9367378Z 09:47:30.936 INFO  Creating TypeScript program
2024-10-16T09:47:30.9368775Z 09:47:30.936 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/sales-pipeline/app/tsconfig.app.json
2024-10-16T09:47:34.2944348Z 09:47:34.293 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:47:34.8850478Z 09:47:34.884 INFO  Creating TypeScript program (done) | time=3948ms
2024-10-16T09:47:34.8850936Z 09:47:34.884 INFO  Starting analysis with current program
2024-10-16T09:47:34.8921191Z 09:47:34.891 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:34.8939054Z 09:47:34.893 INFO  Creating TypeScript program
2024-10-16T09:47:34.8951859Z 09:47:34.894 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/sales-pipeline/app/tsconfig.spec.json
2024-10-16T09:47:38.2807972Z 09:47:38.280 INFO  Creating TypeScript program (done) | time=3387ms
2024-10-16T09:47:38.2809047Z 09:47:38.280 INFO  Starting analysis with current program
2024-10-16T09:47:38.2881116Z 09:47:38.287 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:38.3043419Z 09:47:38.303 INFO  Creating TypeScript program
2024-10-16T09:47:38.3044857Z 09:47:38.303 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/sales-pipeline/app/tsconfig.editor.json
2024-10-16T09:47:41.7275503Z 09:47:41.725 INFO  Creating TypeScript program (done) | time=3422ms
2024-10-16T09:47:41.7275958Z 09:47:41.725 INFO  Starting analysis with current program
2024-10-16T09:47:41.7419293Z 09:47:41.739 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:41.7547406Z 09:47:41.753 INFO  Creating TypeScript program
2024-10-16T09:47:41.7548312Z 09:47:41.753 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/account-mapping/app/tsconfig.app.json
2024-10-16T09:47:44.2947697Z 09:47:44.294 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:47:45.7273608Z 09:47:45.726 INFO  Creating TypeScript program (done) | time=3973ms
2024-10-16T09:47:45.7275052Z 09:47:45.726 INFO  Starting analysis with current program
2024-10-16T09:47:45.7348518Z 09:47:45.734 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:45.7369493Z 09:47:45.736 INFO  Creating TypeScript program
2024-10-16T09:47:45.7371013Z 09:47:45.736 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/account-mapping/app/tsconfig.spec.json
2024-10-16T09:47:49.1866926Z 09:47:49.186 INFO  Creating TypeScript program (done) | time=3450ms
2024-10-16T09:47:49.1872440Z 09:47:49.187 INFO  Starting analysis with current program
2024-10-16T09:47:49.1958185Z 09:47:49.195 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:49.2005195Z 09:47:49.200 INFO  Creating TypeScript program
2024-10-16T09:47:49.2007043Z 09:47:49.200 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/account-mapping/app/tsconfig.editor.json
2024-10-16T09:47:53.5686509Z 09:47:53.568 INFO  Creating TypeScript program (done) | time=4368ms
2024-10-16T09:47:53.5734514Z 09:47:53.569 INFO  Starting analysis with current program
2024-10-16T09:47:53.5866984Z 09:47:53.582 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:53.5906345Z 09:47:53.588 INFO  Creating TypeScript program
2024-10-16T09:47:53.5910876Z 09:47:53.590 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/innovation-management/app/tsconfig.app.json
2024-10-16T09:47:54.2952843Z 09:47:54.294 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:47:56.7387914Z 09:47:56.738 INFO  Creating TypeScript program (done) | time=3150ms
2024-10-16T09:47:56.7438817Z 09:47:56.739 INFO  Starting analysis with current program
2024-10-16T09:47:56.7472491Z 09:47:56.746 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:47:56.7502675Z 09:47:56.749 INFO  Creating TypeScript program
2024-10-16T09:47:56.7504005Z 09:47:56.749 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/innovation-management/app/tsconfig.spec.json
2024-10-16T09:48:00.3115497Z 09:48:00.310 INFO  Creating TypeScript program (done) | time=3561ms
2024-10-16T09:48:00.3115948Z 09:48:00.311 INFO  Starting analysis with current program
2024-10-16T09:48:00.3195184Z 09:48:00.319 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:00.3216154Z 09:48:00.321 INFO  Creating TypeScript program
2024-10-16T09:48:00.3217083Z 09:48:00.321 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/innovation-management/app/tsconfig.editor.json
2024-10-16T09:48:04.2956099Z 09:48:04.294 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:48:04.5799494Z 09:48:04.579 INFO  Creating TypeScript program (done) | time=4258ms
2024-10-16T09:48:04.5800730Z 09:48:04.579 INFO  Starting analysis with current program
2024-10-16T09:48:04.5883282Z 09:48:04.587 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:04.5913027Z 09:48:04.590 INFO  Creating TypeScript program
2024-10-16T09:48:04.5913993Z 09:48:04.590 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/orderbook/app/tsconfig.app.json
2024-10-16T09:48:07.8385984Z 09:48:07.837 INFO  Creating TypeScript program (done) | time=3247ms
2024-10-16T09:48:07.8387610Z 09:48:07.838 INFO  Starting analysis with current program
2024-10-16T09:48:07.8462530Z 09:48:07.845 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:07.8482269Z 09:48:07.847 INFO  Creating TypeScript program
2024-10-16T09:48:07.8483173Z 09:48:07.847 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/orderbook/app/tsconfig.spec.json
2024-10-16T09:48:11.2792700Z 09:48:11.278 INFO  Creating TypeScript program (done) | time=3431ms
2024-10-16T09:48:11.2795017Z 09:48:11.279 INFO  Starting analysis with current program
2024-10-16T09:48:11.2870668Z 09:48:11.286 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:11.3232011Z 09:48:11.322 INFO  Creating TypeScript program
2024-10-16T09:48:11.3232511Z 09:48:11.322 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/orderbook/app/tsconfig.editor.json
2024-10-16T09:48:14.2960137Z 09:48:14.295 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:48:15.5228137Z 09:48:15.522 INFO  Creating TypeScript program (done) | time=4200ms
2024-10-16T09:48:15.5229236Z 09:48:15.522 INFO  Starting analysis with current program
2024-10-16T09:48:15.5306096Z 09:48:15.530 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:15.5335561Z 09:48:15.533 INFO  Creating TypeScript program
2024-10-16T09:48:15.5339781Z 09:48:15.533 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/customer-roadmapping/app/tsconfig.app.json
2024-10-16T09:48:19.0857916Z 09:48:19.085 INFO  Creating TypeScript program (done) | time=3552ms
2024-10-16T09:48:19.0881900Z 09:48:19.087 INFO  Starting analysis with current program
2024-10-16T09:48:19.0973395Z 09:48:19.097 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:19.0996123Z 09:48:19.099 INFO  Creating TypeScript program
2024-10-16T09:48:19.1002221Z 09:48:19.099 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/customer-roadmapping/app/tsconfig.spec.json
2024-10-16T09:48:23.4640517Z 09:48:23.463 INFO  Creating TypeScript program (done) | time=4364ms
2024-10-16T09:48:23.4651614Z 09:48:23.464 INFO  Starting analysis with current program
2024-10-16T09:48:23.4735070Z 09:48:23.473 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:23.4759687Z 09:48:23.475 INFO  Creating TypeScript program
2024-10-16T09:48:23.4765936Z 09:48:23.476 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/customer-roadmapping/app/tsconfig.editor.json
2024-10-16T09:48:24.2963358Z 09:48:24.295 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:48:27.0904192Z 09:48:27.089 INFO  Creating TypeScript program (done) | time=3614ms
2024-10-16T09:48:27.0904664Z 09:48:27.089 INFO  Starting analysis with current program
2024-10-16T09:48:27.0992166Z 09:48:27.098 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:27.1016229Z 09:48:27.101 INFO  Creating TypeScript program
2024-10-16T09:48:27.1025091Z 09:48:27.102 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/market-model/app/tsconfig.app.json
2024-10-16T09:48:31.1372977Z 09:48:31.136 INFO  Creating TypeScript program (done) | time=4035ms
2024-10-16T09:48:31.1395082Z 09:48:31.137 INFO  Starting analysis with current program
2024-10-16T09:48:31.1503053Z 09:48:31.149 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:31.1550867Z 09:48:31.154 INFO  Creating TypeScript program
2024-10-16T09:48:31.1555366Z 09:48:31.155 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/market-model/app/tsconfig.spec.json
2024-10-16T09:48:34.2967301Z 09:48:34.296 INFO  5/1449 files analyzed, current file: /home/vsts/work/1/s/libs/ui/src/components/molecules/kpi-years-comparison/stories/kpi-years-comparison.stories.ts
2024-10-16T09:48:34.9075683Z 09:48:34.902 INFO  Creating TypeScript program (done) | time=3748ms
2024-10-16T09:48:34.9115252Z 09:48:34.903 INFO  Starting analysis with current program
2024-10-16T09:48:34.9224383Z 09:48:34.921 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:34.9244843Z 09:48:34.924 INFO  Creating TypeScript program
2024-10-16T09:48:34.9245616Z 09:48:34.924 INFO  TypeScript configuration file /home/vsts/work/1/s/apps/market-model/app/tsconfig.editor.json
2024-10-16T09:48:38.4959639Z 09:48:38.495 INFO  Creating TypeScript program (done) | time=3571ms
2024-10-16T09:48:38.4960759Z 09:48:38.495 INFO  Starting analysis with current program
2024-10-16T09:48:38.5206187Z 09:48:38.519 INFO  Analyzed 0 file(s) with current program
2024-10-16T09:48:38.5236119Z 09:48:38.523 INFO  Found 36 file(s) not part of any tsconfig.json: they will be analyzed without type information
2024-10-16T09:48:38.5843653Z 09:48:38.583 INFO  1449/1449 source files have been analyzed
2024-10-16T09:48:38.5860713Z 09:48:38.585 INFO  Hit the cache for 1444 out of 1449
2024-10-16T09:48:38.5883271Z 09:48:38.588 INFO  Miss the cache for 5 out of 1449: FILE_CHANGED [5/1449]
2024-10-16T09:48:38.5887383Z 09:48:38.588 INFO  Sensor JavaScript/TypeScript analysis [javascript] (done) | time=206593ms
2024-10-16T09:48:38.5891307Z 09:48:38.588 INFO  Sensor JavaScript inside YAML analysis [javascript]
2024-10-16T09:48:38.7172688Z 09:48:38.716 INFO  No input files found for analysis
2024-10-16T09:48:38.7180614Z 09:48:38.717 INFO  Hit the cache for 0 out of 0
2024-10-16T09:48:38.7186890Z 09:48:38.718 INFO  Miss the cache for 0 out of 0
2024-10-16T09:48:38.7192505Z 09:48:38.719 INFO  Sensor JavaScript inside YAML analysis [javascript] (done) | time=130ms
2024-10-16T09:48:38.7198005Z 09:48:38.719 INFO  Sensor JavaScript inside HTML analysis [javascript]
2024-10-16T09:48:38.7310088Z 09:48:38.730 INFO  219 source files to be analyzed
2024-10-16T09:48:39.1503039Z 09:48:39.149 INFO  219/219 source files have been analyzed
2024-10-16T09:48:39.1503998Z 09:48:39.149 INFO  Hit the cache for 218 out of 219
2024-10-16T09:48:39.1504873Z 09:48:39.149 INFO  Miss the cache for 1 out of 219: FILE_CHANGED [1/219]
2024-10-16T09:48:39.1505672Z 09:48:39.149 INFO  Sensor JavaScript inside HTML analysis [javascript] (done) | time=430ms
2024-10-16T09:48:39.1507334Z 09:48:39.149 INFO  Sensor CSS Rules [javascript]
2024-10-16T09:48:39.1507819Z 09:48:39.149 INFO  Sensor CSS Rules is restricted to changed files only
2024-10-16T09:48:39.1637215Z 09:48:39.162 INFO  2 source files to be analyzed
2024-10-16T09:48:39.4295441Z 09:48:39.428 INFO  2/2 source files have been analyzed
2024-10-16T09:48:39.4296465Z 09:48:39.429 INFO  Hit the cache for 0 out of 0
2024-10-16T09:48:39.4298798Z 09:48:39.429 INFO  Miss the cache for 0 out of 0
2024-10-16T09:48:39.4299259Z 09:48:39.429 INFO  Sensor CSS Rules [javascript] (done) | time=280ms
2024-10-16T09:48:39.4299678Z 09:48:39.429 INFO  Sensor JavaScript/TypeScript Coverage [javascript]
2024-10-16T09:48:41.1000747Z 09:48:41.092 INFO  Analysing [/home/vsts/work/1/s/node_modules/.pnpm/tsconfig-paths-webpack-plugin@4.1.0/node_modules/tsconfig-paths-webpack-plugin/coverage/lcov.info, /home/vsts/work/1/s/node_modules/.pnpm/tsconfig-paths-webpack-plugin@4.0.0/node_modules/tsconfig-paths-webpack-plugin/coverage/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/2158304841207277298/outputs/coverage/libs/features/sbu/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/10973219323921234866/outputs/coverage/libs/features/end-markets/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/17792502215909149460/outputs/coverage/libs/features/innovation-management/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/4660935496169695384/outputs/coverage/libs/features/opportunities/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/13246188013311675533/outputs/coverage/libs/features/shared/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/2863369625634266247/outputs/coverage/libs/features/projects/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/5436239657783336768/outputs/coverage/libs/features/filters/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/17491519254754386040/outputs/coverage/libs/features/orders/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/9453698803049991424/outputs/coverage/libs/features/dimensions/lcov.info, /home/vsts/work/1/s/libs/features/accounts/coverage/lcov.info, /home/vsts/work/1/s/libs/ui/coverage/lcov.info, /home/vsts/work/1/s/coverage/libs/features/opportunities/lcov.info, /home/vsts/work/1/s/coverage/libs/features/filters/lcov.info, /home/vsts/work/1/s/coverage/libs/features/shared/lcov.info, /home/vsts/work/1/s/coverage/libs/features/projects/lcov.info, /home/vsts/work/1/s/coverage/libs/features/dimensions/lcov.info, /home/vsts/work/1/s/coverage/libs/features/orders/lcov.info, /home/vsts/work/1/s/coverage/libs/features/innovation-management/lcov.info, /home/vsts/work/1/s/coverage/libs/features/end-markets/lcov.info, /home/vsts/work/1/s/coverage/libs/features/sbu/lcov.info, /home/vsts/work/1/s/coverage/market-model/lcov.info, /home/vsts/work/1/s/apps/coverage/manage-the-year/lcov.info, /home/vsts/work/1/s/apps/coverage/review-past-performance/lcov.info, /home/vsts/work/1/s/apps/coverage/sales-pipeline/lcov.info, /home/vsts/work/1/s/apps/coverage/account-mapping/lcov.info, /home/vsts/work/1/s/apps/coverage/innovation-management/lcov.info, /home/vsts/work/1/s/apps/coverage/orderbook/lcov.info, /home/vsts/work/1/s/apps/coverage/customer-roadmapping/lcov.info, /home/vsts/work/1/s/apps/host/coverage/lcov.info]
2024-10-16T09:48:41.2201457Z 09:48:41.218 WARN  Could not resolve 3 file paths in [/home/vsts/work/1/s/node_modules/.pnpm/tsconfig-paths-webpack-plugin@4.1.0/node_modules/tsconfig-paths-webpack-plugin/coverage/lcov.info, /home/vsts/work/1/s/node_modules/.pnpm/tsconfig-paths-webpack-plugin@4.0.0/node_modules/tsconfig-paths-webpack-plugin/coverage/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/2158304841207277298/outputs/coverage/libs/features/sbu/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/10973219323921234866/outputs/coverage/libs/features/end-markets/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/17792502215909149460/outputs/coverage/libs/features/innovation-management/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/4660935496169695384/outputs/coverage/libs/features/opportunities/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/13246188013311675533/outputs/coverage/libs/features/shared/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/2863369625634266247/outputs/coverage/libs/features/projects/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/5436239657783336768/outputs/coverage/libs/features/filters/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/17491519254754386040/outputs/coverage/libs/features/orders/lcov.info, /home/vsts/work/1/s/node_modules/.cache/nx/9453698803049991424/outputs/coverage/libs/features/dimensions/lcov.info, /home/vsts/work/1/s/libs/features/accounts/coverage/lcov.info, /home/vsts/work/1/s/libs/ui/coverage/lcov.info, /home/vsts/work/1/s/coverage/libs/features/opportunities/lcov.info, /home/vsts/work/1/s/coverage/libs/features/filters/lcov.info, /home/vsts/work/1/s/coverage/libs/features/shared/lcov.info, /home/vsts/work/1/s/coverage/libs/features/projects/lcov.info, /home/vsts/work/1/s/coverage/libs/features/dimensions/lcov.info, /home/vsts/work/1/s/coverage/libs/features/orders/lcov.info, /home/vsts/work/1/s/coverage/libs/features/innovation-management/lcov.info, /home/vsts/work/1/s/coverage/libs/features/end-markets/lcov.info, /home/vsts/work/1/s/coverage/libs/features/sbu/lcov.info, /home/vsts/work/1/s/coverage/market-model/lcov.info, /home/vsts/work/1/s/apps/coverage/manage-the-year/lcov.info, /home/vsts/work/1/s/apps/coverage/review-past-performance/lcov.info, /home/vsts/work/1/s/apps/coverage/sales-pipeline/lcov.info, /home/vsts/work/1/s/apps/coverage/account-mapping/lcov.info, /home/vsts/work/1/s/apps/coverage/innovation-management/lcov.info, /home/vsts/work/1/s/apps/coverage/orderbook/lcov.info, /home/vsts/work/1/s/apps/coverage/customer-roadmapping/lcov.info, /home/vsts/work/1/s/apps/host/coverage/lcov.info]
2024-10-16T09:48:41.2205182Z 09:48:41.219 WARN  First unresolved path: src/logger.ts (Run in DEBUG mode to get full list of unresolved paths)
2024-10-16T09:48:41.2205988Z 09:48:41.220 WARN  Found 8 inconsistencies in coverage report. Re-run analyse in debug mode to see details.
2024-10-16T09:48:41.2207995Z 09:48:41.220 INFO  Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=1791ms
2024-10-16T09:48:41.2210847Z 09:48:41.220 INFO  Sensor CSS Metrics [javascript]
2024-10-16T09:48:41.2213109Z 09:48:41.221 INFO  Sensor CSS Metrics is restricted to changed files only
2024-10-16T09:48:41.2365672Z 09:48:41.236 INFO  Sensor CSS Metrics [javascript] (done) | time=16ms
2024-10-16T09:48:41.2367806Z 09:48:41.236 INFO  Sensor ThymeLeaf template sensor [securityjavafrontend]
2024-10-16T09:48:41.2465601Z 09:48:41.246 INFO  Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=10ms
2024-10-16T09:48:41.2467694Z 09:48:41.246 INFO  Sensor IaC Docker Sensor [iac]
2024-10-16T09:48:41.2469936Z 09:48:41.246 INFO  Sensor IaC Docker Sensor is restricted to changed files only
2024-10-16T09:48:41.3022885Z 09:48:41.301 INFO  0 source files to be analyzed
2024-10-16T09:48:41.3444695Z 09:48:41.343 INFO  0/0 source files have been analyzed
2024-10-16T09:48:41.3447542Z 09:48:41.344 INFO  Sensor IaC Docker Sensor [iac] (done) | time=98ms
2024-10-16T09:48:41.3450796Z 09:48:41.344 INFO  Sensor Serverless configuration file sensor [security]
2024-10-16T09:48:41.3483039Z 09:48:41.348 INFO  0 Serverless function entries were found in the project
2024-10-16T09:48:41.3521278Z 09:48:41.351 INFO  0 Serverless function handlers were kept as entrypoints
2024-10-16T09:48:41.3527432Z 09:48:41.352 INFO  Sensor Serverless configuration file sensor [security] (done) | time=8ms
2024-10-16T09:48:41.3529523Z 09:48:41.352 INFO  Sensor AWS SAM template file sensor [security]
2024-10-16T09:48:41.3993908Z 09:48:41.398 INFO  Sensor AWS SAM template file sensor [security] (done) | time=46ms
2024-10-16T09:48:41.3996582Z 09:48:41.399 INFO  Sensor AWS SAM Inline template file sensor [security]
2024-10-16T09:48:41.4430954Z 09:48:41.442 INFO  Sensor AWS SAM Inline template file sensor [security] (done) | time=43ms
2024-10-16T09:48:41.4433458Z 09:48:41.443 INFO  Sensor javabugs [dbd]
2024-10-16T09:48:41.4460901Z 09:48:41.445 INFO  Reading IR files from: /home/vsts/work/1/s/.scannerwork/ir/java
2024-10-16T09:48:41.4461381Z 09:48:41.445 INFO  No IR files have been included for analysis.
2024-10-16T09:48:41.4467668Z 09:48:41.446 INFO  Sensor javabugs [dbd] (done) | time=3ms
2024-10-16T09:48:41.4468036Z 09:48:41.446 INFO  Sensor pythonbugs [dbd]
2024-10-16T09:48:41.4469826Z 09:48:41.446 INFO  Reading IR files from: /home/vsts/work/1/s/.scannerwork/ir/python
2024-10-16T09:48:41.4472005Z 09:48:41.446 INFO  No IR files have been included for analysis.
2024-10-16T09:48:41.4474685Z 09:48:41.447 INFO  Sensor pythonbugs [dbd] (done) | time=1ms
2024-10-16T09:48:41.4477803Z 09:48:41.447 INFO  Sensor JavaSecuritySensor [security]
2024-10-16T09:48:41.4515071Z 09:48:41.451 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
2024-10-16T09:48:41.4526770Z 09:48:41.452 INFO  Load type hierarchy and UCFGs: Starting
2024-10-16T09:48:41.4532039Z 09:48:41.452 INFO  Load type hierarchy: Starting
2024-10-16T09:48:41.4536795Z 09:48:41.453 INFO  Reading type hierarchy from: /home/vsts/work/1/s/.scannerwork/ucfg2/java
2024-10-16T09:48:41.4541594Z 09:48:41.453 INFO  Read 0 type definitions
2024-10-16T09:48:41.4573681Z 09:48:41.457 INFO  Load type hierarchy: Time spent was 00:00:00.003
2024-10-16T09:48:41.4578497Z 09:48:41.457 INFO  Load UCFGs: Starting
2024-10-16T09:48:41.4584333Z 09:48:41.458 INFO  Load UCFGs: Time spent was 00:00:00.000
2024-10-16T09:48:41.4589765Z 09:48:41.458 INFO  Load type hierarchy and UCFGs: Time spent was 00:00:00.006
2024-10-16T09:48:41.4594619Z 09:48:41.459 INFO  No UCFGs have been included for analysis.
2024-10-16T09:48:41.4613418Z 09:48:41.460 INFO  java security sensor: Time spent was 00:00:00.011
2024-10-16T09:48:41.5712863Z 09:48:41.570 INFO  Sensor JavaSecuritySensor [security] (done) | time=123ms
2024-10-16T09:48:41.5718318Z 09:48:41.571 INFO  Sensor CSharpSecuritySensor [security]
2024-10-16T09:48:41.5731940Z 09:48:41.572 INFO  Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6639, S6641
2024-10-16T09:48:41.5736719Z 09:48:41.573 INFO  Load type hierarchy and UCFGs: Starting
2024-10-16T09:48:41.5740740Z 09:48:41.573 INFO  Load type hierarchy: Starting
2024-10-16T09:48:41.5746613Z 09:48:41.574 INFO  Reading type hierarchy from: /home/vsts/work/1/s/ucfg_cs2
2024-10-16T09:48:41.5756570Z 09:48:41.575 INFO  Read 0 type definitions
2024-10-16T09:48:41.5763315Z 09:48:41.576 INFO  Load type hierarchy: Time spent was 00:00:00.002
2024-10-16T09:48:41.5767499Z 09:48:41.576 INFO  Load UCFGs: Starting
2024-10-16T09:48:41.5784314Z 09:48:41.578 INFO  Load UCFGs: Time spent was 00:00:00.000
2024-10-16T09:48:41.5790557Z 09:48:41.578 INFO  Load type hierarchy and UCFGs: Time spent was 00:00:00.005
2024-10-16T09:48:41.5795613Z 09:48:41.579 INFO  No UCFGs have been included for analysis.
2024-10-16T09:48:41.5800507Z 09:48:41.579 INFO  csharp security sensor: Time spent was 00:00:00.007
2024-10-16T09:48:41.5807447Z 09:48:41.580 INFO  Sensor CSharpSecuritySensor [security] (done) | time=9ms
2024-10-16T09:48:41.5811599Z 09:48:41.580 INFO  Sensor PhpSecuritySensor [security]
2024-10-16T09:48:41.5817763Z 09:48:41.581 INFO  Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
2024-10-16T09:48:41.5821304Z 09:48:41.581 INFO  Load type hierarchy and UCFGs: Starting
2024-10-16T09:48:41.5824999Z 09:48:41.582 INFO  Load type hierarchy: Starting
2024-10-16T09:48:41.5828846Z 09:48:41.582 INFO  Reading type hierarchy from: /home/vsts/work/1/s/.scannerwork/ucfg2/php
2024-10-16T09:48:41.5832637Z 09:48:41.583 INFO  Read 0 type definitions
2024-10-16T09:48:41.5837989Z 09:48:41.583 INFO  Load type hierarchy: Time spent was 00:00:00.001
2024-10-16T09:48:41.5841915Z 09:48:41.583 INFO  Load UCFGs: Starting
2024-10-16T09:48:41.5847797Z 09:48:41.584 INFO  Load UCFGs: Time spent was 00:00:00.000
2024-10-16T09:48:41.5853932Z 09:48:41.585 INFO  Load type hierarchy and UCFGs: Time spent was 00:00:00.003
2024-10-16T09:48:41.5857664Z 09:48:41.585 INFO  No UCFGs have been included for analysis.
2024-10-16T09:48:41.5863100Z 09:48:41.585 INFO  php security sensor: Time spent was 00:00:00.004
2024-10-16T09:48:41.5869593Z 09:48:41.586 INFO  Sensor PhpSecuritySensor [security] (done) | time=6ms
2024-10-16T09:48:41.5873453Z 09:48:41.587 INFO  Sensor PythonSecuritySensor [security]
2024-10-16T09:48:41.5882581Z 09:48:41.587 INFO  Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350
2024-10-16T09:48:41.5887936Z 09:48:41.588 INFO  Load type hierarchy and UCFGs: Starting
2024-10-16T09:48:41.5891972Z 09:48:41.588 INFO  Load type hierarchy: Starting
2024-10-16T09:48:41.5896353Z 09:48:41.589 INFO  Reading type hierarchy from: /home/vsts/work/1/s/.scannerwork/ucfg2/python
2024-10-16T09:48:41.5900471Z 09:48:41.589 INFO  Read 0 type definitions
2024-10-16T09:48:41.5905972Z 09:48:41.590 INFO  Load type hierarchy: Time spent was 00:00:00.001
2024-10-16T09:48:41.5909353Z 09:48:41.590 INFO  Load UCFGs: Starting
2024-10-16T09:48:41.5915317Z 09:48:41.591 INFO  Load UCFGs: Time spent was 00:00:00.000
2024-10-16T09:48:41.5924978Z 09:48:41.591 INFO  Load type hierarchy and UCFGs: Time spent was 00:00:00.003
2024-10-16T09:48:41.5931352Z 09:48:41.592 INFO  No UCFGs have been included for analysis.
2024-10-16T09:48:41.5936728Z 09:48:41.593 INFO  python security sensor: Time spent was 00:00:00.005
2024-10-16T09:48:41.5948292Z 09:48:41.594 INFO  Sensor PythonSecuritySensor [security] (done) | time=7ms
2024-10-16T09:48:41.5952923Z 09:48:41.594 INFO  Sensor JsSecuritySensor [security]
2024-10-16T09:48:41.5958617Z 09:48:41.595 INFO  Enabled taint analysis rules: S2083, S5147, S5334, S5696, S6287, S3649, S6350, S6105, S5146, S6096, S5131, S5883, S2076, S5144, S2631
2024-10-16T09:48:41.5962360Z 09:48:41.596 INFO  Load type hierarchy and UCFGs: Starting
2024-10-16T09:48:41.5966137Z 09:48:41.596 INFO  Load type hierarchy: Starting
2024-10-16T09:48:41.5970937Z 09:48:41.596 INFO  Reading type hierarchy from: /home/vsts/work/1/s/.scannerwork/ucfg2/js
2024-10-16T09:48:41.6103920Z 09:48:41.609 INFO  Read 0 type definitions
2024-10-16T09:48:41.6104982Z 09:48:41.610 INFO  Load type hierarchy: Time spent was 00:00:00.013
2024-10-16T09:48:41.6106189Z 09:48:41.610 INFO  Load UCFGs: Starting
2024-10-16T09:48:41.6106792Z 09:48:41.610 INFO  Reading UCFGs from: /home/vsts/work/1/s/.scannerwork/ucfg2/js
2024-10-16T09:48:44.9221405Z 09:48:44.921 INFO  Load UCFGs: Time spent was 00:00:03.311
2024-10-16T09:48:44.9227841Z 09:48:44.922 INFO  Load type hierarchy and UCFGs: Time spent was 00:00:03.326
2024-10-16T09:48:44.9233197Z 09:48:44.923 INFO  Analyzing 8560 UCFGs to detect vulnerabilities.
2024-10-16T09:48:44.9239102Z 09:48:44.923 INFO  Check cache: Starting
2024-10-16T09:48:44.9244640Z 09:48:44.924 INFO  Load cache: Starting
2024-10-16T09:48:45.0150549Z 09:48:45.014 INFO  Load cache: Time spent was 00:00:00.090
2024-10-16T09:48:45.0163950Z 09:48:45.015 INFO  Compare cache: Starting
2024-10-16T09:48:45.0212198Z 09:48:45.020 INFO  Cache loaded: SecuritySensorCache{ucfgsHashes.count=8554, typeDefinitionsHashes.count=0}
2024-10-16T09:48:45.0217997Z 09:48:45.021 INFO  Compare cache: Time spent was 00:00:00.005
2024-10-16T09:48:45.0220918Z 09:48:45.021 INFO  Check cache: Time spent was 00:00:00.098
2024-10-16T09:48:45.0222927Z 09:48:45.022 INFO  Create runtime call graph: Starting
2024-10-16T09:48:45.0233235Z 09:48:45.023 INFO  Variable Type Analysis #1: Starting
2024-10-16T09:48:45.0245562Z 09:48:45.024 INFO  Create runtime type propagation graph: Starting
2024-10-16T09:48:45.5431892Z 09:48:45.542 INFO  Create runtime type propagation graph: Time spent was 00:00:00.518
2024-10-16T09:48:45.5441725Z 09:48:45.543 INFO  Run SCC (Tarjan) on 49285 nodes: Starting
2024-10-16T09:48:45.6335297Z 09:48:45.632 INFO  Run SCC (Tarjan) on 49285 nodes: Time spent was 00:00:00.086
2024-10-16T09:48:45.6336691Z 09:48:45.633 INFO  Tarjan found 49283 strongly connected components
2024-10-16T09:48:45.6337805Z 09:48:45.633 INFO  Propagate runtime types to strongly connected components: Starting
2024-10-16T09:48:45.7832045Z 09:48:45.782 INFO  Propagate runtime types to strongly connected components: Time spent was 00:00:00.148
2024-10-16T09:48:45.7833744Z 09:48:45.783 INFO  Variable Type Analysis #1: Time spent was 00:00:00.760
2024-10-16T09:48:45.7857498Z 09:48:45.785 INFO  Variable Type Analysis #2: Starting
2024-10-16T09:48:45.7858202Z 09:48:45.785 INFO  Create runtime type propagation graph: Starting
2024-10-16T09:48:46.2048181Z 09:48:46.204 INFO  Create runtime type propagation graph: Time spent was 00:00:00.418
2024-10-16T09:48:46.2054712Z 09:48:46.204 INFO  Run SCC (Tarjan) on 49285 nodes: Starting
2024-10-16T09:48:46.2795980Z 09:48:46.278 INFO  Run SCC (Tarjan) on 49285 nodes: Time spent was 00:00:00.073
2024-10-16T09:48:46.2797677Z 09:48:46.279 INFO  Tarjan found 49283 strongly connected components
2024-10-16T09:48:46.2799514Z 09:48:46.279 INFO  Propagate runtime types to strongly connected components: Starting
2024-10-16T09:48:46.4505538Z 09:48:46.449 INFO  Propagate runtime types to strongly connected components: Time spent was 00:00:00.169
2024-10-16T09:48:46.4506708Z 09:48:46.450 INFO  Variable Type Analysis #2: Time spent was 00:00:00.664
2024-10-16T09:48:46.4577844Z 09:48:46.457 INFO  Create runtime call graph: Time spent was 00:00:01.435
2024-10-16T09:48:46.4578957Z 09:48:46.457 INFO  Load config: Starting
2024-10-16T09:48:46.5684351Z 09:48:46.567 INFO  Load config: Time spent was 00:00:00.109
2024-10-16T09:48:46.5685396Z 09:48:46.567 INFO  Compute entry points: Starting
2024-10-16T09:48:48.9182875Z 09:48:48.917 INFO  Compute entry points: Time spent was 00:00:02.349
2024-10-16T09:48:48.9183376Z 09:48:48.917 INFO  All rules entry points : 1450
2024-10-16T09:48:48.9183654Z 09:48:48.917 INFO  Slice call graph: Starting
2024-10-16T09:48:48.9183951Z 09:48:48.917 INFO  Slice call graph: Time spent was 00:00:00.000
2024-10-16T09:48:48.9184253Z 09:48:48.917 INFO  Live variable analysis: Starting
2024-10-16T09:48:50.3403829Z 09:48:50.339 INFO  Live variable analysis: Time spent was 00:00:01.421
2024-10-16T09:48:50.3409902Z 09:48:50.340 INFO  Taint analysis for js: Starting
2024-10-16T09:48:51.4066483Z 09:48:51.405 INFO  0 / 8560 UCFGs simulated, memory usage: 340 MB
2024-10-16T09:48:52.4531870Z 09:48:52.452 INFO  266 / 8560 UCFGs simulated, memory usage: 545 MB
2024-10-16T09:48:53.3893697Z 09:48:53.387 INFO  443 / 8560 UCFGs simulated, memory usage: 469 MB
2024-10-16T09:48:53.9347836Z 09:48:53.933 INFO  647 / 8560 UCFGs simulated, memory usage: 355 MB
2024-10-16T09:48:54.2615949Z 09:48:54.261 INFO  891 / 8560 UCFGs simulated, memory usage: 529 MB
2024-10-16T09:48:54.7392375Z 09:48:54.738 INFO  1097 / 8560 UCFGs simulated, memory usage: 412 MB
2024-10-16T09:48:55.0203778Z 09:48:55.019 INFO  1348 / 8560 UCFGs simulated, memory usage: 560 MB
2024-10-16T09:48:55.4569483Z 09:48:55.456 INFO  1594 / 8560 UCFGs simulated, memory usage: 435 MB
2024-10-16T09:49:05.9184845Z 09:49:05.918 INFO  1705 / 8560 UCFGs simulated, memory usage: 993 MB
2024-10-16T09:54:07.7498649Z 09:54:07.749 INFO  1744 / 8560 UCFGs simulated, memory usage: 566 MB
2024-10-16T09:54:49.9680450Z 09:54:49.967 INFO  1845 / 8560 UCFGs simulated, memory usage: 1080 MB
2024-10-16T09:56:49.9734413Z 09:56:49.972 INFO  1852 / 8560 UCFGs simulated, memory usage: 1423 MB
2024-10-16T09:59:11.4950580Z 09:59:11.493 INFO  1853 / 8560 UCFGs simulated, memory usage: 550 MB
2024-10-16T10:01:12.0427417Z 10:01:12.041 INFO  1855 / 8560 UCFGs simulated, memory usage: 1123 MB
2024-10-16T10:02:21.4392157Z 10:02:21.438 INFO  1898 / 8560 UCFGs simulated, memory usage: 1448 MB
2024-10-16T10:07:22.5930882Z 10:07:22.592 INFO  1900 / 8560 UCFGs simulated, memory usage: 1299 MB
2024-10-16T10:11:09.1113671Z ##[error]The Operation will be canceled. The next steps may not contain expected logs.
2024-10-16T10:11:09.1675910Z ##[error]The operation was canceled.
2024-10-16T10:11:09.1679946Z ##[section]Finishing: SonarQubeAnalyze

Hi Philip,

Welcome to the community and thanks for this thorough initial report!

I’m not sure it will make a difference here, but before we go further, can you upgrade to the current version, 10.7, and retry?

 
Thx,
Ann

Hi Ann,

unfortunately, that’s not so easy since we have a single instance of Sonarqube running for multiple projects. So we would have to plan and update thoroughly.

Given that the problem seems to be with the scanner that runs in my DevOps pipeline (SonarScanner CLI 6.1.0.4477), do you think that the version of the server would make a big difference?

Thanks,
Philip

Hi Philip,

This is not about the scanner, but about the analyzers that ship with the version of SonarQube, which is why I was hoping to get you on the latest version before we went further.

I did a Jira search before asking you to upgrade, and it’s not clear to me that anything relevant was addressed between 10.2 and 10.7. But it’s not clear to me that nothing was, either.

I’m nonetheless going to flag this for more expert eyes.

 
Ann

Hello Philip,

Thanks a lot for the logs you provided.

It is very difficult for us to investigate and understand the root cause of such a performance issue from the logs alone.
Would you be willing to share privately with us the content of the .scannerwork/ucfg2/js folder? It contains an intermediate representation of the JS files, on which the security analyzer is running. That would be very helpful, as with this, we would be able to reproduce the issue on our side. I will send you a private message for that purpose.

In the meantime, as a temporary workaround, you could also disable the following rules from your JavaScript profile: S2076, S2083, S2631, S3649, S5131, S5144, S5146, S5147, S5334, S5696, S5883, S6096, S6105, S6287, S6350. This would make the scanner skip the taint analysis for the JS rules but still allow you to enjoy the benefits of the JavaScript/TypeScript analyzer.

Thanks.

-Renaud

Hello Renaud,

sure, I’ll share it with you separately.

Thanks,
Philip

1 Like

Hello Philip,

thanks again for the files you provided; as discussed, I was able to run the analysis and found no taint-related issues.

On my laptop, with the exact same version you use, the analysis took a bit less than 6 min to complete, even with memory constrained to 512Mo.

The analysis is quite CPU intensive; the time to load the ucfgs files was ok according to your logs, so I think the I/O is not an issue here.

Can you give me details on the kind of server you are using (OS, memory, CPU)?
Is it possible to try with a faster CPU setting an assess the impact?

I hope this will help to get a more reasonable analysis time.

Renaud

Hi Renaud,

we’re using the Microsoft cloud agents for our pipelines.

According to Microsoft, they have:

2 core CPU, 7 GB of RAM, and 14 GB of SSD disk space

Unfortunately, we cannot change the configuration of these machines. We can try switching to self-hosted agents with more powerful configurations but that will take a bit of time and also incur higher costs for us.

Do you see any further optimization potential with the analysis?

Thanks,
Philip

Hello Philip,

I ran some more tests this morning and sent you a message with the conclusion. Let me know if this helps.

Best regards,

Renaud