Sonar-scanner is freezed during javascript test

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    Sonarqube: Developer Edition v10.6 (92116)
    SonarQube Scanner for Jenkins: 2.17.2
    Scanner: 6.1.0.4477

command:
${scannerHome}/bin/sonar-scanner -X
-Dsonar.projectKey=EMS_CI_BUILD
-Dsonar.sourceEncoding=UTF-8
-Dsonar.sources=company
-Dsonar.c.file.suffixes=-
-Dsonar.cpp.file.suffixes=-
-Dsonar.objc.file.suffixes=-

  • how is SonarQube deployed: zip, Docker, Helm
    From jenkins plugin

Heap memory information (node(slave) container for jenkins)

$ java -XX:+PrintFlagsFinal -version | grep HeapSize
   size_t ErgoHeapSizeLimit                        = 0                                         {product} {default}
   size_t HeapSizePerGCThread                      = 43620760                                  {product} {default}
   size_t InitialHeapSize                          = 2113929216                                {product} {ergonomic}
   size_t LargePageHeapSizeThreshold               = 134217728                                 {product} {default}
   size_t MaxHeapSize                              = 32178700288                               {product} {ergonomic}
   size_t MinHeapSize                              = 16777216                                  {product} {ergonomic}
    uintx NonNMethodCodeHeapSize                   = 8782280                                {pd product} {ergonomic}
    uintx NonProfiledCodeHeapSize                  = 121437980                              {pd product} {ergonomic}
    uintx ProfiledCodeHeapSize                     = 121437980                              {pd product} {ergonomic}
   size_t SoftMaxHeapSize                          = 32178700288                            {manageable} {ergonomic}

normal log

19:25:13  RUN sonarqube!!
19:25:13  [Pipeline] tool
19:25:13  [Pipeline] withSonarQubeEnv
19:25:13  Injecting SonarQube environment variables using the configuration: sonarQube
19:25:13  [Pipeline] {
19:25:13  [Pipeline] sh
19:25:14  + export SONAR_SCANNER_OPTS=-Xmx50G
19:25:14  + SONAR_SCANNER_OPTS=-Xmx50G
19:25:14  + /DATA/jenkins/tools/hudson.plugins.sonar.SonarRunnerInstallation/SonarScanner/bin/sonar-scanner -Dsonar.projectKey=EMS_CI_BUILD -Dsonar.sourceEncoding=UTF-8 -Dsonar.sources=qcells -Dsonar.c.file.suffixes=- -Dsonar.cpp.file.suffixes=- -Dsonar.objc.file.suffixes=-
19:25:14  19:25:14.096 INFO  Scanner configuration file: /DATA/jenkins/tools/hudson.plugins.sonar.SonarRunnerInstallation/SonarScanner/conf/sonar-scanner.properties
19:25:14  19:25:14.099 INFO  Project root configuration file: /DATA/jenkins/workspace/ci-we_master/sonar-project.properties
19:25:14  19:25:14.111 INFO  SonarScanner CLI 6.1.0.4477
19:25:14  19:25:14.112 INFO  Java 17.0.11 Ubuntu (64-bit)
19:25:14  19:25:14.112 INFO  Linux 5.15.0-119-generic amd64
19:25:14  19:25:14.113 INFO  SONAR_SCANNER_OPTS=-Xmx50G
19:25:14  19:25:14.136 INFO  User cache: /home/jenkins/.sonar/cache
19:25:14  19:25:14.540 INFO  JRE provisioning: os[linux], arch[x86_64]
19:25:14  19:25:14.645 INFO  Communicating with SonarQube Server 10.6.0.92116
19:25:15  19:25:14.914 INFO  Starting SonarScanner Engine...
19:25:15  19:25:14.915 INFO  Java 17.0.11 Eclipse Adoptium (64-bit)
19:25:15  19:25:15.524 INFO  Load global settings
19:25:15  19:25:15.592 INFO  Load global settings (done) | time=69ms
19:25:15  19:25:15.595 INFO  Server id: E6548B69-AYtcllxFe9m76IEIVJMB
19:25:15  19:25:15.602 INFO  Loading required plugins
19:25:15  19:25:15.604 INFO  Load plugins index
19:25:15  19:25:15.616 INFO  Load plugins index (done) | time=13ms
19:25:15  19:25:15.617 INFO  Load/download plugins
19:25:15  19:25:15.670 INFO  Load/download plugins (done) | time=54ms
19:25:15  19:25:15.711 INFO  Loaded core extensions: developer-scanner
19:25:16  19:25:15.902 INFO  Process project properties
19:25:16  19:25:15.908 INFO  Process project properties (done) | time=6ms
19:25:16  19:25:15.914 INFO  Project key: EMS_CI_BUILD
19:25:16  19:25:15.915 INFO  Base dir: /DATA/jenkins/workspace/ci-we_master
19:25:16  19:25:15.916 INFO  Working dir: /DATA/jenkins/workspace/ci-we_master/.scannerwork
19:25:16  19:25:15.920 INFO  Load project settings for component key: 'EMS_CI_BUILD'
19:25:16  19:25:15.941 INFO  Load project settings for component key: 'EMS_CI_BUILD' (done) | time=21ms
19:25:16  19:25:15.977 INFO  Load project branches
19:25:16  19:25:15.996 INFO  Load project branches (done) | time=19ms
19:25:16  19:25:15.997 INFO  Load branch configuration
19:25:16  19:25:15.998 INFO  Detected branch/PR in 'Jenkins'
19:25:16  19:25:15.999 INFO  Auto-configuring branch 'master'
19:25:16  19:25:15.999 INFO  Load branch configuration (done) | time=2ms
19:25:16  19:25:16.012 INFO  Load quality profiles
19:25:16  19:25:16.071 INFO  Load quality profiles (done) | time=58ms
19:25:16  19:25:16.078 INFO  Auto-configuring with CI 'Jenkins'
19:25:16  19:25:16.087 INFO  Load active rules
19:25:20  19:25:19.787 INFO  Load active rules (done) | time=3700ms
19:25:20  19:25:19.792 INFO  Load analysis cache
19:25:20  19:25:19.870 INFO  Load analysis cache | time=78ms
19:25:20  19:25:19.898 INFO  Branch name: master
19:25:20  19:25:19.913 INFO  Preprocessing files...
19:25:20  19:25:20.221 INFO  6 languages detected in 909 preprocessed files
19:25:20  19:25:20.222 INFO  1454 files ignored because of inclusion/exclusion patterns
19:25:20  19:25:20.223 INFO  Loading plugins for detected languages
19:25:20  19:25:20.224 INFO  Load/download plugins
19:25:20  19:25:20.255 INFO  Load/download plugins (done) | time=31ms
19:25:20  19:25:20.383 INFO  Load project repositories
19:25:20  19:25:20.413 INFO  Load project repositories (done) | time=30ms
19:25:20  19:25:20.428 INFO  Indexing files...
19:25:20  19:25:20.429 INFO  Project configuration:
19:25:20  19:25:20.430 INFO    Excluded sources: debug*/**/*, release*/**/*, usbupdate*/**/*, sources/**/*, qcells/application/apps/csipmgr/epri/**/*, qcells/application/build/**, **/*.twig, qcells/webengine/dashboard/modules/**, qcells/webengine/engineer/modules/**, qcells/webengine/installer/modules/**, **/*.png, **/*.yml, **/*.scss
19:25:20  19:25:20.721 INFO  Some of the project files were automatically excluded because they looked like generated code. Enable debug logging to see which files were excluded. You can disable bundle detection by setting sonar.javascript.detectBundles=false
19:25:20  19:25:20.749 WARN  Invalid character encountered in file /DATA/jenkins/workspace/ci-we_master/qcells/webengine/modules/resources/css/engineer.css at line 857 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
19:25:20  19:25:20.814 INFO  905 files indexed
19:25:20  19:25:20.815 INFO  Quality profile for css: Sonar way
19:25:20  19:25:20.816 INFO  Quality profile for docker: Sonar way
19:25:20  19:25:20.816 INFO  Quality profile for js: Sonar way
19:25:20  19:25:20.817 INFO  Quality profile for json: Sonar way
19:25:20  19:25:20.817 INFO  Quality profile for ts: Sonar way
19:25:20  19:25:20.818 INFO  Quality profile for xml: Sonar way
19:25:20  19:25:20.818 INFO  ------------- Run sensors on module EMS_CI_BUILD
19:25:21  19:25:20.862 INFO  Load metrics repository
19:25:21  19:25:20.877 INFO  Load metrics repository (done) | time=15ms
19:25:21  19:25:21.399 INFO  Sensor HTML [web]
19:25:21  19:25:21.404 INFO  Sensor HTML [web] (done) | time=6ms
19:25:21  19:25:21.405 INFO  Sensor XML Sensor [xml]
19:25:21  19:25:21.413 INFO  14 source files to be analyzed
19:25:21  19:25:21.894 INFO  14/14 source files have been analyzed
19:25:21  19:25:21.895 INFO  Sensor XML Sensor [xml] (done) | time=490ms
19:25:21  19:25:21.895 INFO  Sensor JaCoCo XML Report Importer [jacoco]
19:25:21  19:25:21.895 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
19:25:21  19:25:21.896 INFO  No report imported, no coverage information will be imported by JaCoCo XML Report Importer
19:25:21  19:25:21.896 INFO  Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
19:25:21  19:25:21.896 INFO  Sensor IaC CloudFormation Sensor [iac]
19:25:22  19:25:21.996 WARN  Invalid character encountered in file /DATA/jenkins/workspace/ci-we_master/qcells/webengine/modules/language-and-countries.json at line 7219 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
19:25:22  19:25:22.035 INFO  0 source files to be analyzed
19:25:22  19:25:22.040 INFO  0/0 source files have been analyzed
19:25:22  19:25:22.041 INFO  Sensor IaC CloudFormation Sensor [iac] (done) | time=143ms
19:25:22  19:25:22.041 INFO  Sensor IaC AzureResourceManager Sensor [iac]
19:25:22  19:25:22.064 INFO  0 source files to be analyzed
19:25:22  19:25:22.119 INFO  0/0 source files have been analyzed
19:25:22  19:25:22.120 INFO  Sensor IaC AzureResourceManager Sensor [iac] (done) | time=79ms
19:25:22  19:25:22.120 INFO  Sensor Java Config Sensor [iac]
19:25:22  19:25:22.128 INFO  0 source files to be analyzed
19:25:22  19:25:22.131 INFO  0/0 source files have been analyzed
19:25:22  19:25:22.132 INFO  Sensor Java Config Sensor [iac] (done) | time=13ms
19:25:22  19:25:22.133 INFO  Sensor JavaScript/TypeScript analysis [javascript]
19:25:23  19:25:23.209 INFO  Detected os: Linux arch: amd64 alpine: false. Platform: LINUX_X64
19:25:23  19:25:23.229 INFO  Using embedded Node.js runtime
19:25:23  19:25:23.230 INFO  Using Node.js executable: '/home/jenkins/.sonar/js/node-runtime/node'.
19:25:26  19:25:25.688 INFO  Memory configuration: OS (128427 MB), Node.js (4144 MB).

stop forcely

19:57:03  19:57:02.831 INFO  Time spent writing ucfgs 0ms
19:57:03  19:57:02.832 INFO  Hit the cache for 0 out of 0
19:57:03  19:57:02.833 INFO  Miss the cache for 0 out of 0
19:57:03  19:57:02.840 ERROR isAlive was interrupted
19:57:03  java.lang.InterruptedException: null
19:57:03  	at java.base/java.util.concurrent.CompletableFuture.reportGet(Unknown Source)
19:57:03  	at java.base/java.util.concurrent.CompletableFuture.get(Unknown Source)
19:57:03  	at java.net.http/jdk.internal.net.http.HttpClientImpl.send(Unknown Source)
19:57:03  	at java.net.http/jdk.internal.net.http.HttpClientFacade.send(Unknown Source)
19:57:03  	at org.sonar.plugins.javascript.bridge.BridgeServerImpl.isAlive(BridgeServerImpl.java:431)
19:57:03  	at org.sonar.plugins.javascript.bridge.BridgeServerImpl.heartbeat(BridgeServerImpl.java:139)
19:57:03  	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
19:57:03  	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
19:57:03  	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
19:57:03  	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
19:57:03  	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
19:57:03  	at java.base/java.lang.Thread.run(Unknown Source)

verbose log

[2024-08-29T22:49:29.794Z] RUN sonarqube!!
[2024-08-29T22:49:29.796Z] [Pipeline] tool
[2024-08-29T22:49:29.809Z] [Pipeline] withSonarQubeEnv
[2024-08-29T22:49:29.813Z] Injecting SonarQube environment variables using the configuration: sonarQube
[2024-08-29T22:49:29.820Z] [Pipeline] {
[2024-08-29T22:49:29.827Z] [Pipeline] sh
[2024-08-29T22:49:30.111Z] + export SONAR_SCANNER_OPTS=-Xmx50G
[2024-08-29T22:49:30.111Z] + SONAR_SCANNER_OPTS=-Xmx50G
[2024-08-29T22:49:30.111Z] + /DATA/jenkins/tools/hudson.plugins.sonar.SonarRunnerInstallation/SonarScanner/bin/sonar-scanner -X -Dsonar.projectKey=EMS_CI_BUILD -Dsonar.sourceEncoding=UTF-8 -Dsonar.sources=qcells -Dsonar.c.file.suffixes=- -Dsonar.cpp.file.suffixes=- -Dsonar.objc.file.suffixes=-
[2024-08-29T22:49:30.367Z] 07:49:30.159 INFO  Scanner configuration file: /DATA/jenkins/tools/hudson.plugins.sonar.SonarRunnerInstallation/SonarScanner/conf/sonar-scanner.properties
[2024-08-29T22:49:30.367Z] 07:49:30.162 INFO  Project root configuration file: /DATA/jenkins/workspace/ci-we_master/sonar-project.properties
[2024-08-29T22:49:30.367Z] 07:49:30.174 INFO  SonarScanner CLI 6.1.0.4477
[2024-08-29T22:49:30.367Z] 07:49:30.175 INFO  Java 17.0.11 Ubuntu (64-bit)
[2024-08-29T22:49:30.367Z] 07:49:30.175 INFO  Linux 5.15.0-119-generic amd64
[2024-08-29T22:49:30.367Z] 07:49:30.176 INFO  SONAR_SCANNER_OPTS=-Xmx50G
[2024-08-29T22:49:30.367Z] 07:49:30.182 DEBUG Scanner max available memory: 50 GB
[2024-08-29T22:49:30.367Z] 07:49:30.201 DEBUG uname -m returned 'x86_64'
[2024-08-29T22:49:30.367Z] 07:49:30.202 DEBUG Create: /home/jenkins/.sonar/cache
[2024-08-29T22:49:30.367Z] 07:49:30.202 INFO  User cache: /home/jenkins/.sonar/cache
[2024-08-29T22:49:30.367Z] 07:49:30.202 DEBUG Create: /home/jenkins/.sonar/cache/_tmp
[2024-08-29T22:49:30.623Z] 07:49:30.443 DEBUG Loaded [411] system trusted certificates
[2024-08-29T22:49:30.623Z] 07:49:30.583 DEBUG --> GET http://172.23.1.181:20003/api/v2/analysis/version
[2024-08-29T22:49:30.623Z] 07:49:30.613 DEBUG <-- 200 http://172.23.1.181:20003/api/v2/analysis/version (29ms, 12-byte body)
[2024-08-29T22:49:30.623Z] 07:49:30.614 INFO  JRE provisioning: os[linux], arch[x86_64]
[2024-08-29T22:49:30.879Z] 07:49:30.616 DEBUG --> GET http://172.23.1.181:20003/api/v2/analysis/jres?os=linux&arch=x86_64
[2024-08-29T22:49:30.879Z] 07:49:30.624 DEBUG <-- 200 http://172.23.1.181:20003/api/v2/analysis/jres?os=linux&arch=x86_64 (7ms, unknown-length body)
[2024-08-29T22:49:30.879Z] 07:49:30.634 DEBUG Executing: /home/jenkins/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz_unzip/jdk-17.0.11+9-jre/bin/java --version
[2024-08-29T22:49:30.879Z] 07:49:30.684 DEBUG openjdk 17.0.11 2024-04-16
[2024-08-29T22:49:30.879Z] 07:49:30.685 DEBUG OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
[2024-08-29T22:49:30.879Z] 07:49:30.685 DEBUG OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing)
[2024-08-29T22:49:30.879Z] 07:49:30.701 DEBUG --> GET http://172.23.1.181:20003/api/v2/analysis/engine
[2024-08-29T22:49:30.879Z] 07:49:30.710 DEBUG <-- 200 http://172.23.1.181:20003/api/v2/analysis/engine (8ms, unknown-length body)
[2024-08-29T22:49:30.879Z] 07:49:30.714 INFO  Communicating with SonarQube Server 10.6.0.92116
[2024-08-29T22:49:30.879Z] 07:49:30.716 DEBUG Work directory: /DATA/jenkins/workspace/ci-we_master/.scannerwork
[2024-08-29T22:49:30.879Z] 07:49:30.730 DEBUG Executing: /home/jenkins/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz_unzip/jdk-17.0.11+9-jre/bin/java -jar /home/jenkins/.sonar/cache/191cc587f529b8a92dd04236eaf02b270bf11ff717cb4ab178952e914e071bff/scanner-developer-10.6.0.92116-all.jar
[2024-08-29T22:49:31.135Z] 07:49:30.986 INFO  Starting SonarScanner Engine...
[2024-08-29T22:49:31.135Z] 07:49:30.987 INFO  Java 17.0.11 Eclipse Adoptium (64-bit)
[2024-08-29T22:49:31.136Z] 07:49:31.029 DEBUG JVM max available memory: 29 GB
[2024-08-29T22:49:31.136Z] 07:49:31.126 DEBUG Developer 10.6.0.92116
[2024-08-29T22:49:31.392Z] 07:49:31.216 DEBUG Sonar User Home: /home/jenkins/.sonar
[2024-08-29T22:49:31.647Z] 07:49:31.456 DEBUG Loaded [411] system trusted certificates
[2024-08-29T22:49:31.647Z] 07:49:31.601 INFO  Load global settings
[2024-08-29T22:49:31.647Z] 07:49:31.610 DEBUG --> GET http://172.23.1.181:20003/api/settings/values.protobuf
[2024-08-29T22:49:31.903Z] 07:49:31.644 DEBUG <-- 200 http://172.23.1.181:20003/api/settings/values.protobuf (33ms, unknown-length body)
[2024-08-29T22:49:31.903Z] 07:49:31.669 INFO  Load global settings (done) | time=68ms
[2024-08-29T22:49:31.903Z] 07:49:31.672 INFO  Server id: E6548B69-AYtcllxFe9m76IEIVJMB
[2024-08-29T22:49:31.903Z] 07:49:31.674 DEBUG User cache: /home/jenkins/.sonar/cache
[2024-08-29T22:49:31.903Z] 07:49:31.680 INFO  Loading required plugins
[2024-08-29T22:49:31.903Z] 07:49:31.682 INFO  Load plugins index
[2024-08-29T22:49:31.903Z] 07:49:31.682 DEBUG --> GET http://172.23.1.181:20003/api/plugins/installed
[2024-08-29T22:49:31.903Z] 07:49:31.689 DEBUG <-- 200 http://172.23.1.181:20003/api/plugins/installed (7ms, unknown-length body)
[2024-08-29T22:49:31.903Z] 07:49:31.693 INFO  Load plugins index (done) | time=13ms
[2024-08-29T22:49:31.903Z] 07:49:31.694 INFO  Load/download plugins
[2024-08-29T22:49:31.903Z] 07:49:31.747 INFO  Load/download plugins (done) | time=54ms
[2024-08-29T22:49:31.903Z] 07:49:31.748 DEBUG Plugins not loaded because they are optional: [abap, csharp, cpp, cfamilydependencies, dbd, dbdjavafrontend, dbdpythonfrontend, flex, go, web, javasymbolicexecution, java, javascript, kotlin, php, plsql, ruby, sonarscala, swift, tsql, vbnet, security, securitycsharpfrontend, securityjsfrontend, securityjavafrontend, securityphpfrontend, securitypythonfrontend]
[2024-08-29T22:49:31.903Z] 07:49:31.762 DEBUG Plugins loaded:
[2024-08-29T22:49:31.903Z] 07:49:31.763 DEBUG   * Python Code Quality and Security 4.19.0.15616 (python)
[2024-08-29T22:49:31.903Z] 07:49:31.764 DEBUG   * Clean as You Code 2.3.0.1782 (cayc)
[2024-08-29T22:49:31.903Z] 07:49:31.764 DEBUG   * XML Code Quality and Security 2.10.0.4108 (xml)
[2024-08-29T22:49:31.903Z] 07:49:31.765 DEBUG   * JaCoCo 1.3.0.1538 (jacoco)
[2024-08-29T22:49:31.903Z] 07:49:31.766 DEBUG   * IaC Code Quality and Security 1.31.0.10579 (iac)
[2024-08-29T22:49:31.903Z] 07:49:31.766 DEBUG   * Text Code Quality and Security 2.12.1.2905 (text)
[2024-08-29T22:49:31.903Z] 07:49:31.789 INFO  Loaded core extensions: developer-scanner
[2024-08-29T22:49:31.903Z] 07:49:31.805 DEBUG Installed core extension: developer-scanner
[2024-08-29T22:49:32.159Z] 07:49:31.897 DEBUG register org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$337/0x00007f16a0265c30@4aeaadc1 with shutdown hook
[2024-08-29T22:49:32.159Z] 07:49:31.985 INFO  Process project properties
[2024-08-29T22:49:32.159Z] 07:49:31.992 INFO  Process project properties (done) | time=7ms
[2024-08-29T22:49:32.159Z] 07:49:31.997 INFO  Project key: EMS_CI_BUILD
[2024-08-29T22:49:32.159Z] 07:49:31.999 INFO  Base dir: /DATA/jenkins/workspace/ci-we_master
[2024-08-29T22:49:32.159Z] 07:49:32.000 INFO  Working dir: /DATA/jenkins/workspace/ci-we_master/.scannerwork
[2024-08-29T22:49:32.159Z] 07:49:32.000 DEBUG Project global encoding: UTF-8, default locale: en_US
[2024-08-29T22:49:32.159Z] 07:49:32.004 INFO  Load project settings for component key: 'EMS_CI_BUILD'
[2024-08-29T22:49:32.159Z] 07:49:32.006 DEBUG --> GET http://172.23.1.181:20003/api/settings/values.protobuf?component=EMS_CI_BUILD
[2024-08-29T22:49:32.159Z] 07:49:32.019 DEBUG <-- 200 http://172.23.1.181:20003/api/settings/values.protobuf?component=EMS_CI_BUILD (13ms, unknown-length body)
[2024-08-29T22:49:32.159Z] 07:49:32.021 INFO  Load project settings for component key: 'EMS_CI_BUILD' (done) | time=17ms
[2024-08-29T22:49:32.159Z] 07:49:32.057 INFO  Load project branches
[2024-08-29T22:49:32.159Z] 07:49:32.058 DEBUG --> GET http://172.23.1.181:20003/api/project_branches/list?project=EMS_CI_BUILD
[2024-08-29T22:49:32.159Z] 07:49:32.072 DEBUG <-- 200 http://172.23.1.181:20003/api/project_branches/list?project=EMS_CI_BUILD (13ms, unknown-length body)
[2024-08-29T22:49:32.159Z] 07:49:32.077 INFO  Load project branches (done) | time=19ms
[2024-08-29T22:49:32.159Z] 07:49:32.077 INFO  Load branch configuration
[2024-08-29T22:49:32.159Z] 07:49:32.078 INFO  Detected branch/PR in 'Jenkins'
[2024-08-29T22:49:32.159Z] 07:49:32.079 INFO  Auto-configuring branch 'master'
[2024-08-29T22:49:32.159Z] 07:49:32.079 INFO  Load branch configuration (done) | time=2ms
[2024-08-29T22:49:32.159Z] 07:49:32.086 DEBUG Creating module hierarchy
[2024-08-29T22:49:32.159Z] 07:49:32.087 DEBUG   Init module 'EMS_CI_BUILD'
[2024-08-29T22:49:32.159Z] 07:49:32.087 DEBUG     Base dir: /DATA/jenkins/workspace/ci-we_master
[2024-08-29T22:49:32.159Z] 07:49:32.088 DEBUG     Working dir: /DATA/jenkins/workspace/ci-we_master/.scannerwork
[2024-08-29T22:49:32.159Z] 07:49:32.088 DEBUG     Module global encoding: UTF-8, default locale: en_US
[2024-08-29T22:49:32.159Z] 07:49:32.093 INFO  Load quality profiles
[2024-08-29T22:49:32.159Z] 07:49:32.094 DEBUG --> GET http://172.23.1.181:20003/api/qualityprofiles/search.protobuf?project=EMS_CI_BUILD
[2024-08-29T22:49:32.159Z] 07:49:32.128 DEBUG <-- 200 http://172.23.1.181:20003/api/qualityprofiles/search.protobuf?project=EMS_CI_BUILD (33ms, 3444-byte body)
[2024-08-29T22:49:32.159Z] 07:49:32.146 INFO  Load quality profiles (done) | time=52ms
[2024-08-29T22:49:32.416Z] 07:49:32.154 INFO  Auto-configuring with CI 'Jenkins'
[2024-08-29T22:49:32.416Z] 07:49:32.160 DEBUG SCM Step is disabled by configuration
[2024-08-29T22:49:32.416Z] 07:49:32.162 INFO  Load active rules

Skipped

[2024-08-29T22:49:35.757Z] 07:49:35.563 INFO  Load active rules (done) | time=3400ms
[2024-08-29T22:49:35.757Z] 07:49:35.568 INFO  Load analysis cache
[2024-08-29T22:49:35.757Z] 07:49:35.568 DEBUG --> GET http://172.23.1.181:20003/api/analysis_cache/get?project=EMS_CI_BUILD&branch=master
[2024-08-29T22:49:35.757Z] 07:49:35.598 DEBUG <-- 200 http://172.23.1.181:20003/api/analysis_cache/get?project=EMS_CI_BUILD&branch=master (29ms, unknown-length body)
[2024-08-29T22:49:35.757Z] 07:49:35.649 INFO  Load analysis cache | time=81ms
[2024-08-29T22:49:35.757Z] 07:49:35.659 DEBUG --> GET http://172.23.1.181:20003/api/languages/list
[2024-08-29T22:49:35.757Z] 07:49:35.668 DEBUG <-- 200 http://172.23.1.181:20003/api/languages/list (8ms, unknown-length body)
[2024-08-29T22:49:35.757Z] 07:49:35.682 INFO  Branch name: master
[2024-08-29T22:49:35.757Z] 07:49:35.687 DEBUG Declared patterns of language Kubernetes were converted to sonar.lang.patterns.kubernetes : 
[2024-08-29T22:49:35.757Z] 07:49:35.688 DEBUG Declared patterns of language CSS were converted to sonar.lang.patterns.css : **/*.css,**/*.less,**/*.scss,**/*.sass
[2024-08-29T22:49:35.757Z] 07:49:35.689 DEBUG Declared patterns of language Scala were converted to sonar.lang.patterns.scala : **/*.scala
[2024-08-29T22:49:35.757Z] 07:49:35.689 DEBUG Declared patterns of language JSP were converted to sonar.lang.patterns.jsp : **/*.jsp,**/*.jspf,**/*.jspx
[2024-08-29T22:49:35.757Z] 07:49:35.689 DEBUG Declared patterns of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.cjs,**/*.mjs,**/*.vue
[2024-08-29T22:49:35.757Z] 07:49:35.690 DEBUG Declared patterns of language Python were converted to sonar.lang.patterns.py : **/*.py
[2024-08-29T22:49:35.757Z] 07:49:35.690 DEBUG Declared patterns of language Docker were converted to sonar.lang.patterns.docker : **/Dockerfile,**/*.dockerfile
[2024-08-29T22:49:35.757Z] 07:49:35.691 DEBUG Declared patterns of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.pks,**/*.pkb
[2024-08-29T22:49:35.757Z] 07:49:35.691 DEBUG Declared patterns of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
[2024-08-29T22:49:35.757Z] 07:49:35.691 DEBUG Declared patterns of language HTML were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.cshtml,**/*.vbhtml,**/*.aspx,**/*.ascx,**/*.rhtml,**/*.erb,**/*.shtm,**/*.shtml,**/*.cmp,**/*.twig
[2024-08-29T22:49:35.757Z] 07:49:35.692 DEBUG Declared patterns of language Flex were converted to sonar.lang.patterns.flex : **/*.as
[2024-08-29T22:49:35.757Z] 07:49:35.692 DEBUG Declared patterns of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl,**/*.config
[2024-08-29T22:49:35.757Z] 07:49:35.692 DEBUG Declared patterns of language JSON were converted to sonar.lang.patterns.json : **/*.json
[2024-08-29T22:49:35.757Z] 07:49:35.693 DEBUG Declared patterns of language Text were converted to sonar.lang.patterns.text : 
[2024-08-29T22:49:35.757Z] 07:49:35.693 DEBUG Declared patterns of language VB.NET were converted to sonar.lang.patterns.vbnet : **/*.vb
[2024-08-29T22:49:35.757Z] 07:49:35.693 DEBUG Declared patterns of language CloudFormation were converted to sonar.lang.patterns.cloudformation : 
[2024-08-29T22:49:35.757Z] 07:49:35.694 DEBUG Declared patterns of language Swift were converted to sonar.lang.patterns.swift : **/*.swift
[2024-08-29T22:49:35.757Z] 07:49:35.694 DEBUG Declared patterns of language YAML were converted to sonar.lang.patterns.yaml : **/*.yaml,**/*.yml
[2024-08-29T22:49:35.757Z] 07:49:35.694 DEBUG Declared patterns of language C++ were converted to sonar.lang.patterns.cpp : **/*.-
[2024-08-29T22:49:35.757Z] 07:49:35.695 DEBUG Declared patterns of language C were converted to sonar.lang.patterns.c : **/*.-
[2024-08-29T22:49:35.757Z] 07:49:35.695 DEBUG Declared patterns of language Go were converted to sonar.lang.patterns.go : **/*.go
[2024-08-29T22:49:35.757Z] 07:49:35.695 DEBUG Declared patterns of language Kotlin were converted to sonar.lang.patterns.kotlin : **/*.kt,**/*.kts
[2024-08-29T22:49:35.757Z] 07:49:35.696 DEBUG Declared patterns of language T-SQL were converted to sonar.lang.patterns.tsql : **/*.tsql
[2024-08-29T22:49:35.757Z] 07:49:35.696 DEBUG Declared patterns of language Secrets were converted to sonar.lang.patterns.secrets : 
[2024-08-29T22:49:35.757Z] 07:49:35.696 DEBUG Declared patterns of language Ruby were converted to sonar.lang.patterns.ruby : **/*.rb
[2024-08-29T22:49:35.757Z] 07:49:35.697 DEBUG Declared patterns of language C# were converted to sonar.lang.patterns.cs : **/*.cs,**/*.razor
[2024-08-29T22:49:35.757Z] 07:49:35.697 DEBUG Declared patterns of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
[2024-08-29T22:49:35.757Z] 07:49:35.698 DEBUG Declared patterns of language Terraform were converted to sonar.lang.patterns.terraform : **/*.tf
[2024-08-29T22:49:35.757Z] 07:49:35.698 DEBUG Declared patterns of language AzureResourceManager were converted to sonar.lang.patterns.azureresourcemanager : **/*.bicep
[2024-08-29T22:49:35.757Z] 07:49:35.698 DEBUG Declared patterns of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow,**/*.asprog
[2024-08-29T22:49:35.757Z] 07:49:35.699 DEBUG Declared patterns of language Objective-C were converted to sonar.lang.patterns.objc : **/*.-
[2024-08-29T22:49:35.757Z] 07:49:35.699 DEBUG Declared patterns of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx,**/*.cts,**/*.mts
[2024-08-29T22:49:35.757Z] 07:49:35.699 INFO  Preprocessing files...
[2024-08-29T22:49:36.320Z] 07:49:36.012 INFO  6 languages detected in 909 preprocessed files
[2024-08-29T22:49:36.320Z] 07:49:36.013 INFO  1454 files ignored because of inclusion/exclusion patterns
[2024-08-29T22:49:36.320Z] 07:49:36.014 INFO  Loading plugins for detected languages
[2024-08-29T22:49:36.320Z] 07:49:36.014 DEBUG Detected languages: [css, xml, js, json, ts, docker]
[2024-08-29T22:49:36.320Z] 07:49:36.015 INFO  Load/download plugins
[2024-08-29T22:49:36.320Z] 07:49:36.053 INFO  Load/download plugins (done) | time=38ms
[2024-08-29T22:49:36.320Z] 07:49:36.053 DEBUG Optional language-specific plugins not loaded: [abap, csharp, cpp, cfamilydependencies, dbd, dbdjavafrontend, dbdpythonfrontend, flex, go, javasymbolicexecution, java, kotlin, php, plsql, ruby, sonarscala, swift, tsql, vbnet, securitycsharpfrontend, securityjavafrontend, securityphpfrontend, securitypythonfrontend]
[2024-08-29T22:49:36.320Z] 07:49:36.073 DEBUG Plugins loaded:
[2024-08-29T22:49:36.320Z] 07:49:36.074 DEBUG   * Vulnerability Analysis 10.6.0.31509 (security)
[2024-08-29T22:49:36.320Z] 07:49:36.074 DEBUG   * Vulnerability Rules for JS 10.6.0.31509 (securityjsfrontend)
[2024-08-29T22:49:36.320Z] 07:49:36.075 DEBUG   * HTML Code Quality and Security 3.16.0.5274 (web)
[2024-08-29T22:49:36.320Z] 07:49:36.075 DEBUG   * JavaScript/TypeScript/CSS Code Quality and Security 10.14.0.26080 (javascript)
[2024-08-29T22:49:36.320Z] 07:49:36.175 INFO  Load project repositories
[2024-08-29T22:49:36.320Z] 07:49:36.175 DEBUG --> GET http://172.23.1.181:20003/batch/project.protobuf?key=EMS_CI_BUILD&branch=master
[2024-08-29T22:49:36.320Z] 07:49:36.190 DEBUG <-- 200 http://172.23.1.181:20003/batch/project.protobuf?key=EMS_CI_BUILD&branch=master (15ms, unknown-length body)
[2024-08-29T22:49:36.320Z] 07:49:36.198 INFO  Load project repositories (done) | time=23ms
[2024-08-29T22:49:36.320Z] 07:49:36.212 DEBUG Available languages:
[2024-08-29T22:49:36.320Z] 07:49:36.213 DEBUG   * HTML => "web"
[2024-08-29T22:49:36.320Z] 07:49:36.213 DEBUG   * JSP => "jsp"
[2024-08-29T22:49:36.320Z] 07:49:36.214 DEBUG   * JavaScript => "js"
[2024-08-29T22:49:36.320Z] 07:49:36.214 DEBUG   * TypeScript => "ts"
[2024-08-29T22:49:36.320Z] 07:49:36.214 DEBUG   * CSS => "css"
[2024-08-29T22:49:36.320Z] 07:49:36.215 DEBUG   * Python => "py"
[2024-08-29T22:49:36.320Z] 07:49:36.215 DEBUG   * XML => "xml"
[2024-08-29T22:49:36.320Z] 07:49:36.215 DEBUG   * Terraform => "terraform"
[2024-08-29T22:49:36.320Z] 07:49:36.216 DEBUG   * CloudFormation => "cloudformation"
[2024-08-29T22:49:36.320Z] 07:49:36.216 DEBUG   * Kubernetes => "kubernetes"
[2024-08-29T22:49:36.320Z] 07:49:36.216 DEBUG   * Docker => "docker"
[2024-08-29T22:49:36.320Z] 07:49:36.216 DEBUG   * AzureResourceManager => "azureresourcemanager"
[2024-08-29T22:49:36.320Z] 07:49:36.217 DEBUG   * YAML => "yaml"
[2024-08-29T22:49:36.320Z] 07:49:36.217 DEBUG   * JSON => "json"
[2024-08-29T22:49:36.320Z] 07:49:36.217 DEBUG   * Text => "text"
[2024-08-29T22:49:36.320Z] 07:49:36.218 DEBUG   * Secrets => "secrets"
[2024-08-29T22:49:36.320Z] 07:49:36.218 INFO  Indexing files...
[2024-08-29T22:49:36.320Z] 07:49:36.218 INFO  Project configuration:
[2024-08-29T22:49:36.320Z] 07:49:36.219 INFO    Excluded sources: debug*/**/*, release*/**/*, usbupdate*/**/*, sources/**/*, qcells/application/apps/csipmgr/epri/**/*, qcells/application/build/**, **/*.twig, qcells/webengine/dashboard/modules/**, qcells/webengine/engineer/modules/**, qcells/webengine/installer/modules/**, **/*.png, **/*.yml, **/*.scss

Skipped

[2024-08-29T22:49:36.857Z] 07:49:36.646 INFO  905 files indexed
[2024-08-29T22:49:36.857Z] 07:49:36.647 INFO  Quality profile for css: Sonar way
[2024-08-29T22:49:36.857Z] 07:49:36.647 INFO  Quality profile for docker: Sonar way
[2024-08-29T22:49:36.857Z] 07:49:36.647 INFO  Quality profile for js: Sonar way
[2024-08-29T22:49:36.857Z] 07:49:36.647 INFO  Quality profile for json: Sonar way
[2024-08-29T22:49:36.857Z] 07:49:36.647 INFO  Quality profile for ts: Sonar way
[2024-08-29T22:49:36.857Z] 07:49:36.647 INFO  Quality profile for xml: Sonar way
[2024-08-29T22:49:36.857Z] 07:49:36.647 INFO  ------------- Run sensors on module EMS_CI_BUILD
[2024-08-29T22:49:36.857Z] 07:49:36.691 INFO  Load metrics repository
[2024-08-29T22:49:36.857Z] 07:49:36.692 DEBUG --> GET http://172.23.1.181:20003/api/metrics/search?ps=500&p=1
[2024-08-29T22:49:36.857Z] 07:49:36.702 DEBUG <-- 200 http://172.23.1.181:20003/api/metrics/search?ps=500&p=1 (9ms, unknown-length body)
[2024-08-29T22:49:36.857Z] 07:49:36.706 INFO  Load metrics repository (done) | time=15ms
[2024-08-29T22:49:37.419Z] 07:49:37.177 DEBUG Added 312 checks for language='ts', repository='typescript'
[2024-08-29T22:49:37.419Z] 07:49:37.181 DEBUG Added 15 checks for language='ts', repository='tssecurity'
[2024-08-29T22:49:37.419Z] 07:49:37.183 DEBUG Added 311 checks for language='js', repository='javascript'
[2024-08-29T22:49:37.419Z] 07:49:37.183 DEBUG Added 15 checks for language='js', repository='jssecurity'
[2024-08-29T22:49:37.419Z] 07:49:37.208 DEBUG 'Import external issues report' skipped because one of the required properties is missing
[2024-08-29T22:49:37.420Z] 07:49:37.209 DEBUG 'Python Sensor' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.210 DEBUG 'Cobertura Sensor for Python coverage' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.210 DEBUG 'PythonXUnitSensor' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.211 DEBUG 'Import of Pylint issues' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.211 DEBUG 'Import of Bandit issues' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.211 DEBUG 'Import of Flake8 issues' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.211 DEBUG 'Import of Mypy issues' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.211 DEBUG 'Import of Ruff issues' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.212 DEBUG 'IaC Terraform Sensor' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.213 DEBUG 'IaC Kubernetes Sensor' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.213 DEBUG 'JavaScript inside YAML analysis' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.213 DEBUG 'JavaScript inside HTML analysis' skipped because there is no related file in current project
[2024-08-29T22:49:37.420Z] 07:49:37.213 DEBUG 'JavaScript/TypeScript Coverage' skipped because one of the required properties is missing
[2024-08-29T22:49:37.420Z] 07:49:37.214 DEBUG 'Import of ESLint issues' skipped because one of the required properties is missing
[2024-08-29T22:49:37.420Z] 07:49:37.214 DEBUG 'Import of TSLint issues' skipped because one of the required properties is missing
[2024-08-29T22:49:37.420Z] 07:49:37.214 DEBUG 'Import of stylelint issues' skipped because one of the required properties is missing
[2024-08-29T22:49:37.420Z] 07:49:37.216 DEBUG 'Generic Test Executions Report' skipped because one of the required properties is missing
[2024-08-29T22:49:37.420Z] 07:49:37.216 DEBUG Sensors : HTML -> XML Sensor -> JaCoCo XML Report Importer -> IaC CloudFormation Sensor -> IaC AzureResourceManager Sensor -> Java Config Sensor -> JavaScript/TypeScript analysis -> CSS Rules -> CSS Metrics -> IaC Docker Sensor -> Serverless configuration file sensor -> AWS SAM template file sensor -> AWS SAM Inline template file sensor -> TextAndSecretsSensor -> JavaSecuritySensor -> CSharpSecuritySensor -> PhpSecuritySensor -> PythonSecuritySensor -> JsSecuritySensor
[2024-08-29T22:49:37.420Z] 07:49:37.216 INFO  Sensor HTML [web]
[2024-08-29T22:49:37.420Z] 07:49:37.221 INFO  Sensor HTML [web] (done) | time=4ms
[2024-08-29T22:49:37.420Z] 07:49:37.221 INFO  Sensor XML Sensor [xml]
[2024-08-29T22:49:37.420Z] 07:49:37.224 DEBUG 'qcells/application/apps/energylink/configs/inverter_FoxESS_H3_pro.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.420Z] 07:49:37.229 INFO  14 source files to be analyzed
[2024-08-29T22:49:37.420Z] 07:49:37.319 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/energylink/configs/inverter_FoxESS_H3_pro.xml
[2024-08-29T22:49:37.420Z] 07:49:37.400 DEBUG 'qcells/application/apps/metermgr/configs/meter-DTSU666.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.420Z] 07:49:37.402 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/metermgr/configs/meter-DTSU666.xml
[2024-08-29T22:49:37.420Z] 07:49:37.408 DEBUG 'qcells/application/apps/energylink/configs/inverter_FoxESS_H3.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.416 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/energylink/configs/inverter_FoxESS_H3.xml
[2024-08-29T22:49:37.676Z] 07:49:37.436 DEBUG 'qcells/application/apps/metermgr/configs/meter-EM540.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.438 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/metermgr/configs/meter-EM540.xml
[2024-08-29T22:49:37.676Z] 07:49:37.451 DEBUG 'qcells/application/apps/gatewaymgr/configs/gateway-suns.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.468 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/gatewaymgr/configs/gateway-suns.xml
[2024-08-29T22:49:37.676Z] 07:49:37.534 DEBUG 'qcells/application/apps/energylink/configs/inverter_FoxESS_H1.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.540 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/energylink/configs/inverter_FoxESS_H1.xml
[2024-08-29T22:49:37.676Z] 07:49:37.568 DEBUG 'qcells/application/apps/metermgr/configs/meter-DDSU666.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.570 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/metermgr/configs/meter-DDSU666.xml
[2024-08-29T22:49:37.676Z] 07:49:37.576 DEBUG 'qcells/application/apps/metermgr/configs/meter-EM24.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.577 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/metermgr/configs/meter-EM24.xml
[2024-08-29T22:49:37.676Z] 07:49:37.582 DEBUG 'qcells/application/apps/metermgr/configs/meter-EM111.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.583 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/metermgr/configs/meter-EM111.xml
[2024-08-29T22:49:37.676Z] 07:49:37.589 DEBUG 'qcells/application/apps/essmgr/configs/ext_ess-gen2_1.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.594 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/essmgr/configs/ext_ess-gen2_1.xml
[2024-08-29T22:49:37.676Z] 07:49:37.610 DEBUG 'qcells/application/apps/metermgr/configs/meter-EM112.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.611 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/metermgr/configs/meter-EM112.xml
[2024-08-29T22:49:37.676Z] 07:49:37.617 DEBUG 'qcells/application/apps/gatewaymgr/configs/gateway-sunsULTest.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.627 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/gatewaymgr/configs/gateway-sunsULTest.xml
[2024-08-29T22:49:37.676Z] 07:49:37.662 DEBUG 'qcells/application/apps/energylink/configs/secondary_QCELLS_QHomeCore.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.676Z] 07:49:37.667 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/energylink/configs/secondary_QCELLS_QHomeCore.xml
[2024-08-29T22:49:37.933Z] 07:49:37.680 DEBUG 'qcells/application/apps/metermgr/configs/meter-EM530.xml' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.933Z] 07:49:37.681 DEBUG Count lines in file:///DATA/jenkins/workspace/ci-we_master/qcells/application/apps/metermgr/configs/meter-EM530.xml
[2024-08-29T22:49:37.933Z] 07:49:37.700 INFO  14/14 source files have been analyzed
[2024-08-29T22:49:37.933Z] 07:49:37.701 INFO  Sensor XML Sensor [xml] (done) | time=480ms
[2024-08-29T22:49:37.933Z] 07:49:37.701 INFO  Sensor JaCoCo XML Report Importer [jacoco]
[2024-08-29T22:49:37.933Z] 07:49:37.701 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-08-29T22:49:37.933Z] 07:49:37.702 INFO  No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[2024-08-29T22:49:37.933Z] 07:49:37.702 INFO  Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[2024-08-29T22:49:37.933Z] 07:49:37.702 INFO  Sensor IaC CloudFormation Sensor [iac]
[2024-08-29T22:49:37.933Z] 07:49:37.705 DEBUG 'qcells/webengine/engineer/src/resources/advanced-settings/grid-control-etc/edm-aces-official.json' generated metadata with charset 'UTF-8'
[2024-08-29T22:49:37.933Z] 07:49:37.705 DEBUG File without identifier 'AWSTemplateFormatVersion': qcells/webengine/engineer/src/resources/advanced-settings/grid-control-etc/edm-aces-official.json

Skipped

[2024-08-29T22:49:37.936Z] 07:49:37.841 INFO  0 source files to be analyzed
[2024-08-29T22:49:37.936Z] 07:49:37.846 INFO  0/0 source files have been analyzed
[2024-08-29T22:49:37.936Z] 07:49:37.846 INFO  Sensor IaC CloudFormation Sensor [iac] (done) | time=144ms
[2024-08-29T22:49:37.936Z] 07:49:37.847 INFO  Sensor IaC AzureResourceManager Sensor [iac]

Skipped

[2024-08-29T22:49:37.937Z] 07:49:37.871 INFO  0 source files to be analyzed
[2024-08-29T22:49:38.194Z] 07:49:37.930 INFO  0/0 source files have been analyzed
[2024-08-29T22:49:38.194Z] 07:49:37.930 INFO  Sensor IaC AzureResourceManager Sensor [iac] (done) | time=83ms
[2024-08-29T22:49:38.194Z] 07:49:37.930 INFO  Sensor Java Config Sensor [iac]
[2024-08-29T22:49:38.194Z] 07:49:37.939 INFO  0 source files to be analyzed
[2024-08-29T22:49:38.194Z] 07:49:37.943 INFO  0/0 source files have been analyzed
[2024-08-29T22:49:38.194Z] 07:49:37.943 INFO  Sensor Java Config Sensor [iac] (done) | time=13ms
[2024-08-29T22:49:38.194Z] 07:49:37.943 INFO  Sensor JavaScript/TypeScript analysis [javascript]
[2024-08-29T22:49:38.194Z] 07:49:37.946 DEBUG Deploying the bridge server into /DATA/jenkins/workspace/ci-we_master/.scannerwork/.sonartmp/bridge-bundle
[2024-08-29T22:49:39.121Z] 07:49:39.049 INFO  Detected os: Linux arch: amd64 alpine: false. Platform: LINUX_X64
[2024-08-29T22:49:39.121Z] 07:49:39.050 DEBUG Currently installed Node.js version: v20.9.0. Available version in analyzer: v20.9.0
[2024-08-29T22:49:39.121Z] 07:49:39.050 DEBUG Skipping node deploy. Deployed node has latest version.
[2024-08-29T22:49:39.121Z] 07:49:39.050 DEBUG Launching command /home/jenkins/.sonar/js/node-runtime/node -v
[2024-08-29T22:49:39.121Z] 07:49:39.064 DEBUG Deployed node version v20.9.0
[2024-08-29T22:49:39.121Z] 07:49:39.064 DEBUG Deploying custom rules bundle jar:file:/home/jenkins/.sonar/cache/1510dcf4b0b17bcc32973e64a5b7854d/sonar-securityjsfrontend-plugin.jar!/js-vulnerabilities-rules-1.0.0.tgz to /DATA/jenkins/workspace/ci-we_master/.scannerwork/.sonartmp/bridge-bundle/package/custom-rules13973239722522871394
[2024-08-29T22:49:39.121Z] 07:49:39.068 DEBUG Starting server
[2024-08-29T22:49:39.121Z] 07:49:39.069 DEBUG Creating Node.js process to start the bridge server on port 40119 
[2024-08-29T22:49:39.121Z] 07:49:39.070 INFO  Using embedded Node.js runtime
[2024-08-29T22:49:39.121Z] 07:49:39.070 INFO  Using Node.js executable: '/home/jenkins/.sonar/js/node-runtime/node'.
[2024-08-29T22:49:39.121Z] 07:49:39.070 DEBUG Checking Node.js version
[2024-08-29T22:49:39.121Z] 07:49:39.071 DEBUG Launching command /home/jenkins/.sonar/js/node-runtime/node -v
[2024-08-29T22:49:39.121Z] 07:49:39.082 DEBUG Using Node.js v20.9.0.
[2024-08-29T22:49:39.121Z] 07:49:39.082 DEBUG Launching command /home/jenkins/.sonar/js/node-runtime/node /DATA/jenkins/workspace/ci-we_master/.scannerwork/.sonartmp/bridge-bundle/package/bin/server 40119 127.0.0.1 /DATA/jenkins/workspace/ci-we_master/.scannerwork true false false /DATA/jenkins/workspace/ci-we_master/.scannerwork/.sonartmp/bridge-bundle/package/custom-rules13973239722522871394/package
[2024-08-29T22:49:41.643Z] 07:49:41.562 INFO  Memory configuration: OS (128427 MB), Node.js (4144 MB).
[2024-08-29T22:49:41.643Z] 07:49:41.562 DEBUG Starting the bridge server
[2024-08-29T22:49:41.643Z] 07:49:41.569 DEBUG The bridge server is listening on port 40119
[2024-08-29T22:49:41.643Z] 07:49:41.609 DEBUG The worker thread is running
[2024-08-29T22:49:41.899Z] 07:49:41.685 DEBUG Bridge server started on port 40119 in 2616 ms
[2024-08-29T22:49:41.899Z] 07:49:41.700 DEBUG Analysis of unchanged files will not be skipped (current analysis requires all files to be analyzed)
[2024-08-29T22:49:44.424Z] 07:49:44.007 DEBUG Initializing linter "default" with no-vue-bypass-sanitization,hashing,heading-has-content,for-loop-increment-sign,label-has-associated-control,img-redundant-alt,interactive-supports-focus,no-globals-shadowing,unverified-hostname,null-dereference,no-extra-arguments,no-absolute-path,no-redeclare,constructor-for-side-effects,post-message,cookie-no-httponly,no-noninteractive-element-to-interactive-role,no-interactive-element-to-noninteractive-role,autocomplete-valid,no-ignored-exceptions,no-throw-literal,no-useless-increment,weak-ssl,pseudo-random,tabindex-no-positive,no-nested-functions,no-access-key,no-use-of-empty-return-value,session-regeneration,no-noninteractive-element-interactions,anchor-is-valid,no-associative-arrays,no-noninteractive-tabindex,confidential-information-logging,no-weak-keys,no-ip-forward,no-static-element-interactions,single-character-alternation,aws-ec2-unencrypted-ebs-volume,unused-named-groups,single-char-in-character-classes,certificate-transparency,no-same-argument-assert,inconsistent-function-call,arguments-order,file-uploads,no-deprecated-react,no-case-declarations,sonar-no-misleading-character-class,no-inverted-boolean-check,duplicates-in-character-class,no-literal-call,reduce-initial-value,todo-tag,fixme-tag,aws-s3-bucket-public-access,aws-s3-bucket-granted-access,no-mixed-content,aria-role,anchor-precedence,no-angular-bypass-sanitization,frame-ancestors,stable-tests,slow-regex,array-callback-without-return,aria-unsupported-elements,no-mime-sniff,prefer-default-last,no-aria-hidden-on-focusable,no-commented-code,no-redundant-roles,no-referrer-policy,no-empty-pattern,no-gratuitous-expressions,sonar-no-fallthrough,sonar-no-invalid-regexp,aria-activedescendant-has-tabindex,anchor-has-content,strict-transport-security,aws-iam-public-access,prefer-while,no-unsafe-finally,sonar-no-unused-vars,index-of-compare-to-positive-number,argument-type,empty-string-repetition,in-operator-type-error,prefer-promise-shorthand,regex-complexity,role-supports-aria-props,disabled-resource-integrity,no-intrusive-permissions,no-empty-after-reluctant,assertions-in-tests,content-security-policy,no-labels,prefer-tag-over-role,media-has-caption,no-uniq-key,no-unenclosed-multiline-block,call-argument-line,aws-s3-bucket-insecure-http,generator-without-yield,no-caller,no-ignored-return,csrf,cognitive-complexity,use-isnan,no-nested-template-literals,max-switch-cases,inverted-assertion-arguments,test-check-exception,role-has-required-aria-props,production-debug,unused-import,prefer-single-boolean-return,no-redundant-boolean,no-nested-assignment,aws-s3-bucket-versioning,no-unsafe-unzip,object-alt-content,sonar-prefer-regexp-exec,concise-regex,no-array-index-key,new-cap,updated-loop-counter,jsx-key,no-unstable-nested-components,link-with-target-blank,no-setter-return,different-types-comparison,no-case-label-in-switch,no-in-misuse,jsx-no-constructed-context-values,no-misleading-array-reverse,html-has-lang,no-redundant-assignments,no-table-as-layout,table-header,os-command,no-invariant-returns,no-parameter-reassignment,table-header-reference,stateful-regex,aws-efs-unencrypted,aws-apigateway-public-api,aws-sqs-unencrypted-queue,cors,no-accessor-field-mismatch,no-empty-group,no-os-command-from-path,no-collection-size-mischeck,unverified-certificate,disabled-auto-escaping,no-empty-collection,no-unthrown-error,no-duplicates,updated-const-var,no-var,no-redundant-jump,no-octal,no-hardcoded-ip,sonar-prefer-optional-chain,no-hook-setter-in-body,aws-restricted-ip-admin-access,no-useless-react-setstate,rules-of-hooks,no-identical-functions,no-element-overwrite,sonar-no-unused-class-component-methods,prefer-regex-literals,sonar-no-regex-spaces,no-empty-alternatives,sonar-no-control-regex,no-same-line-conditional,aws-ec2-rds-dms-public,super-invocation,aws-sns-unencrypted-topics,existing-groups,no-try-promise,void-use,comma-or-logical-or-case,label-position,no-with,insecure-cookie,no-unused-collection,no-extraneous-class,prefer-promise-reject-errors,no-base-to-string,aria-proptypes,no-sequences,sql-queries,require-render-return,no-global-this,no-array-delete,prefer-string-starts-ends-with,no-alphabetical-sort,no-useless-call,sonar-jsx-no-leaked-render,aws-sagemaker-unencrypted-notebook,prefer-for-of,no-self-compare,xml-parser-xxe,aws-iam-privilege-escalation,jsx-no-comment-textnodes,default-param-last,non-existent-operator,new-operator-misuse,sonar-no-empty-character-class,no-sparse-arrays,content-length,no-lonely-if,no-clear-text-protocols,prefer-object-spread,aws-rds-unencrypted-databases,prefer-spread,no-empty-test-file,no-find-dom-node,no-equals-in-for-termination,no-invalid-await,no-hardcoded-credentials,no-infinite-loop,aws-iam-all-privileges,no-misused-promises,valid-typeof,aws-opensearchservice-domain,no-exclusive-tests,no-primitive-wrappers,no-is-mounted,sonar-no-dupe-keys,no-new-native-nonconstructor,no-self-assign,no-dupe-args,no-small-switch,no-string-refs,no-unsafe,jsx-child-element-spacing,mouse-events-a11y,jsx-pascal-case,no-useless-rename,no-loss-of-precision,publicly-writable-directories,unnecessary-character-escapes,no-incomplete-assertions,prefer-object-has-own,prop-types,default-props-match-prop-types,no-proto,x-powered-by,no-unreachable,no-identical-expressions,no-octal-escape,code-eval,file-permissions,future-reserved-words,no-useless-catch,bitwise-operators,no-lone-blocks,alt-text,hidden-files,no-danger-with-children,no-unused-expressions,iframe-has-title,no-unneeded-ternary,no-unsafe-optional-chaining,no-empty,no-undef-init,sonar-max-params,no-unescaped-entities,no-redundant-should-component-update,no-extend-native,no-import-assign,no-duplicated-branches,no-one-iteration-loop,misplaced-loop-counter,deprecation,no-unused-prop-types,no-useless-constructor,no-unsafe-negation,function-inside-loop,class-name,no-multi-str,chai-determinate-assertion,no-render-return-value,sonar-block-scoped-var,no-code-after-done,no-delete-var,hook-use-state,encryption-secure-mode,no-weak-cipher,no-extra-bind,no-constant-binary-expression,no-identical-conditions,no-access-state-in-setstate,no-constructor-return,no-this-in-sfc,function-return-type,no-all-duplicated-branches,disabled-timeout,no-mutable-exports,no-unknown-property,no-nested-conditional,no-children-prop,insecure-jwt-token,no-direct-mutation-state,no-extra-boolean-cast,no-dead-store,jsx-no-useless-fragment,no-implicit-global,no-unused-private-class-members,no-empty-function,no-commented-code,sonar-no-fallthrough,duplicates-in-character-class,no-inverted-boolean-check,no-literal-call,reduce-initial-value,file-uploads,no-deprecated-react,no-case-declarations,sonar-no-misleading-character-class,certificate-transparency,no-same-argument-assert,arguments-order,single-char-in-character-classes,aws-ec2-unencrypted-ebs-volume,prefer-while,no-unsafe-finally,unused-named-groups,single-character-alternation,aws-iam-public-access,no-ip-forward,prefer-nullish-coalescing,no-static-element-interactions,no-nested-functions,no-access-key,no-use-of-empty-return-value,session-regeneration,no-noninteractive-element-interactions,no-associative-arrays,anchor-is-valid,no-weak-keys,confidential-information-logging,no-noninteractive-tabindex,no-noninteractive-element-to-interactive-role,no-interactive-element-to-noninteractive-role,no-ignored-exceptions,no-throw-literal,no-useless-increment,weak-ssl,autocomplete-valid,tabindex-no-positive,pseudo-random,no-redundant-optional,cookie-no-httponly,aws-s3-bucket-public-access,post-message,constructor-for-side-effects,no-absolute-path,no-globals-shadowing,unverified-hostname,label-has-associated-control,img-redundant-alt,interactive-supports-focus,heading-has-content,hashing,for-loop-increment-sign,no-vue-bypass-sanitization,jsx-no-useless-fragment,no-extra-boolean-cast,no-unknown-property,no-children-prop,no-nested-conditional,no-unnecessary-type-assertion,insecure-jwt-token,no-dead-store,no-direct-mutation-state,prefer-type-guard,use-type-alias,no-mutable-exports,no-in-misuse,no-parameter-reassignment,no-unstable-nested-components,jsx-key,new-cap,prefer-function-type,updated-loop-counter,link-with-target-blank,no-array-index-key,concise-regex,object-alt-content,sonar-prefer-regexp-exec,table-header-reference,prefer-as-const,stateful-regex,max-switch-cases,test-check-exception,role-has-required-aria-props,production-debug,csrf,no-undefined-argument,no-labels,cognitive-complexity,use-isnan,inverted-assertion-arguments,no-nested-template-literals,generator-without-yield,aws-s3-bucket-insecure-http,no-duplicate-in-composite,no-caller,no-ignored-return,no-uniq-key,call-argument-line,no-unenclosed-multiline-block,jsx-no-constructed-context-values,prefer-tag-over-role,no-redundant-boolean,content-security-policy,prefer-promise-shorthand,no-empty-after-reluctant,regex-complexity,role-supports-aria-props,no-intrusive-permissions,disabled-resource-integrity,assertions-in-tests,unused-import,empty-string-repetition,no-nested-assignment,index-of-compare-to-positive-number,aws-s3-bucket-versioning,no-unsafe-unzip,strict-transport-security,todo-tag,anchor-has-content,aria-unsupported-elements,no-mime-sniff,prefer-default-last,no-aria-hidden-on-focusable,no-redundant-roles,no-referrer-policy,no-gratuitous-expressions,no-empty-pattern,aria-activedescendant-has-tabindex,sonar-no-invalid-regexp,no-mixed-content,aria-role,anchor-precedence,no-angular-bypass-sanitization,frame-ancestors,stable-tests,slow-regex,aws-s3-bucket-granted-access,fixme-tag,media-has-caption,sonar-no-empty-character-class,new-operator-misuse,non-existent-operator,no-small-switch,jsx-no-comment-textnodes,aws-iam-privilege-escalation,prefer-for-of,aws-sagemaker-unencrypted-notebook,no-self-compare,default-param-last,xml-parser-xxe,sonar-jsx-no-leaked-render,no-global-this,sql-queries,no-array-delete,no-alphabetical-sort,prefer-string-starts-ends-with,no-useless-call,require-render-return,no-base-to-string,prefer-literal-enum-member,prefer-promise-reject-errors,aria-proptypes,no-string-refs,no-sequences,no-unsafe,no-octal,void-use,no-hardcoded-ip,comma-or-logical-or-case,label-position,existing-groups,aws-sns-unencrypted-topics,no-unnecessary-type-constraint,super-invocation,aws-ec2-rds-dms-public,no-try-promise,sonar-no-control-regex,no-empty-alternatives,prefer-return-this-type,sonar-no-regex-spaces,no-confusing-non-null-assertion,prefer-regex-literals,no-same-line-conditional,sonar-no-unused-class-component-methods,rules-of-hooks,no-identical-functions,no-useless-react-setstate,redundant-type-aliases,no-hook-setter-in-body,aws-restricted-ip-admin-access,no-element-overwrite,no-equals-in-for-termination,no-sparse-arrays,no-var,no-redundant-jump,public-static-readonly,no-duplicates,no-unthrown-error,no-os-command-from-path,no-collection-size-mischeck,prefer-namespace-keyword,unverified-certificate,no-empty-collection,disabled-auto-escaping,no-duplicate-enum-values,no-empty-group,aws-sqs-unencrypted-queue,prefer-enum-initializers,aws-apigateway-public-api,cors,no-accessor-field-mismatch,aws-efs-unencrypted,insecure-cookie,no-unused-collection,no-redundant-type-constituents,no-extraneous-class,no-invariant-returns,no-case-label-in-switch,os-command,no-table-as-layout,table-header,no-misleading-array-reverse,no-mixed-enums,html-has-lang,no-redundant-assignments,sonar-prefer-optional-chain,no-all-duplicated-branches,no-identical-conditions,no-weak-cipher,no-extra-bind,sonar-prefer-read-only-props,no-constant-binary-expression,no-constructor-return,no-access-state-in-setstate,no-this-in-sfc,no-delete-var,hook-use-state,encryption-secure-mode,no-useless-intersection,no-render-return-value,sonar-block-scoped-var,no-unused-private-class-members,no-code-after-done,no-empty-function,no-unsafe-negation,deprecation,misplaced-loop-counter,no-one-iteration-loop,no-multi-str,function-inside-loop,no-unused-prop-types,no-useless-constructor,no-import-assign,no-unneeded-ternary,no-unescaped-entities,no-redundant-should-component-update,no-extend-native,no-unsafe-optional-chaining,no-duplicated-branches,no-danger-with-children,no-lone-blocks,alt-text,disabled-timeout,bitwise-operators,class-name,code-eval,no-identical-expressions,no-unreachable,no-useless-catch,x-powered-by,no-octal-escape,file-permissions,publicly-writable-directories,no-incomplete-assertions,prefer-object-has-own,unnecessary-character-escapes,no-proto,no-loss-of-precision,default-props-match-prop-types,jsx-child-element-spacing,jsx-pascal-case,no-useless-rename,mouse-events-a11y,chai-determinate-assertion,sonar-no-dupe-keys,no-primitive-wrappers,no-exclusive-tests,no-is-mounted,aws-opensearchservice-domain,no-self-assign,no-misused-new,aws-iam-all-privileges,no-misused-promises,prefer-spread,no-empty-test-file,no-find-dom-node,no-invalid-await,no-hardcoded-credentials,aws-rds-unencrypted-databases,content-length,no-lonely-if,no-clear-text-protocols,prefer-object-spread,no-empty,sonar-max-params,hidden-files,iframe-has-title,no-unused-expressions,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg
[2024-08-29T22:49:59.280Z] 07:49:58.314 DEBUG Loaded rules ucfg from /DATA/jenkins/workspace/ci-we_master/.scannerwork/.sonartmp/bridge-bundle/package/custom-rules13973239722522871394/package
[2024-08-29T22:49:59.280Z] 07:49:58.314 DEBUG Creating linter config
[2024-08-29T22:49:59.280Z] 07:49:58.315 DEBUG Linter config: {"language":"js","fileType":"MAIN"} with alt-text,anchor-has-content,anchor-is-valid,anchor-precedence,argument-type,arguments-order,aria-activedescendant-has-tabindex,aria-proptypes,aria-role,aria-unsupported-elements,array-callback-without-return,autocomplete-valid,aws-apigateway-public-api,aws-ec2-rds-dms-public,aws-ec2-unencrypted-ebs-volume,aws-efs-unencrypted,aws-iam-all-privileges,aws-iam-privilege-escalation,aws-iam-public-access,aws-opensearchservice-domain,aws-rds-unencrypted-databases,aws-restricted-ip-admin-access,aws-s3-bucket-granted-access,aws-s3-bucket-insecure-http,aws-s3-bucket-public-access,aws-s3-bucket-versioning,aws-sagemaker-unencrypted-notebook,aws-sns-unencrypted-topics,aws-sqs-unencrypted-queue,bitwise-operators,call-argument-line,certificate-transparency,class-name,code-eval,cognitive-complexity,comma-or-logical-or-case,concise-regex,confidential-information-logging,constructor-for-side-effects,content-length,content-security-policy,cookie-no-httponly,cors,csrf,default-param-last,default-props-match-prop-types,deprecation,different-types-comparison,disabled-auto-escaping,disabled-resource-integrity,duplicates-in-character-class,empty-string-repetition,encryption-secure-mode,existing-groups,file-permissions,file-uploads,fixme-tag,for-loop-increment-sign,frame-ancestors,function-inside-loop,function-return-type,future-reserved-words,generator-without-yield,hashing,heading-has-content,hidden-files,hook-use-state,html-has-lang,iframe-has-title,img-redundant-alt,in-operator-type-error,inconsistent-function-call,index-of-compare-to-positive-number,insecure-cookie,insecure-jwt-token,interactive-supports-focus,jsx-child-element-spacing,jsx-key,jsx-no-comment-textnodes,jsx-no-constructed-context-values,jsx-no-useless-fragment,jsx-pascal-case,label-has-associated-control,label-position,link-with-target-blank,max-switch-cases,media-has-caption,misplaced-loop-counter,mouse-events-a11y,new-cap,new-operator-misuse,no-absolute-path,no-access-key,no-access-state-in-setstate,no-accessor-field-mismatch,no-all-duplicated-branches,no-alphabetical-sort,no-angular-bypass-sanitization,no-aria-hidden-on-focusable,no-array-delete,no-array-index-key,no-associative-arrays,no-base-to-string,no-caller,no-case-declarations,no-case-label-in-switch,no-children-prop,no-clear-text-protocols,no-collection-size-mischeck,no-commented-code,no-constant-binary-expression,no-constructor-return,no-danger-with-children,no-dead-store,no-delete-var,no-deprecated-react,no-direct-mutation-state,no-dupe-args,no-duplicated-branches,no-duplicates,no-element-overwrite,no-empty,no-empty-after-reluctant,no-empty-alternatives,no-empty-collection,no-empty-function,no-empty-group,no-empty-pattern,no-equals-in-for-termination,no-extend-native,no-extra-arguments,no-extra-bind,no-extra-boolean-cast,no-extraneous-class,no-find-dom-node,no-global-this,no-globals-shadowing,no-gratuitous-expressions,no-hardcoded-credentials,no-hardcoded-ip,no-hook-setter-in-body,no-identical-conditions,no-identical-expressions,no-identical-functions,no-ignored-return,no-implicit-global,no-import-assign,no-in-misuse,no-infinite-loop,no-interactive-element-to-noninteractive-role,no-intrusive-permissions,no-invalid-await,no-invariant-returns,no-inverted-boolean-check,no-ip-forward,no-is-mounted,no-labels,no-literal-call,no-lone-blocks,no-lonely-if,no-loss-of-precision,no-mime-sniff,no-misleading-array-reverse,no-misused-promises,no-mixed-content,no-multi-str,no-mutable-exports,no-nested-assignment,no-nested-conditional,no-nested-functions,no-nested-template-literals,no-new-native-nonconstructor,no-noninteractive-element-interactions,no-noninteractive-element-to-interactive-role,no-noninteractive-tabindex,no-octal,no-octal-escape,no-one-iteration-loop,no-os-command-from-path,no-parameter-reassignment,no-primitive-wrappers,no-proto,no-redeclare,no-redundant-assignments,no-redundant-boolean,no-redundant-jump,no-redundant-roles,no-redundant-should-component-update,no-referrer-policy,no-render-return-value,no-same-line-conditional,no-self-assign,no-self-compare,no-sequences,no-setter-return,no-small-switch,no-sparse-arrays,no-static-element-interactions,no-string-refs,no-table-as-layout,no-this-in-sfc,no-throw-literal,no-try-promise,no-undef-init,no-unenclosed-multiline-block,no-unescaped-entities,no-uniq-key,no-unknown-property,no-unneeded-ternary,no-unreachable,no-unsafe,no-unsafe-finally,no-unsafe-negation,no-unsafe-optional-chaining,no-unsafe-unzip,no-unstable-nested-components,no-unthrown-error,no-unused-collection,no-unused-expressions,no-unused-private-class-members,no-unused-prop-types,no-use-of-empty-return-value,no-useless-call,no-useless-catch,no-useless-constructor,no-useless-increment,no-useless-react-setstate,no-useless-rename,no-var,no-vue-bypass-sanitization,no-weak-cipher,no-weak-keys,no-with,non-existent-operator,null-dereference,object-alt-content,os-command,post-message,prefer-default-last,prefer-for-of,prefer-object-has-own,prefer-object-spread,prefer-promise-reject-errors,prefer-promise-shorthand,prefer-regex-literals,prefer-single-boolean-return,prefer-spread,prefer-string-starts-ends-with,prefer-tag-over-role,prefer-while,production-debug,prop-types,pseudo-random,publicly-writable-directories,reduce-initial-value,regex-complexity,require-render-return,role-has-required-aria-props,role-supports-aria-props,rules-of-hooks,session-regeneration,single-char-in-character-classes,single-character-alternation,slow-regex,sonar-block-scoped-var,sonar-jsx-no-leaked-render,sonar-max-params,sonar-no-control-regex,sonar-no-dupe-keys,sonar-no-empty-character-class,sonar-no-fallthrough,sonar-no-invalid-regexp,sonar-no-misleading-character-class,sonar-no-regex-spaces,sonar-no-unused-class-component-methods,sonar-no-unused-vars,sonar-prefer-optional-chain,sonar-prefer-regexp-exec,sql-queries,stateful-regex,strict-transport-security,super-invocation,tabindex-no-positive,table-header,table-header-reference,todo-tag,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,unnecessary-character-escapes,unused-import,unused-named-groups,unverified-certificate,unverified-hostname,updated-const-var,updated-loop-counter,use-isnan,valid-typeof,void-use,weak-ssl,x-powered-by,xml-parser-xxe
[2024-08-29T22:49:59.281Z] 07:49:58.316 DEBUG Linter config: {"language":"js","fileType":"TEST"} with assertions-in-tests,chai-determinate-assertion,disabled-timeout,inverted-assertion-arguments,no-code-after-done,no-empty-test-file,no-exclusive-tests,no-ignored-exceptions,no-incomplete-assertions,no-same-argument-assert,stable-tests,test-check-exception
[2024-08-29T22:49:59.281Z] 07:49:58.316 DEBUG Linter config: {"language":"ts","fileType":"MAIN"} with alt-text,anchor-has-content,anchor-is-valid,anchor-precedence,arguments-order,aria-activedescendant-has-tabindex,aria-proptypes,aria-role,aria-unsupported-elements,autocomplete-valid,aws-apigateway-public-api,aws-ec2-rds-dms-public,aws-ec2-unencrypted-ebs-volume,aws-efs-unencrypted,aws-iam-all-privileges,aws-iam-privilege-escalation,aws-iam-public-access,aws-opensearchservice-domain,aws-rds-unencrypted-databases,aws-restricted-ip-admin-access,aws-s3-bucket-granted-access,aws-s3-bucket-insecure-http,aws-s3-bucket-public-access,aws-s3-bucket-versioning,aws-sagemaker-unencrypted-notebook,aws-sns-unencrypted-topics,aws-sqs-unencrypted-queue,bitwise-operators,call-argument-line,certificate-transparency,class-name,code-eval,cognitive-complexity,comma-or-logical-or-case,concise-regex,confidential-information-logging,constructor-for-side-effects,content-length,content-security-policy,cookie-no-httponly,cors,csrf,default-param-last,default-props-match-prop-types,deprecation,disabled-auto-escaping,disabled-resource-integrity,duplicates-in-character-class,empty-string-repetition,encryption-secure-mode,existing-groups,file-permissions,file-uploads,fixme-tag,for-loop-increment-sign,frame-ancestors,function-inside-loop,generator-without-yield,hashing,heading-has-content,hidden-files,hook-use-state,html-has-lang,iframe-has-title,img-redundant-alt,index-of-compare-to-positive-number,insecure-cookie,insecure-jwt-token,interactive-supports-focus,jsx-child-element-spacing,jsx-key,jsx-no-comment-textnodes,jsx-no-constructed-context-values,jsx-no-useless-fragment,jsx-pascal-case,label-has-associated-control,label-position,link-with-target-blank,max-switch-cases,media-has-caption,misplaced-loop-counter,mouse-events-a11y,new-cap,new-operator-misuse,no-absolute-path,no-access-key,no-access-state-in-setstate,no-accessor-field-mismatch,no-all-duplicated-branches,no-alphabetical-sort,no-angular-bypass-sanitization,no-aria-hidden-on-focusable,no-array-delete,no-array-index-key,no-associative-arrays,no-base-to-string,no-caller,no-case-declarations,no-case-label-in-switch,no-children-prop,no-clear-text-protocols,no-collection-size-mischeck,no-commented-code,no-confusing-non-null-assertion,no-constant-binary-expression,no-constructor-return,no-danger-with-children,no-dead-store,no-delete-var,no-deprecated-react,no-direct-mutation-state,no-duplicate-enum-values,no-duplicate-in-composite,no-duplicated-branches,no-duplicates,no-element-overwrite,no-empty,no-empty-after-reluctant,no-empty-alternatives,no-empty-collection,no-empty-function,no-empty-group,no-empty-pattern,no-equals-in-for-termination,no-extend-native,no-extra-bind,no-extra-boolean-cast,no-extraneous-class,no-find-dom-node,no-global-this,no-globals-shadowing,no-gratuitous-expressions,no-hardcoded-credentials,no-hardcoded-ip,no-hook-setter-in-body,no-identical-conditions,no-identical-expressions,no-identical-functions,no-ignored-return,no-import-assign,no-in-misuse,no-interactive-element-to-noninteractive-role,no-intrusive-permissions,no-invalid-await,no-invariant-returns,no-inverted-boolean-check,no-ip-forward,no-is-mounted,no-labels,no-literal-call,no-lone-blocks,no-lonely-if,no-loss-of-precision,no-mime-sniff,no-misleading-array-reverse,no-misused-new,no-misused-promises,no-mixed-content,no-mixed-enums,no-multi-str,no-mutable-exports,no-nested-assignment,no-nested-conditional,no-nested-functions,no-nested-template-literals,no-noninteractive-element-interactions,no-noninteractive-element-to-interactive-role,no-noninteractive-tabindex,no-octal,no-octal-escape,no-one-iteration-loop,no-os-command-from-path,no-parameter-reassignment,no-primitive-wrappers,no-proto,no-redundant-assignments,no-redundant-boolean,no-redundant-jump,no-redundant-optional,no-redundant-roles,no-redundant-should-component-update,no-redundant-type-constituents,no-referrer-policy,no-render-return-value,no-same-line-conditional,no-self-assign,no-self-compare,no-sequences,no-small-switch,no-sparse-arrays,no-static-element-interactions,no-string-refs,no-table-as-layout,no-this-in-sfc,no-throw-literal,no-try-promise,no-undefined-argument,no-unenclosed-multiline-block,no-unescaped-entities,no-uniq-key,no-unknown-property,no-unnecessary-type-assertion,no-unnecessary-type-constraint,no-unneeded-ternary,no-unreachable,no-unsafe,no-unsafe-finally,no-unsafe-negation,no-unsafe-optional-chaining,no-unsafe-unzip,no-unstable-nested-components,no-unthrown-error,no-unused-collection,no-unused-expressions,no-unused-private-class-members,no-unused-prop-types,no-use-of-empty-return-value,no-useless-call,no-useless-catch,no-useless-constructor,no-useless-increment,no-useless-intersection,no-useless-react-setstate,no-useless-rename,no-var,no-vue-bypass-sanitization,no-weak-cipher,no-weak-keys,non-existent-operator,object-alt-content,os-command,post-message,prefer-as-const,prefer-default-last,prefer-enum-initializers,prefer-for-of,prefer-function-type,prefer-literal-enum-member,prefer-namespace-keyword,prefer-nullish-coalescing,prefer-object-has-own,prefer-object-spread,prefer-promise-reject-errors,prefer-promise-shorthand,prefer-regex-literals,prefer-return-this-type,prefer-spread,prefer-string-starts-ends-with,prefer-tag-over-role,prefer-type-guard,prefer-while,production-debug,pseudo-random,public-static-readonly,publicly-writable-directories,reduce-initial-value,redundant-type-aliases,regex-complexity,require-render-return,role-has-required-aria-props,role-supports-aria-props,rules-of-hooks,session-regeneration,single-char-in-character-classes,single-character-alternation,slow-regex,sonar-block-scoped-var,sonar-jsx-no-leaked-render,sonar-max-params,sonar-no-control-regex,sonar-no-dupe-keys,sonar-no-empty-character-class,sonar-no-fallthrough,sonar-no-invalid-regexp,sonar-no-misleading-character-class,sonar-no-regex-spaces,sonar-no-unused-class-component-methods,sonar-prefer-optional-chain,sonar-prefer-read-only-props,sonar-prefer-regexp-exec,sql-queries,stateful-regex,strict-transport-security,super-invocation,tabindex-no-positive,table-header,table-header-reference,todo-tag,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,unnecessary-character-escapes,unused-import,unused-named-groups,unverified-certificate,unverified-hostname,updated-loop-counter,use-isnan,use-type-alias,void-use,weak-ssl,x-powered-by,xml-parser-xxe
[2024-08-29T22:49:59.282Z] 07:49:58.317 DEBUG Linter config: {"language":"ts","fileType":"TEST"} with assertions-in-tests,chai-determinate-assertion,disabled-timeout,inverted-assertion-arguments,no-code-after-done,no-empty-test-file,no-exclusive-tests,no-ignored-exceptions,no-incomplete-assertions,no-same-argument-assert,stable-tests,test-check-exception
[2024-08-29T22:49:59.282Z] 07:49:58.317 DEBUG Found file: /DATA/jenkins/workspace/ci-we_master/qcells/webengine/package.json
[2024-08-29T22:49:59.282Z] 07:49:58.317 DEBUG Found file: /DATA/jenkins/workspace/ci-we_master/qcells/webengine/npmlib/package.json
[2024-08-29T22:49:59.282Z] 07:49:58.317 DEBUG Found file: /DATA/jenkins/workspace/ci-we_master/qcells/webservice/webinterface/document/package.json
[2024-08-29T22:49:59.282Z] 07:49:58.317 DEBUG Found file: /DATA/jenkins/workspace/ci-we_master/qcells/webservice/webinterface/webAPI/package.json

stop forcely

[2024-08-29T23:01:34.750Z] Aborted by yuns.ko
[2024-08-29T23:01:34.753Z] Sending interrupt signal to process
[2024-08-29T23:01:35.952Z] 08:01:34.828 DEBUG Cleanup org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$337/0x00007f16a0265c30@4aeaadc1 during JVM shutdown
[2024-08-29T23:01:36.881Z] 08:01:36.620 DEBUG Java command exited with code 143
[2024-08-29T23:01:36.881Z] 08:01:36.621 INFO  EXECUTION FAILURE
[2024-08-29T23:01:36.881Z] 08:01:36.624 INFO  Total time: 12:06.487s
[2024-08-29T23:01:36.886Z] script returned exit code 3
[2024-08-29T23:01:37.106Z] [Pipeline] }
[2024-08-29T23:01:39.724Z] Aborted by yuns.ko
[2024-08-29T23:01:39.725Z] [Pipeline] // withSonarQubeEnv
[2024-08-29T23:01:39.731Z] [Pipeline] }
[2024-08-29T23:01:39.760Z] [Pipeline] // script
[2024-08-29T23:01:39.765Z] [Pipeline] }
[2024-08-29T23:01:39.769Z] [Pipeline] // stage
[2024-08-29T23:01:39.774Z] [Pipeline] }
[2024-08-29T23:01:39.778Z] [Pipeline] // stage
[2024-08-29T23:01:39.782Z] [Pipeline] }
[2024-08-29T23:01:39.786Z] [Pipeline] // withEnv
[2024-08-29T23:01:39.791Z] [Pipeline] }
[2024-08-29T23:01:39.795Z] [Pipeline] // withEnv
[2024-08-29T23:01:39.799Z] [Pipeline] }
[2024-08-29T23:01:39.803Z] [Pipeline] // node
[2024-08-29T23:01:39.810Z] [Pipeline] End of Pipeline
[2024-08-29T23:01:39.826Z] org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 4f5187ba-2324-46a9-929d-63daaf704fad
[2024-08-29T23:01:39.826Z] java.lang.InterruptedException
[2024-08-29T23:01:39.826Z] 	at java.base/java.lang.Object.wait(Native Method)
[2024-08-29T23:01:39.826Z] 	at hudson.remoting.Request.call(Request.java:179)
[2024-08-29T23:01:39.826Z] 	at hudson.remoting.Channel.call(Channel.java:1073)
[2024-08-29T23:01:39.826Z] 	at hudson.FilePath.act(FilePath.java:1228)
[2024-08-29T23:01:39.826Z] 	at hudson.FilePath.act(FilePath.java:1217)
[2024-08-29T23:01:39.826Z] 	at PluginClassLoader for sonar//hudson.plugins.sonar.utils.SonarUtils.extractReportTask(SonarUtils.java:104)
[2024-08-29T23:01:39.826Z] 	at PluginClassLoader for sonar//hudson.plugins.sonar.utils.SonarUtils.addBuildInfoTo(SonarUtils.java:172)
[2024-08-29T23:01:39.826Z] 	at PluginClassLoader for sonar//hudson.plugins.sonar.SonarBuildWrapper$AddBuildInfo.tearDown(SonarBuildWrapper.java:217)
[2024-08-29T23:01:39.826Z] 	at PluginClassLoader for workflow-basic-steps//org.jenkinsci.plugins.workflow.steps.CoreWrapperStep$Callback.finished(CoreWrapperStep.java:207)
[2024-08-29T23:01:39.826Z] 	at PluginClassLoader for workflow-basic-steps//org.jenkinsci.plugins.workflow.steps.CoreWrapperStep$Execution2$Callback2.finished(CoreWrapperStep.java:150)
[2024-08-29T23:01:39.826Z] 	at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution$TailCall.lambda$onFailure$1(GeneralNonBlockingStepExecution.java:156)
[2024-08-29T23:01:39.826Z] 	at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
[2024-08-29T23:01:39.826Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[2024-08-29T23:01:39.826Z] 	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
[2024-08-29T23:01:39.826Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[2024-08-29T23:01:39.826Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[2024-08-29T23:01:39.826Z] 	at java.base/java.lang.Thread.run(Unknown Source)

Hello @Yuuuuuns,

can you share the complete debug logs please? You can send them to me via private message if needed.

Thanks!
Victor

Hello Victor Diez,
Thank you for your help.
I am sorry, it is too late. It was holiday in Korea.
I lost full log for this build becuase it was just branch build.
However, I found the master branch log at same day and I can send it.
How can I send this log to you by private message?

Hi @Yuuuuuns,

I sent you a private message, you can share the logs there.

Thanks,
Victor