Unable to upload the sonar coverage report for angular application on server

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    I am using sonarqube - 8.9.6.50800 version

I am trying to build and test the angular js application using jenkins pipline and upload the coverage report on sonarqube server.
I could see code smells, bugs vulnerabilities are getting updated but code coverage is not getting uploaded
Karma-config.js

 plugins: [
      require('karma-jasmine'),
      require('karma-chrome-launcher'),
      require('karma-jasmine-html-reporter'),
      require('karma-browserstack-launcher'),
      require('karma-junit-reporter'),
      require('karma-coverage'),
      require('@angular-devkit/build-angular/plugins/karma')
    ],
    coverageReporter: {
      dir: require('path').join(__dirname, './coverage/DemoApp'),
      subdir: '.',
      reporters: [
        { type: 'html' },
        { type: 'text-summary' },
        {type: 'lcov', dir: 'reports', subdir: 'report-lcov'},
        {type: 'cobertura', dir: 'reports', subdir: '.', file: 'cobertura.xml'}
      ],
      check: {
        global: {
          statements: 30,
          branches: 30,
          functions: 30,
          lines: 30
        }
      }
    },
    reporters: ['progress', 'kjhtml', 'junit', 'coverage'],

sonarqube.properties file


# Required metadata
sonar.projectKey=XXX
sonar.projectName=XXXXX


# Comma-separated paths to directories with sources (required)
sonar.sources=src
sonar.tests=src


sonar.verbose=true
# sonar.typescript.lcov.reportPaths=reports/report-lcov/lcov.info
sonar.javascript.lcov.reportPaths=reports/report-lcov/lcov.info 

sonar.exclusions=node_modules/*,**/*.ts,**/*.scss
sonar.test.inclusions=**/*spec.ts
sonar.surefire.reportsPath=reports/junit


# Language
sonar.language=ts

# Encoding of the source files
sonar.sourceEncoding=UTF-8

sonar.dependencyCheck.skip=true


Jenkins pipeline logs

09:27:48.777 INFO: CPD Executor CPD calculation finished (done) | time=75ms
09:27:48.797 DEBUG: SCM revision ID '7ec55c89e6b1cd08c42b307c30ad3b6894aa60a9'
09:27:49.193 INFO: Analysis report generated in 376ms, dir size=393 KB
09:27:49.530 INFO: Analysis report compressed in 336ms, zip size=132 KB
09:27:49.531 INFO: Analysis report generated in /home/jenkins/workspace/XXXXX/.scannerwork/scanner-report
09:27:49.531 DEBUG: Upload report
09:27:49.591 DEBUG: POST 200 https://sonarqube.XXX.com/api/ce/submit?projectKey=XXXX&projectName=XXX | time=58ms
09:27:49.596 INFO: Analysis report uploaded in 65ms
09:27:49.600 DEBUG: Report metadata written to /home/jenkins/workspace/XXXX/.scannerwork/report-task.txt
09:27:49.600 INFO: ANALYSIS SUCCESSFUL, you can browse https://sonarqube.XXXX.com/dashboard?id=XXXXX
09:27:49.600 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
09:27:49.600 INFO: More about the report processing at https://sonarqube.XXXX.com/api/ce/task?id=AYKrIWhH2AmzSBhMInM2
09:27:49.607 DEBUG: Post-jobs : 
09:27:49.616 DEBUG: stylelint-bridge server will shutdown
09:27:54.645 INFO: Analysis total time: 19.327 s
09:27:54.649 INFO: ------------------------------------------------------------------------
09:27:54.650 INFO: EXECUTION SUCCESS
09:27:54.650 INFO: ------------------------------------------------------------------------
09:27:54.650 INFO: Total time: 21.821s
09:27:54.879 INFO: Final Memory: 21M/597M
09:27:54.879 INFO: ------------------------------------------------------------------------
[Pipeline] }

Code smells, bugs etc are getting updated only code coverage value isnt getting populated.
Kindly help me understand what am I doing wrong ?

Hi,

It’s not clear to me: are you creating the coverage report before analysis? And in what format? LCov or Surefire? Because Surefire hasn’t been supported in quite a while.

If you are creating the report before analysis, can you provide the entire analysis log? I’m only seeing the last few lines here.

 
Ann

Hi Ann,
Thank you for responding.

I am trying to create report in LCOv format duriing build and later trying to publish it in sonar
Sonar property

# Required metadata
sonar.projectKey=XXX
sonar.projectName=XXXXX

# Comma-separated paths to directories with sources (required)
sonar.sources=src
sonar.tests=src


sonar.verbose=true
########################################
# Here is where you can enable Integration tests
########################################
# Tells SonarQube where the merged code coverage XML reports (for UT & IT) are
# sonar.typescript.lcov.reportPaths=reports/report-lcov/lcov.info
sonar.typescript.lcov.reportPaths=reports/report-lcov/lcov.info 
sonar.ts.tslint.configPath=tslint.json

########################################
### Config for multi module java project
########################################

sonar.exclusions=node_modules/*,**/*.ts,**/*.scss
sonar.test.inclusions=**/*spec.ts
sonar.javascript.node.maxspace=4096


# Language
sonar.language=ts

# Encoding of the source files
sonar.sourceEncoding=UTF-8

# # Skip dependency check reporting for Main Sonarqube project
sonar.dependencyCheck.skip=true


jenkins file groovy code

def scannerHome = tool 'SonarScanner47';
					withSonarQubeEnv('SonarQube') {
						sh "${scannerHome}/bin/sonar-scanner -X -Dproject.settings=sonarqube.properties -Dsonar.projectBaseDir=${workspace}"
                         
                    }

Hi,

Can you provide the full analysis log?

I suspect your sonarqube.properties file isn’t being picked up; project.settings isn’t a valid analysis parameter.

 
Ann

could you please share your email id I can send you the entire file

Hi,

Just post it here, redacted as necessary.

 
Ann

1 Like
Pipeline] {

+ node -v
v12.22.4
+ npm -v
6.14.14
+ export PATH=/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-v12.22.4/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-v12.22.4/bin:/usr/local/openjdk-8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:./node_modules/@angular/cli/bin/
+ ng build -c nonp
- Generating browser application bundles (phase: setup)...
✔ Browser application bundle generation complete.
✔ Browser application bundle generation complete.
- Copying assets...
✔ Copying assets complete.
- Generating index html...
- Generating index html...
1 rules skipped due to selector errors:
  .custom-file-input:lang(en)~.custom-file-label -> unmatched pseudo-class :lang
✔ Index html generation complete.

Initial Chunk Files               | Names         |      Size
main.c97d05a6eedc403bf024.js      | main          |   2.40 MB
scripts.c3e2378c33a36fa4abfd.js   | scripts       | 452.72 kB
styles.2b4eb47c75d4a658989f.css   | styles        | 286.83 kB
polyfills.c32f5db28ba31b9793bb.js | polyfills     |  45.82 kB
runtime.6888f540d649498c4eab.js   | runtime       |   1.22 kB

| Initial Total |   3.16 MB

Build at: 2022-08-18T11:18:28.093Z - Hash: 644e05c45147ee9cf13e - Time: 126516ms

Warning: /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/app.module.ts depends on 'angular2-moment'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Warning: initial exceeded maximum budget. Budget 2.00 MB was not met by 1.16 MB with a total of 3.16 MB.


+ echo Build Completed Successfully... 
Build Completed Successfully... 
+ ng test --watch=false --browsers=bstack_chrome_windows --code-coverage
- Generating browser application bundles (phase: setup)...
18 08 2022 11:19:00.982:INFO [karma-server]: Karma v6.3.20 server started at http://localhost:9876/
18 08 2022 11:19:00.987:INFO [launcher]: Launching browsers bstack_chrome_windows with concurrency unlimited
18 08 2022 11:19:01.377:INFO [launcher]: Starting browser chrome latest (Windows 10) on BrowserStack
18 08 2022 11:19:20.728:INFO [launcher.browserstack]: chrome latest (Windows 10) session at https://automate.browserstack.com/builds/ab595f24519a95ac8360b10c03a94f9bf58b31f4/sessions/a9b93ed68013d456f251f41e50f1b46b94d328a7
✔ Browser application bundle generation complete.
18 08 2022 11:20:00.837:INFO [Chrome 104.0.5112.81 (Windows 10)]: Connected on socket kROmHUMT2MBnbQxOAAAB with id 87317439
Chrome 104.0.5112.81 (Windows 10): Executed 0 of 203 SUCCESS (0 secs / 0 secs)
Chrome 104.0.5112.81 (Windows 10): Executed 1 of 203 SUCCESS (0 secs / 0.588 secs)
Chrome 104.0.5112.81 (Windows 10): Executed 2 of 203 SUCCESS (0 secs / 0.657 secs)
ERROR: 'NG0303: Can't bind to 'dtOptions' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 2 of 203 SUCCESS (0 secs / 0.657 secs)
ERROR: 'NG0303: Can't bind to 'dtOptions' since it isn't a known property of 'table'.'
ERROR: 'NG0303: Can't bind to 'dtTrigger' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 2 of 203 SUCCESS (0 secs / 0.657 secs)
ERROR: 'NG0303: Can't bind to 'dtTrigger' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 3 of 203 SUCCESS (0 secs / 0.707 secs)
ERROR: 'NG0303: Can't bind to 'dtOptions' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 3 of 203 SUCCESS (0 secs / 0.707 secs)
ERROR: 'NG0303: Can't bind to 'dtOptions' since it isn't a known property of 'table'.'
ERROR: 'NG0303: Can't bind to 'dtTrigger' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 3 of 203 SUCCESS (0 secs / 0.707 secs)
ERROR: 'NG0303: Can't bind to 'dtTrigger' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 4 of 203 SUCCESS (0 secs / 0.747 secs)
ERROR: 'NG0303: Can't bind to 'dtOptions' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 4 of 203 SUCCESS (0 secs / 0.747 secs)
ERROR: 'NG0303: Can't bind to 'dtOptions' since it isn't a known property of 'table'.'
ERROR: 'NG0303: Can't bind to 'dtTrigger' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 4 of 203 SUCCESS (0 secs / 0.747 secs)
ERROR: 'NG0303: Can't bind to 'dtTrigger' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 5 of 203 SUCCESS (0 secs / 1.333 secs)
ERROR: 'NG0303: Can't bind to 'dtOptions' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 5 of 203 SUCCESS (0 secs / 1.333 secs)
ERROR: 'NG0303: Can't bind to 'dtOptions' since it isn't a known property of 'table'.'
ERROR: 'NG0303: Can't bind to 'dtTrigger' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 5 of 203 SUCCESS (0 secs / 1.333 secs)
ERROR: 'NG0303: Can't bind to 'dtTrigger' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 6 of 203 SUCCESS (0 secs / 1.363 secs)
ERROR: 'NG0303: Can't bind to 'dtOptions' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 6 of 203 SUCCESS (0 secs / 1.363 secs)
ERROR: 'NG0303: Can't bind to 'dtOptions' since it isn't a known property of 'table'.'
ERROR: 'NG0303: Can't bind to 'dtTrigger' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 6 of 203 SUCCESS (0 secs / 1.363 secs)
ERROR: 'NG0303: Can't bind to 'dtTrigger' since it isn't a known property of 'table'.'
Chrome 104.0.5112.81 (Windows 10): Executed 7 of 203 SUCCESS (0 secs / 1.409 secs)
Chrome 104.0.5112.81 (Windows 10): Executed 8 of 203 SUCCESS (0 secs / 1.463 secs)

LOG: 'Thu Aug 18 2022 07:20:20 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 34 of 203 SUCCESS (0 secs / 2.626 secs)
LOG: 'Thu Aug 18 2022 07:20:20 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 35 of 203 SUCCESS (0 secs / 2.718 secs)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 35 of 203 SUCCESS (0 secs / 2.718 secs)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 36 of 203 SUCCESS (0 secs / 2.8 secs)
ERROR: Error: Uncaught (in promise): [object Undefined]
Error: Uncaught (in promise): [object Undefined]
    at resolvePromise (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1262:1)
    at resolvePromise (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1216:1)
    at http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1329:1
    at _ZoneDelegate.invokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:443:1)
    at ProxyZoneSpec.onInvokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone-testing.js:334:43)
    at _ZoneDelegate.__webpack_modules__.46026._ZoneDelegate.invokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:442:1)
    at Zone.__webpack_modules__.46026.Zone.runTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:214:1)
    at drainMicroTaskQueue (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:632:1)
Chrome 104.0.5112.81 (Windows 10): Executed 36 of 203 SUCCESS (0 secs / 2.8 secs)
ERROR: Error: Uncaught (in promise): [object Undefined]
Error: Uncaught (in promise): [object Undefined]
    at resolvePromise (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1262:1)
    at resolvePromise (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1216:1)
    at http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1329:1
    at _ZoneDelegate.invokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:443:1)
    at ProxyZoneSpec.onInvokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone-testing.js:334:43)
    at _ZoneDelegate.__webpack_modules__.46026._ZoneDelegate.invokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:442:1)
    at Zone.__webpack_modules__.46026.Zone.runTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:214:1)
    at drainMicroTaskQueue (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:632:1)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 36 of 203 SUCCESS (0 secs / 2.8 secs)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 37 of 203 SUCCESS (0 secs / 2.892 secs)
Chrome 104.0.5112.81 (Windows 10): Executed 38 of 203 SUCCESS (0 secs / 2.976 secs)
Chrome 104.0.5112.81 (Windows 10): Executed 39 of 203 SUCCESS (0 secs / 3.049 secs)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: dummy1,dummy2,dummy3"'
Chrome 104.0.5112.81 (Windows 10): Executed 39 of 203 SUCCESS (0 secs / 3.049 secs)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: dummy1,dummy2,dummy3"'
Chrome 104.0.5112.81 (Windows 10): Executed 40 of 203 SUCCESS (0 secs / 3.116 secs)
Chrome 104.0.5112.81 (Windows 10): Executed 41 of 203 SUCCESS (0 secs / 3.201 secs)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 41 of 203 SUCCESS (0 secs / 3.201 secs)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: "'
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 41 of 203 SUCCESS (0 secs / 3.201 secs)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 42 of 203 SUCCESS (0 secs / 3.291 secs)
Chrome 104.0.5112.81 (Windows 10): Executed 43 of 203 SUCCESS (0 secs / 3.43 secs)
ERROR: Error: Uncaught (in promise): [object Undefined]
Error: Uncaught (in promise): [object Undefined]
    at resolvePromise (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1262:1)
    at resolvePromise (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1216:1)
    at http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1329:1
    at _ZoneDelegate.invokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:443:1)
    at ProxyZoneSpec.onInvokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone-testing.js:334:43)
    at _ZoneDelegate.__webpack_modules__.46026._ZoneDelegate.invokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:442:1)
    at Zone.__webpack_modules__.46026.Zone.runTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:214:1)
    at drainMicroTaskQueue (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:632:1)
Chrome 104.0.5112.81 (Windows 10): Executed 43 of 203 SUCCESS (0 secs / 3.43 secs)
ERROR: Error: Uncaught (in promise): [object Undefined]
Error: Uncaught (in promise): [object Undefined]
    at resolvePromise (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1262:1)
    at resolvePromise (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1216:1)
    at http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:1329:1
    at _ZoneDelegate.invokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:443:1)
    at ProxyZoneSpec.onInvokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone-testing.js:334:43)
    at _ZoneDelegate.__webpack_modules__.46026._ZoneDelegate.invokeTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:442:1)
    at Zone.__webpack_modules__.46026.Zone.runTask (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:214:1)
    at drainMicroTaskQueue (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone.js:632:1)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 43 of 203 SUCCESS (0 secs / 3.43 secs)
LOG: 'Thu Aug 18 2022 07:20:21 GMT-0400 (Eastern Daylight Time): "Selected values: "'
Chrome 104.0.5112.81 (Windows 10): Executed 44 of 203 SUCCESS (0 secs / 3.539 secs)
Chrome 104.0.5112.81 (Windows 10): Executed 56 of 203 SUCCESS (0 secs / 4.181 secs)
LOG: 'Thu Aug 18 2022 07:20:22 GMT-0400 (Eastern Daylight Time): "created user dummy"'
Chrome 104.0.5112.81 (Windows 10): Executed 57 of 203 SUCCESS (0 secs / 4.185 secs)
Chrome 104.0.5112.81 (Windows 10): Executed 58 of 203 SUCCESS (0 secs / 4.189 secs)
LOG: 'Thu Aug 18 2022 07:20:22 GMT-0400 (Eastern Daylight Time): "[{\"displayName\":\"eth_XXXX_merchantId_mfdrptuser_nonp\",\"description\":\"Dummy Merchant\"}]"'
Chrome 104.0.5112.81 (Windows 10): Executed 58 of 203 SUCCESS (0 secs / 4.189 secs)
LOG: 'Thu Aug 18 2022 07:20:22 GMT-0400 (Eastern Daylight Time): "[{\"displayName\":\"eth_XXXX_merchantId_mfdrptuser_nonp\",\"description\":\"Dummy Merchant\"}]"'
Chrome 104.0.5112.81 (Windows 10): Executed 59 of 203 SUCCESS (0 secs / 4.192 secs)
LOG: 'Thu Aug 18 2022 07:20:22 GMT-0400 (Eastern Daylight Time): "[{\"displayName\":\"eth_XXXX_merchantId_admin_nonp\",\"description\":\"Dummy Merchant\"}]"'
Chrome 104.0.5112.81 (Windows 10): Executed 59 of 203 SUCCESS (0 secs / 4.192 secs)
LOG: 'Thu Aug 18 2022 07:20:22 GMT-0400 (Eastern Daylight Time): "[{\"displayName\":\"eth_XXXX_merchantId_admin_nonp\",\"description\":\"Dummy Merchant\"}]"'
Chrome 104.0.5112.81 (Windows 10): Executed 198 of 203 SUCCESS (0 secs / 6.946 secs)
ERROR: 'NG0304: 'ngx-spinner' is not a known element:
1. If 'ngx-spinner' is an Angular component, then verify that it is part of this module.
2. If 'ngx-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.'
ERROR: 'NG0303: Can't bind to 'fullScreen' since it isn't a known property of 'ngx-spinner'.'
Chrome 104.0.5112.81 (Windows 10): Executed 198 of 203 SUCCESS (0 secs / 6.946 secs)
ERROR: 'NG0303: Can't bind to 'fullScreen' since it isn't a known property of 'ngx-spinner'.'
Chrome 104.0.5112.81 (Windows 10): Executed 199 of 203 SUCCESS (0 secs / 6.972 secs)
ERROR: 'NG0304: 'ngx-spinner' is not a known element:
1. If 'ngx-spinner' is an Angular component, then verify that it is part of this module.
2. If 'ngx-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.'
Chrome 104.0.5112.81 (Windows 10): Executed 199 of 203 SUCCESS (0 secs / 6.972 secs)
ERROR: 'NG0304: 'ngx-spinner' is not a known element:
1. If 'ngx-spinner' is an Angular component, then verify that it is part of this module.
2. If 'ngx-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.'
ERROR: 'NG0303: Can't bind to 'fullScreen' since it isn't a known property of 'ngx-spinner'.'
Chrome 104.0.5112.81 (Windows 10): Executed 199 of 203 SUCCESS (0 secs / 6.972 secs)
ERROR: 'NG0303: Can't bind to 'fullScreen' since it isn't a known property of 'ngx-spinner'.'
Chrome 104.0.5112.81 (Windows 10): Executed 200 of 203 SUCCESS (0 secs / 7.007 secs)
ERROR: 'NG0304: 'ngx-spinner' is not a known element:
1. If 'ngx-spinner' is an Angular component, then verify that it is part of this module.
2. If 'ngx-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.'
Chrome 104.0.5112.81 (Windows 10): Executed 200 of 203 SUCCESS (0 secs / 7.007 secs)
ERROR: 'NG0304: 'ngx-spinner' is not a known element:
1. If 'ngx-spinner' is an Angular component, then verify that it is part of this module.
2. If 'ngx-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.'
ERROR: 'NG0303: Can't bind to 'fullScreen' since it isn't a known property of 'ngx-spinner'.'
Chrome 104.0.5112.81 (Windows 10): Executed 200 of 203 SUCCESS (0 secs / 7.007 secs)
ERROR: 'NG0303: Can't bind to 'fullScreen' since it isn't a known property of 'ngx-spinner'.'
Chrome 104.0.5112.81 (Windows 10): Executed 201 of 203 SUCCESS (0 secs / 7.032 secs)
ERROR: 'NG0304: 'ngx-spinner' is not a known element:
1. If 'ngx-spinner' is an Angular component, then verify that it is part of this module.
2. If 'ngx-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.'
Chrome 104.0.5112.81 (Windows 10): Executed 201 of 203 SUCCESS (0 secs / 7.032 secs)
ERROR: 'NG0304: 'ngx-spinner' is not a known element:
1. If 'ngx-spinner' is an Angular component, then verify that it is part of this module.
2. If 'ngx-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.'
ERROR: 'NG0303: Can't bind to 'fullScreen' since it isn't a known property of 'ngx-spinner'.'
Chrome 104.0.5112.81 (Windows 10): Executed 201 of 203 SUCCESS (0 secs / 7.032 secs)
ERROR: 'NG0303: Can't bind to 'fullScreen' since it isn't a known property of 'ngx-spinner'.'
Chrome 104.0.5112.81 (Windows 10): Executed 202 of 203 SUCCESS (0 secs / 7.06 secs)
ERROR: 'NG0304: 'ngx-spinner' is not a known element:
1. If 'ngx-spinner' is an Angular component, then verify that it is part of this module.
2. If 'ngx-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.'
Chrome 104.0.5112.81 (Windows 10): Executed 202 of 203 SUCCESS (0 secs / 7.06 secs)
ERROR: 'NG0304: 'ngx-spinner' is not a known element:
1. If 'ngx-spinner' is an Angular component, then verify that it is part of this module.
2. If 'ngx-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.'
ERROR: 'NG0303: Can't bind to 'fullScreen' since it isn't a known property of 'ngx-spinner'.'
Chrome 104.0.5112.81 (Windows 10): Executed 202 of 203 SUCCESS (0 secs / 7.06 secs)
ERROR: 'NG0303: Can't bind to 'fullScreen' since it isn't a known property of 'ngx-spinner'.'
Chrome 104.0.5112.81 (Windows 10): Executed 203 of 203 SUCCESS (0 secs / 7.09 secs)
Chrome 104.0.5112.81 (Windows 10): Executed 203 of 203 SUCCESS (9.646 secs / 7.09 secs)
TOTAL: 203 SUCCESS
✔ Browser application bundle generation complete.
=============================== Coverage summary ===============================
Statements   : 42.48% ( 887/2088 )
Branches     : 33.64% ( 181/538 )
Functions    : 36.08% ( 267/740 )
Lines        : 41.54% ( 833/2005 )
================================================================================
✔ Browser application bundle generation complete.
+ echo Test Case execution Completed Successfully... 
Test Case execution Completed Successfully... 
[Pipeline] }
[Pipeline] // browserstack
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish)
Stage "Publish" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (SonarQube code coverage)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] tool
[Pipeline] withSonarQubeEnv
Injecting SonarQube environment variables using the configuration: SonarQube
[Pipeline] {
[Pipeline] sh
+ /home/jenkins/tools/hudson.plugins.sonar.SonarRunnerInstallation/SonarScanner47/bin/sonar-scanner -X -Dproject.settings=sonarqube.properties -Dsonar.projectBaseDir=/home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar
11:20:39.949 INFO: Scanner configuration file: /home/jenkins/tools/hudson.plugins.sonar.SonarRunnerInstallation/SonarScanner47/conf/sonar-scanner.properties
11:20:39.956 INFO: Project root configuration file: /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/sonarqube.properties
11:20:39.985 INFO: SonarScanner 4.7.0.2747
11:20:39.985 INFO: Java 1.8.0_242 Oracle Corporation (64-bit)
11:20:39.986 INFO: Linux 4.15.0-180-generic amd64
11:20:40.360 DEBUG: keyStore is : 
11:20:40.360 DEBUG: keyStore type is : jks
11:20:40.361 DEBUG: keyStore provider is : 
11:20:40.361 DEBUG: init keystore
11:20:40.361 DEBUG: init keymanager of type SunX509
11:20:40.498 DEBUG: Create: /home/jenkins/.sonar/cache
11:20:40.500 INFO: User cache: /home/jenkins/.sonar/cache
11:20:40.500 DEBUG: Create: /home/jenkins/.sonar/cache/_tmp
11:20:40.505 DEBUG: Extract sonar-scanner-api-batch in temp...
11:20:40.516 DEBUG: Get bootstrap index...
11:20:40.516 DEBUG: Download: https://sonarqube.XXXX.com/batch/index
11:20:40.826 DEBUG: Get bootstrap completed
11:20:40.839 DEBUG: Create isolated classloader...
11:20:40.853 DEBUG: Start temp cleaning...
11:20:40.985 DEBUG: Temp cleaning done
11:20:40.989 INFO: Scanner configuration file: /home/jenkins/tools/hudson.plugins.sonar.SonarRunnerInstallation/SonarScanner47/conf/sonar-scanner.properties
11:20:40.990 INFO: Project root configuration file: /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/sonarqube.properties
11:20:40.993 DEBUG: Execution getVersion
11:20:40.998 INFO: Analyzing on SonarQube server 8.9.6
11:20:40.999 INFO: Default locale: "en", source code encoding: "UTF-8"
11:20:41.000 DEBUG: Work directory: /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/.scannerwork
11:20:41.002 DEBUG: Execution execute
11:20:41.312 WARN: SonarScanner will require Java 11 to run, starting in SonarQube 9.x
11:20:41.315 DEBUG: Community 8.9.6.50800
11:20:41.619 INFO: Load global settings
11:20:41.797 DEBUG: GET 200 https://sonarqube.XXXX.com/api/settings/values.protobuf | time=175ms
11:20:41.853 INFO: Load global settings (done) | time=233ms
11:20:41.859 INFO: Server id: 2D7689EB-AWar8etsjP0LLx_MNJOG
11:20:41.868 INFO: User cache: /home/jenkins/.sonar/cache
11:20:41.876 INFO: Load/download plugins
11:20:41.877 INFO: Load plugins index
11:20:41.904 DEBUG: GET 200 https://sonarqube.XXXX.com/api/plugins/installed | time=27ms
11:20:41.966 INFO: Load plugins index (done) | time=89ms
11:20:42.038 INFO: Load/download plugins (done) | time=162ms
11:20:42.147 DEBUG: Plugins:
11:20:42.148 DEBUG:   * Dependency-Check 2.0.8 (dependencycheck)
11:20:42.148 DEBUG:   * Python Code Quality and Security 3.4.1.8066 (python)
11:20:42.148 DEBUG:   * CSS Code Quality and Security 1.4.2.2002 (cssfamily)
11:20:42.149 DEBUG:   * Go Code Quality and Security 1.8.3.2219 (go)
11:20:42.149 DEBUG:   * JaCoCo 1.1.1.1157 (jacoco)
11:20:42.149 DEBUG:   * Kotlin Code Quality and Security 1.8.3.2219 (kotlin)
11:20:42.149 DEBUG:   * ZAP Plugin for SonarQube 2.3.0 (zap)
11:20:42.150 DEBUG:   * JavaScript/TypeScript Code Quality and Security 7.4.4.15624 (javascript)
11:20:42.150 DEBUG:   * Ruby Code Quality and Security 1.8.3.2219 (ruby)
11:20:42.150 DEBUG:   * Scala Code Quality and Security 1.8.3.2219 (sonarscala)
11:20:42.150 DEBUG:   * C# Code Quality and Security 8.22.0.31243 (csharp)
11:20:42.151 DEBUG:   * Findbugs 4.0.6 (findbugs)
11:20:42.151 DEBUG:   * Java Code Quality and Security 6.15.1.26025 (java)
11:20:42.151 DEBUG:   * HTML Code Quality and Security 3.4.0.2754 (web)
11:20:42.152 DEBUG:   * Flex Code Quality and Security 2.6.1.2564 (flex)
11:20:42.152 DEBUG:   * XML Code Quality and Security 2.2.0.2973 (xml)
11:20:42.152 DEBUG:   * PHP Code Quality and Security 3.17.0.7439 (php)
11:20:42.152 DEBUG:   * VB.NET Code Quality and Security 8.22.0.31243 (vbnet)
11:20:43.107 INFO: Process project properties
11:20:43.125 INFO: Process project properties (done) | time=18ms
11:20:43.126 INFO: Execute project builders
11:20:43.127 DEBUG: Execute project builder: org.sonar.plugins.csharp.CSharpGlobalProtobufFileProcessor
11:20:43.129 DEBUG: Execute project builder: org.sonar.plugins.vbnet.VbNetGlobalProtobufFileProcessor
11:20:43.130 INFO: Execute project builders (done) | time=4ms
11:20:43.137 INFO: Project key: XXXX-Webapp-Service
11:20:43.137 INFO: Base dir: /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar
11:20:43.138 INFO: Working dir: /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/.scannerwork
11:20:43.138 DEBUG: Project global encoding: UTF-8, default locale: en
11:20:43.142 DEBUG: Creating module hierarchy
11:20:43.142 DEBUG:   Init module 'XXXX-Webapp-Service'
11:20:43.143 DEBUG:     Base dir: /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar
11:20:43.144 DEBUG:     Working dir: /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/.scannerwork
11:20:43.144 DEBUG:     Module global encoding: UTF-8, default locale: en
11:20:43.973 INFO: Load project settings for component key: 'XXXX-Webapp-Service'
11:20:44.000 DEBUG: GET 200 https://sonarqube.XXXX.com/api/settings/values.protobuf?component=XXXX-Webapp-Service | time=27ms
11:20:44.004 INFO: Load project settings for component key: 'XXXX-Webapp-Service' (done) | time=31ms
11:20:44.069 DEBUG: Available languages:
11:20:44.069 DEBUG:   * Neutral => "neutral"
11:20:44.070 DEBUG:   * Python => "py"
11:20:44.070 DEBUG:   * CSS => "css"
11:20:44.070 DEBUG:   * Go => "go"
11:20:44.070 DEBUG:   * Kotlin => "kotlin"
11:20:44.071 DEBUG:   * ZAP => "zap"
11:20:44.071 DEBUG:   * JavaScript => "js"
11:20:44.071 DEBUG:   * TypeScript => "ts"
11:20:44.071 DEBUG:   * Ruby => "ruby"
11:20:44.071 DEBUG:   * Scala => "scala"
11:20:44.072 DEBUG:   * C# => "cs"
11:20:44.072 DEBUG:   * Java => "java"
11:20:44.072 DEBUG:   * HTML => "web"
11:20:44.072 DEBUG:   * JSP => "jsp"
11:20:44.072 DEBUG:   * Flex => "flex"
11:20:44.073 DEBUG:   * XML => "xml"
11:20:44.073 DEBUG:   * PHP => "php"
11:20:44.073 DEBUG:   * VB.NET => "vbnet"
11:20:44.097 INFO: Auto-configuring with CI 'Jenkins'
11:20:44.100 INFO: Load quality profiles
11:20:44.148 DEBUG: GET 200 https://sonarqube.XXXX.com/api/qualityprofiles/search.protobuf?project=XXXX-Webapp-Service | time=47ms
11:20:44.187 INFO: Load quality profiles (done) | time=86ms
11:20:44.194 INFO: Auto-configuring with CI 'Jenkins'
11:20:44.201 INFO: Load active rules
11:20:44.245 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8h0CjP0LLx_MNKda&ps=500&p=1 | time=43ms
11:20:44.440 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AW9HVutf_vFvCPSdoohB&ps=500&p=1 | time=40ms
11:20:44.487 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWxtQIUHQvUSg9l6c-dN&ps=500&p=1 | time=30ms
11:20:44.527 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8h6AjP0LLx_MNKqD&ps=500&p=1 | time=36ms
11:20:44.602 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8h7gjP0LLx_MNKq9&ps=500&p=1 | time=44ms
11:20:44.687 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AW9HiznACtrmAasjKba_&ps=500&p=1 | time=70ms
11:20:44.837 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8h8ajP0LLx_MNKtX&ps=500&p=1 | time=78ms
11:20:44.919 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWk1dugN0sf4LlKcFizO&ps=500&p=1 | time=32ms
11:20:44.994 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8iDOjP0LLx_MNK2o&ps=500&p=1 | time=72ms
11:20:45.075 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AW9HVu8j_vFvCPSdooiC&ps=500&p=1 | time=44ms
11:20:45.204 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8hxpjP0LLx_MNKZt&ps=500&p=1 | time=122ms
11:20:45.444 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8h16jP0LLx_MNKi7&ps=500&p=1 | time=206ms
11:20:45.526 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AW9HVvJl_vFvCPSdooi0&ps=500&p=1 | time=33ms
11:20:45.574 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8h4ejP0LLx_MNKoy&ps=500&p=1 | time=45ms
11:20:45.609 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8h5WjP0LLx_MNKpj&ps=500&p=1 | time=31ms
11:20:45.684 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8iBnjP0LLx_MNK0v&ps=500&p=1 | time=70ms
11:20:45.762 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AW9HVvhO_vFvCPSdookn&ps=500&p=1 | time=69ms
11:20:45.836 DEBUG: GET 200 https://sonarqube.XXXX.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWar8iE-jP0LLx_MNK6Y&ps=500&p=1 | time=62ms
11:20:45.873 INFO: Load active rules (done) | time=1672ms
11:20:45.

11:20:45.991 DEBUG: Declared extensions of language Neutral were converted to sonar.lang.patterns.neutral : 
11:20:45.991 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py
11:20:45.992 DEBUG: Declared extensions of language CSS were converted to sonar.lang.patterns.css : **/*.css,**/*.less,**/*.scss
11:20:45.992 DEBUG: Declared extensions of language Go were converted to sonar.lang.patterns.go : **/*.go
11:20:45.992 DEBUG: Declared extensions of language Kotlin were converted to sonar.lang.patterns.kotlin : **/*.kt
11:20:45.992 DEBUG: Declared extensions of language ZAP were converted to sonar.lang.patterns.zap : 
11:20:45.993 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.mjs,**/*.vue
11:20:45.993 DEBUG: Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx
11:20:45.993 DEBUG: Declared extensions of language Ruby were converted to sonar.lang.patterns.ruby : **/*.rb
11:20:45.994 DEBUG: Declared extensions of language Scala were converted to sonar.lang.patterns.scala : **/*.scala
11:20:45.994 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
11:20:45.994 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
11:20:45.995 DEBUG: Declared extensions of language HTML were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.cshtml,**/*.vbhtml,**/*.aspx,**/*.ascx,**/*.rhtml,**/*.erb,**/*.shtm,**/*.shtml
11:20:45.996 DEBUG: Declared extensions of language JSP were converted to sonar.lang.patterns.jsp : **/*.jsp,**/*.jspf,**/*.jspx
11:20:45.996 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as
11:20:45.997 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl
11:20:45.997 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
11:20:45.998 DEBUG: Declared extensions of language VB.NET were converted to sonar.lang.patterns.vbnet : **/*.vb
11:20:46.005 DEBUG: Will ignore generated code
11:20:46.008 DEBUG: Will ignore generated code
11:20:46.009 INFO: Indexing files...
11:20:46.009 INFO: Project configuration:
11:20:46.010 INFO:   Excluded sources: node_modules/*, **/*.ts, **/*.scss, **/*spec.ts
11:20:46.010 INFO:   Included tests: **/*spec.ts
11:20:46.036 DEBUG: loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:20:46.038 DEBUG: readpipe [/usr/bin/git, --version],/usr/bin
11:20:46.051 DEBUG: readpipe may return 'git version 2.11.0'
11:20:46.051 DEBUG: remaining output:

11:20:46.059 DEBUG: readpipe [/usr/bin/git, config, --system, --edit],/usr/bin
11:20:46.065 DEBUG: readpipe may return '/etc/gitconfig'
11:20:46.066 DEBUG: remaining output:

11:20:46.072 DEBUG: loading config FileBasedConfig[/etc/gitconfig]
11:20:46.073 DEBUG: loading config FileBasedConfig[/home/jenkins/.gitconfig]
11:20:46.220 DEBUG: 189 non excluded files in this Git repository
11:20:46.243 DEBUG: 'src/favicon.ico' indexed with no language
11:20:46.247 DEBUG: 'src/assets/privacyPolicyXXXX.pdf' indexed with no language
11:20:46.250 DEBUG: 'src/assets/images/unauthorized.png' indexed with no language
11:20:46.253 DEBUG: 'src/assets/images/meheader.png' indexed with no language
11:20:46.255 DEBUG: 'src/assets/images/logout.png' indexed with no language
11:20:46.259 DEBUG: 'src/assets/images/XXXX_header.jpeg' indexed with no language
11:20:46.261 DEBUG: 'src/assets/images/XXXX.jpg' indexed with no language
11:20:46.263 DEBUG: 'src/assets/images/logo.jpg' indexed with no language
11:20:46.265 DEBUG: 'src/assets/images/header_in.PNG' indexed with no language
11:20:46.266 DEBUG: 'src/assets/images/logo.png' indexed with no language
11:20:46.268 DEBUG: 'src/assets/logo/logout.png' indexed with no language
11:20:46.269 DEBUG: 'src/assets/logo/XXXX.png' indexed with no language
11:20:46.271 DEBUG: 'src/assets/logo/mc_XXXX.png' indexed with no language
11:20:46.272 DEBUG: 'src/assets/logo/logoutImg.png' indexed with no language
11:20:46.273 DEBUG: 'src/assets/fonts/MarkForMC-Med.ttf' indexed with no language
11:20:46.275 DEBUG: 'src/assets/fonts/MarkForMC.ttf' indexed with no language
11:20:46.276 DEBUG: 'src/assets/fonts/MarkForMC-Lt.ttf' indexed with no language
11:20:46.278 DEBUG: 'src/assets/disclaimer.html' indexed with language 'web'
11:20:46.297 INFO: Load project repositories
11:20:46.322 DEBUG: GET 200 https://sonarqube.XXXX.com/batch/project.protobuf?key=XXXX-Webapp-Service | time=24ms
11:20:46.338 INFO: Load project repositories (done) | time=41ms
11:20:46.339 DEBUG: 'src/assets/css/header/header.css' generated metadata with charset 'UTF-8'
11:20:46.340 DEBUG: 'src/assets/css/header/header.css' indexed with language 'css'
11:20:46.344 DEBUG: 'src/assets/css/table-actions.css' generated metadata with charset 'UTF-8'
11:20:46.345 DEBUG: 'src/assets/css/table-actions.css' indexed with language 'css'
11:20:46.348 DEBUG: 'src/assets/css/forms.css' generated metadata with charset 'UTF-8'
11:20:46.349 DEBUG: 'src/assets/css/forms.css' indexed with language 'css'
11:20:46.353 DEBUG: 'src/assets/css/pagetitle.css' generated metadata with charset 'UTF-8'
11:20:46.353 DEBUG: 'src/assets/css/pagetitle.css' indexed with language 'css'
11:20:46.355 DEBUG: 'src/index.html' indexed with language 'web'
11:20:46.358 DEBUG: 'src/app/merchant-management/admin-management/admin-management.component.css' generated metadata with charset 'UTF-8'
11:20:46.359 DEBUG: 'src/app/merchant-management/admin-management/admin-management.component.css' indexed with language 'css'
11:20:46.361 DEBUG: 'src/app/merchant-management/admin-management/admin-management.component.html' indexed with language 'web'
11:20:46.364 DEBUG: 'src/app/merchant-management/merchant-management-wrapper/merchant-management-wrapper.component.css' generated metadata with charset 'UTF-8'
11:20:46.365 DEBUG: 'src/app/merchant-management/merchant-management-wrapper/merchant-management-wrapper.component.css' indexed with language 'css'
11:20:46.367 DEBUG: 'src/app/merchant-management/merchant-management-wrapper/merchant-management-wrapper.component.html' indexed with language 'web'
11:20:46.369 DEBUG: 'src/app/merchant-management/onboard-merchant/onboard-merchant.component.css' generated metadata with charset 'UTF-8'
11:20:46.370 DEBUG: 'src/app/merchant-management/onboard-merchant/onboard-merchant.component.css' indexed with language 'css'
11:20:46.372 DEBUG: 'src/app/merchant-management/onboard-merchant/onboard-merchant.component.html' indexed with language 'web'
11:20:46.376 DEBUG: 'src/app/merchant-management/add-merchant/add-merchant.component.css' generated metadata with charset 'UTF-8'
11:20:46.377 DEBUG: 'src/app/merchant-management/add-merchant/add-merchant.component.css' indexed with language 'css'
11:20:46.378 DEBUG: 'src/app/merchant-management/add-merchant/add-merchant.component.html' indexed with language 'web'
11:20:46.383 DEBUG: 'src/app/login-page/login-page.component.css' generated metadata with charset 'UTF-8'
11:20:46.384 DEBUG: 'src/app/login-page/login-page.component.css' indexed with language 'css'
11:20:46.385 DEBUG: 'src/app/login-page/login-page.component.html' indexed with language 'web'
11:20:46.388 DEBUG: 'src/app/unauthorized/unauthorized.component.css' generated metadata with charset 'UTF-8'
11:20:46.389 DEBUG: 'src/app/unauthorized/unauthorized.component.css' indexed with language 'css'
11:20:46.390 DEBUG: 'src/app/unauthorized/unauthorized.component.html' indexed with language 'web'
11:20:46.392 DEBUG: 'src/app/app.component.css' generated metadata with charset 'UTF-8'
11:20:46.393 DEBUG: 'src/app/app.component.css' indexed with language 'css'
11:20:46.395 DEBUG: 'src/app/business-user/business-user.component.html' indexed with language 'web'
11:20:46.397 DEBUG: 'src/app/business-user/business-user.component.css' generated metadata with charset 'UTF-8'
11:20:46.397 DEBUG: 'src/app/business-user/business-user.component.css' indexed with language 'css'
11:20:46.399 DEBUG: 'src/app/dashboard-wrapper/dashboard-wrapper.component.html' indexed with language 'web'
11:20:46.402 DEBUG: 'src/app/dashboard-wrapper/dashboard-wrapper.component.css' generated metadata with charset 'UTF-8'
11:20:46.403 DEBUG: 'src/app/dashboard-wrapper/dashboard-wrapper.component.css' indexed with language 'css'
11:20:46.407 DEBUG: 'src/app/extracts-wrapper/extracts-wrapper.component.html' indexed with language 'web'
11:20:46.410 DEBUG: 'src/app/extracts-wrapper/extracts-wrapper.component.css' generated metadata with charset 'UTF-8'
11:20:46.411 DEBUG: 'src/app/extracts-wrapper/extracts-wrapper.component.css' indexed with language 'css'
11:20:46.414 DEBUG: 'src/app/dashboard/dashboard.component.css' generated metadata with charset 'UTF-8'
11:20:46.414 DEBUG: 'src/app/dashboard/dashboard.component.css' indexed with language 'css'
11:20:46.416 DEBUG: 'src/app/dashboard/dashboard.component.html' indexed with language 'web'
11:20:46.419 DEBUG: 'src/app/search/search.component.css' generated metadata with charset 'UTF-8'
11:20:46.420 DEBUG: 'src/app/search/search.component.css' indexed with language 'css'
11:20:46.421 DEBUG: 'src/app/search/search.component.html' indexed with language 'web'
11:20:46.424 DEBUG: 'src/app/about-fraud-insights/about-fraud-insights.component.css' generated metadata with charset 'UTF-8'
11:20:46.425 DEBUG: 'src/app/about-fraud-insights/about-fraud-insights.component.css' indexed with language 'css'
11:20:46.426 DEBUG: 'src/app/about-fraud-insights/about-fraud-insights.component.html' indexed with language 'web'
11:20:46.429 DEBUG: 'src/app/app.component.html' indexed with language 'web'
11:20:46.433 DEBUG: 'src/app/usermanagement/add-user/add-user.component.css' generated metadata with charset 'UTF-8'
11:20:46.433 DEBUG: 'src/app/usermanagement/add-user/add-user.component.css' indexed with language 'css'
11:20:46.435 DEBUG: 'src/app/usermanagement/add-user/add-user.component.html' indexed with language 'web'
11:20:46.436 DEBUG: 'src/app/usermanagement/edit-user/edit-user.component.html' indexed with language 'web'
11:20:46.440 DEBUG: 'src/app/usermanagement/edit-user/edit-user.component.css' generated metadata with charset 'UTF-8'
11:20:46.440 DEBUG: 'src/app/usermanagement/edit-user/edit-user.component.css' indexed with language 'css'
11:20:46.443 DEBUG: 'src/app/usermanagement/list-user/user-list.component.css' generated metadata with charset 'UTF-8'
11:20:46.444 DEBUG: 'src/app/usermanagement/list-user/user-list.component.css' indexed with language 'css'
11:20:46.445 DEBUG: 'src/app/usermanagement/list-user/user-list.component.html' indexed with language 'web'
11:20:46.446 DEBUG: 'src/app/shared/notification/notification.component.html' indexed with language 'web'
11:20:46.448 DEBUG: 'src/app/shared/notification/notification.component.css' generated metadata with charset 'UTF-8'
11:20:46.449 DEBUG: 'src/app/shared/notification/notification.component.css' indexed with language 'css'
11:20:46.450 DEBUG: 'src/app/shared/logout/logout.component.html' indexed with language 'web'
11:20:46.451 DEBUG: 'src/app/shared/logout/logout.component.css' generated metadata with charset 'UTF-8'
11:20:46.452 DEBUG: 'src/app/shared/logout/logout.component.css' indexed with language 'css'
11:20:46.453 DEBUG: 'src/app/shared/page-layout/header-layout.component.html' indexed with language 'web'
11:20:46.456 DEBUG: 'src/app/shared/page-layout/header-layout.component.css' generated metadata with charset 'UTF-8'
11:20:46.457 DEBUG: 'src/app/shared/page-layout/header-layout.component.css' indexed with language 'css'
11:20:46.461 DEBUG: 'src/app/shared/banner/banner.component.css' generated metadata with charset 'UTF-8'
11:20:46.461 DEBUG: 'src/app/shared/banner/banner.component.css' indexed with language 'css'
11:20:46.462 DEBUG: 'src/app/shared/banner/banner.component.html' indexed with language 'web'
11:20:46.464 DEBUG: 'src/app/fraudinsights/fraudinsights.component.html' indexed with language 'web'
11:20:46.465 DEBUG: 'src/app/fraudinsights/fraudinsights.component.css' generated metadata with charset 'UTF-8'
11:20:46.466 DEBUG: 'src/app/fraudinsights/fraudinsights.component.css' indexed with language 'css'
11:20:46.469 DEBUG: 'src/styles.css' generated metadata with charset 'UTF-8'
11:20:46.470 DEBUG: 'src/styles.css' indexed with language 'css'
11:20:46.479 DEBUG: 'src/app/merchant-management/admin-management/admin-management.component.spec.ts' indexed as test with language 'ts'
11:20:46.481 DEBUG: 'src/app/merchant-management/merchant-management-wrapper/merchant-management-wrapper.component.spec.ts' indexed as test with language 'ts'
11:20:46.482 DEBUG: 'src/app/merchant-management/onboard-merchant/onboard-merchant.component.spec.ts' indexed as test with language 'ts'
11:20:46.484 DEBUG: 'src/app/merchant-management/add-merchant/add-merchant.component.spec.ts' indexed as test with language 'ts'
11:20:46.486 DEBUG: 'src/app/login-page/login-page.component.spec.ts' indexed as test with language 'ts'
11:20:46.488 DEBUG: 'src/app/business-user/business-user.component.spec.ts' indexed as test with language 'ts'
11:20:46.489 DEBUG: 'src/app/dashboard-wrapper/dashboard-wrapper.component.spec.ts' indexed as test with language 'ts'
11:20:46.493 DEBUG: 'src/app/extracts-wrapper/extracts-wrapper.component.spec.ts' indexed as test with language 'ts'
11:20:46.495 DEBUG: 'src/app/dashboard/dashboard.component.spec.ts' indexed as test with language 'ts'
11:20:46.496 DEBUG: 'src/app/search/search.component.spec.ts' indexed as test with language 'ts'
11:20:46.498 DEBUG: 'src/app/about-fraud-insights/about-fraud-insights.component.spec.ts' indexed as test with language 'ts'
11:20:46.499 DEBUG: 'src/app/services/report.service.spec.ts' indexed as test with language 'ts'
11:20:46.501 DEBUG: 'src/app/services/add-merchant.service.spec.ts' indexed as test with language 'ts'
11:20:46.502 DEBUG: 'src/app/services/extracts.service.spec.ts' indexed as test with language 'ts'
11:20:46.504 DEBUG: 'src/app/services/graph.service.spec.ts' indexed as test with language 'ts'
11:20:46.505 DEBUG: 'src/app/services/user.service.spec.ts' indexed as test with language 'ts'
11:20:46.507 DEBUG: 'src/app/services/merchant-api.service.spec.ts' indexed as test with language 'ts'
11:20:46.508 DEBUG: 'src/app/usermanagement/add-user/add-user.component.spec.ts' indexed as test with language 'ts'
11:20:46.510 DEBUG: 'src/app/usermanagement/edit-user/edit-user.component.spec.ts' indexed as test with language 'ts'
11:20:46.512 DEBUG: 'src/app/usermanagement/list-user/user-list.component.spec.ts' indexed as test with language 'ts'
11:20:46.514 DEBUG: 'src/app/shared/notification/notification.component.spec.ts' indexed as test with language 'ts'
11:20:46.515 DEBUG: 'src/app/shared/logout/logout.component.spec.ts' indexed as test with language 'ts'
11:20:46.516 DEBUG: 'src/app/shared/page-layout/header-layout.component.spec.ts' indexed as test with language 'ts'
11:20:46.518 DEBUG: 'src/app/shared/banner/banner.component.spec.ts' indexed as test with language 'ts'
11:20:46.519 DEBUG: 'src/app/fraudinsights/fraudinsights.component.spec.ts' indexed as test with language 'ts'
11:20:46.520 INFO: 91 files indexed
11:20:46.520 INFO: 243 files ignored because of inclusion/exclusion patterns
11:20:46.521 INFO: 0 files ignored because of scm ignore settings
11:20:46.522 INFO: Quality profile for css: Sonar way
11:20:46.522 INFO: Quality profile for ts: Sonar way recommended
11:20:46.522 INFO: Quality profile for web: Sonar way
11:20:46.522 INFO: ------------- Run sensors on module XXXX-Webapp-Service
11:20:46.689 INFO: Load metrics repository
11:20:46.709 DEBUG: GET 200 https://sonarqube.XXXX.com/api/metrics/search?f=name,description,direction,qualitative,custom&ps=500&p=1 | time=19ms
11:20:46.745 INFO: Load metrics repository (done) | time=56ms
11:20:48.291 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
11:20:48.293 DEBUG: 'Import external issues report' skipped because one of the required properties is missing
11:20:48.294 DEBUG: 'Python Sensor' skipped because there is no related file in current project
11:20:48.295 DEBUG: 'Cobertura Sensor for Python coverage' skipped because there is no related file in current project
11:20:48.295 DEBUG: 'PythonXUnitSensor' skipped because there is no related file in current project
11:20:48.297 DEBUG: 'Import of Pylint issues' skipped because there is no related file in current project
11:20:48.298 DEBUG: 'Import of Bandit issues' skipped because there is no related file in current project
11:20:48.298 DEBUG: 'Import of Flake8 issues' skipped because there is no related file in current project
11:20:48.299 DEBUG: 'Import of stylelint issues' skipped because one of the required properties is missing
11:20:48.300 DEBUG: 'Code Quality and Security for Go' skipped because there is no related file in current project
11:20:48.300 DEBUG: 'Go Unit Test Report' skipped because there is no related file in current project
11:20:48.301 DEBUG: 'Go Cover sensor for Go coverage' skipped because one of the required properties is missing
11:20:48.302 DEBUG: 'Import of go vet issues' skipped because there is no related file in current project
11:20:48.305 DEBUG: 'Import of Golint issues' skipped because there is no related file in current project
11:20:48.308 DEBUG: 'Import of GoMetaLinter issues' skipped because there is no related file in current project
11:20:48.308 DEBUG: 'Import of GolangCI-Lint issues' skipped because there is no related file in current project
11:20:48.308 DEBUG: 'Kotlin Sensor' skipped because there is no related file in current project
11:20:48.309 DEBUG: 'KotlinSurefireSensor' skipped because there is no related file in current project
11:20:48.310 DEBUG: 'Import of detekt issues' skipped because there is no related file in current project
11:20:48.310 DEBUG: 'Import of Android Lint issues' skipped because one of the required properties is missing
11:20:48.311 DEBUG: 'JavaScript analysis' skipped because there is no related file in current project
11:20:48.311 DEBUG: 'TypeScript analysis' skipped because there is no related file in current project
11:20:48.312 DEBUG: 'JavaScript/TypeScript Coverage' skipped because there is no related file in current project
11:20:48.313 DEBUG: 'Import of ESLint issues' skipped because one of the required properties is missing
11:20:48.313 DEBUG: 'Import of TSLint issues' skipped because one of the required properties is missing
11:20:48.314 DEBUG: 'Ruby Sensor' skipped because there is no related file in current project
11:20:48.314 DEBUG: 'Import of RuboCop issues' skipped because there is no related file in current project
11:20:48.315 DEBUG: 'SimpleCov Sensor for Ruby coverage' skipped because there is no related file in current project
11:20:48.315 DEBUG: 'Scala Sensor' skipped because there is no related file in current project
11:20:48.316 DEBUG: 'Scoverage sensor for Scala coverage' skipped because there is no related file in current project
11:20:48.316 DEBUG: 'Import of Scalastyle issues' skipped because there is no related file in current project
11:20:48.317 DEBUG: 'Import of Scapegoat issues' skipped because there is no related file in current project
11:20:48.317 DEBUG: 'FindBugs Sensor' skipped because there is no related file in current project
11:20:48.318 DEBUG: 'Import of Checkstyle issues' skipped because there is no related file in current project
11:20:48.319 DEBUG: 'Import of PMD issues' skipped because one of the required properties is missing
11:20:48.319 DEBUG: 'Import of SpotBugs issues' skipped because there is no related file in current project
11:20:48.320 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
11:20:48.320 DEBUG: 'Removed properties sensor' skipped because there is no related file in current project
11:20:48.322 DEBUG: 'Flex' skipped because there is no related file in current project
11:20:48.322 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project
11:20:48.322 DEBUG: 'XML Sensor' skipped because there is no related file in current project
11:20:48.323 DEBUG: 'PHP sensor' skipped because there is no related file in current project
11:20:48.323 DEBUG: 'Analyzer for "php.ini" files' skipped because there is no related file in current project
11:20:48.329 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing
11:20:48.332 DEBUG: Sensors : CSS Metrics -> CSS Rules -> JaCoCo XML Report Importer -> OWASP Zap-Check -> C# Project Type Information -> C# Properties -> JavaXmlSensor -> HTML -> VB.NET Project Type Information -> VB.NET Properties
11:20:48.333 INFO: Sensor CSS Metrics [cssfamily]
11:20:48.607 INFO: Sensor CSS Metrics [cssfamily] (done) | time=274ms
11:20:48.607 INFO: Sensor CSS Rules [cssfamily]
11:20:48.609 DEBUG: Deploying bundle
11:20:48.609 DEBUG: Deploying css-bundle into /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/.scannerwork
11:20:48.610 DEBUG: Deploying css-bundle to /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/.scannerwork
11:20:49.948 DEBUG: Deploying bundle (done) | time=1338ms
11:20:49.948 DEBUG: Starting server
11:20:49.962 DEBUG: Using default Node.js executable: 'node'.
11:20:49.962 DEBUG: Checking Node.js version
11:20:49.965 DEBUG: Launching command node -v
11:20:49.979 DEBUG: Using Node.js v12.22.4.
11:20:49.979 DEBUG: Starting Node.js process to start css-bundle server at port 36185
11:20:49.980 DEBUG: Launching command node /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/.scannerwork/css-bundle/bin/server 36185 127.0.0.1
11:20:50.458 DEBUG: starting stylelint-bridge server at port 36185
11:20:50.474 DEBUG: stylelint-bridge server is running at port 36185
11:20:50.572 DEBUG: Starting server (done) | time=624ms
11:20:50.614 INFO: 49 source files to be analyzed
11:20:50.619 DEBUG: 'src/app/unauthorized/unauthorized.component.html' generated metadata with charset 'UTF-8'
11:20:50.619 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/unauthorized/unauthorized.component.html
11:20:50.864 DEBUG: Found 0 issue(s)
11:20:50.867 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/dashboard/dashboard.component.css
11:20:50.903 DEBUG: Found 0 issue(s)
11:20:50.907 DEBUG: 'src/app/fraudinsights/fraudinsights.component.html' generated metadata with charset 'UTF-8'
11:20:50.907 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/fraudinsights/fraudinsights.component.html
11:20:50.916 DEBUG: Found 0 issue(s)
11:20:50.921 DEBUG: 'src/app/shared/banner/banner.component.html' generated metadata with charset 'UTF-8'
11:20:50.921 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/banner/banner.component.html
11:20:50.939 DEBUG: Found 0 issue(s)
11:20:50.945 DEBUG: 'src/app/merchant-management/onboard-merchant/onboard-merchant.component.html' generated metadata with charset 'UTF-8'
11:20:50.945 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/onboard-merchant/onboard-merchant.component.html
11:20:50.990 DEBUG: Found 0 issue(s)
11:20:50.993 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/usermanagement/list-user/user-list.component.css
11:20:51.018 DEBUG: Found 2 issue(s)
11:20:51.438 DEBUG: 'src/app/shared/logout/logout.component.html' generated metadata with charset 'UTF-8'
11:20:51.439 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/logout/logout.component.html
11:20:51.450 DEBUG: Found 0 issue(s)
11:20:51.452 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/usermanagement/edit-user/edit-user.component.css
11:20:51.485 DEBUG: Found 2 issue(s)
11:20:51.489 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/fraudinsights/fraudinsights.component.css
11:20:51.498 DEBUG: Found 1 issue(s)
11:20:51.501 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/assets/css/forms.css
11:20:51.514 DEBUG: Found 0 issue(s)
11:20:51.516 DEBUG: 'src/app/merchant-management/merchant-management-wrapper/merchant-management-wrapper.component.html' generated metadata with charset 'UTF-8'
11:20:51.516 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/merchant-management-wrapper/merchant-management-wrapper.component.html
11:20:51.525 DEBUG: Found 0 issue(s)
11:20:51.527 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/assets/css/header/header.css
11:20:51.545 DEBUG: Found 3 issue(s)
11:20:51.549 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/assets/css/table-actions.css
11:20:51.571 DEBUG: Found 1 issue(s)
11:20:51.574 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/unauthorized/unauthorized.component.css
11:20:51.591 DEBUG: Found 2 issue(s)
11:20:51.595 DEBUG: 'src/index.html' generated metadata with charset 'UTF-8'
11:20:51.596 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/index.html
11:20:51.611 DEBUG: Found 0 issue(s)
11:20:51.617 DEBUG: 'src/app/merchant-management/add-merchant/add-merchant.component.html' generated metadata with charset 'UTF-8'
11:20:51.617 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/add-merchant/add-merchant.component.html
11:20:51.653 DEBUG: Found 0 issue(s)
11:20:51.657 DEBUG: 'src/app/login-page/login-page.component.html' generated metadata with charset 'UTF-8'
11:20:51.657 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/login-page/login-page.component.html
11:20:51.672 DEBUG: Found 0 issue(s)
11:20:51.675 DEBUG: 'src/app/merchant-management/admin-management/admin-management.component.html' generated metadata with charset 'UTF-8'
11:20:51.675 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/admin-management/admin-management.component.html
11:20:51.686 DEBUG: Found 0 issue(s)
11:20:51.688 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/dashboard-wrapper/dashboard-wrapper.component.css
11:20:51.705 DEBUG: Found 1 issue(s)
11:20:51.708 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/search/search.component.css
11:20:51.719 DEBUG: Found 0 issue(s)
11:20:51.723 DEBUG: 'src/app/business-user/business-user.component.html' generated metadata with charset 'UTF-8'
11:20:51.724 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/business-user/business-user.component.html
11:20:51.737 DEBUG: Found 0 issue(s)
11:20:51.739 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/onboard-merchant/onboard-merchant.component.css
11:20:51.750 DEBUG: Found 0 issue(s)
11:20:51.752 DEBUG: 'src/app/dashboard/dashboard.component.html' generated metadata with charset 'UTF-8'
11:20:51.752 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/dashboard/dashboard.component.html
11:20:51.774 DEBUG: Found 0 issue(s)
11:20:51.777 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/app.component.css
11:20:51.793 DEBUG: Found 0 issue(s)
11:20:51.796 DEBUG: 'src/app/shared/page-layout/header-layout.component.html' generated metadata with charset 'UTF-8'
11:20:51.797 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/page-layout/header-layout.component.html
11:20:51.812 DEBUG: Found 0 issue(s)
11:20:51.816 DEBUG: 'src/app/search/search.component.html' generated metadata with charset 'UTF-8'
11:20:51.816 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/search/search.component.html
11:20:51.834 DEBUG: Found 0 issue(s)
11:20:51.836 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/usermanagement/add-user/add-user.component.css
11:20:51.868 DEBUG: Found 9 issue(s)
11:20:51.875 DEBUG: 'src/app/about-fraud-insights/about-fraud-insights.component.html' generated metadata with charset 'UTF-8'
11:20:51.876 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/about-fraud-insights/about-fraud-insights.component.html
11:20:51.888 DEBUG: Found 0 issue(s)
11:20:51.892 DEBUG: 'src/app/usermanagement/edit-user/edit-user.component.html' generated metadata with charset 'UTF-8'
11:20:51.892 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/usermanagement/edit-user/edit-user.component.html
11:20:51.911 DEBUG: Found 0 issue(s)
11:20:51.914 DEBUG: 'src/app/shared/notification/notification.component.html' generated metadata with charset 'UTF-8'
11:20:51.914 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/notification/notification.component.html
11:20:51.922 DEBUG: Found 0 issue(s)
11:20:51.924 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/banner/banner.component.css
11:20:51.960 DEBUG: Found 4 issue(s)
11:20:51.964 DEBUG: 'src/app/dashboard-wrapper/dashboard-wrapper.component.html' generated metadata with charset 'UTF-8'
11:20:51.964 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/dashboard-wrapper/dashboard-wrapper.component.html
11:20:51.976 DEBUG: Found 0 issue(s)
11:20:51.977 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/notification/notification.component.css
11:20:51.992 DEBUG: Found 1 issue(s)


11:20:51.995 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/extracts-wrapper/extracts-wrapper.component.css
11:20:52.009 DEBUG: Found 1 issue(s)
11:20:52.013 DEBUG: 'src/app/usermanagement/list-user/user-list.component.html' generated metadata with charset 'UTF-8'
11:20:52.013 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/usermanagement/list-user/user-list.component.html
11:20:52.022 DEBUG: Found 0 issue(s)
11:20:52.023 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/logout/logout.component.css
11:20:52.031 DEBUG: Found 1 issue(s)
11:20:52.034 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/business-user/business-user.component.css
11:20:52.046 DEBUG: Found 0 issue(s)
11:20:52.047 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/assets/css/pagetitle.css
11:20:52.067 DEBUG: Found 3 issue(s)
11:20:52.070 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/page-layout/header-layout.component.css
11:20:52.092 DEBUG: Found 1 issue(s)
11:20:52.094 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/add-merchant/add-merchant.component.css
11:20:52.106 DEBUG: Found 0 issue(s)
11:20:52.109 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/about-fraud-insights/about-fraud-insights.component.css
11:20:52.121 DEBUG: Found 1 issue(s)
11:20:52.124 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/merchant-management-wrapper/merchant-management-wrapper.component.css
11:20:52.132 DEBUG: Found 1 issue(s)
11:20:52.136 DEBUG: 'src/app/app.component.html' generated metadata with charset 'UTF-8'
11:20:52.136 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/app.component.html
11:20:52.144 DEBUG: Found 0 issue(s)
11:20:52.147 DEBUG: 'src/assets/disclaimer.html' generated metadata with charset 'UTF-8'
11:20:52.147 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/assets/disclaimer.html
11:20:52.156 DEBUG: Found 0 issue(s)
11:20:52.161 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/admin-management/admin-management.component.css
11:20:52.173 DEBUG: Found 0 issue(s)
11:20:52.176 DEBUG: 'src/app/extracts-wrapper/extracts-wrapper.component.html' generated metadata with charset 'UTF-8'
11:20:52.176 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/extracts-wrapper/extracts-wrapper.component.html
11:20:52.185 DEBUG: Found 0 issue(s)
11:20:52.187 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/login-page/login-page.component.css
11:20:52.206 DEBUG: Found 1 issue(s)
11:20:52.209 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/styles.css
11:20:52.232 DEBUG: Found 1 issue(s)
11:20:52.236 DEBUG: 'src/app/usermanagement/add-user/add-user.component.html' generated metadata with charset 'UTF-8'
11:20:52.237 DEBUG: Analyzing /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/usermanagement/add-user/add-user.component.html
11:20:52.261 DEBUG: Found 0 issue(s)
11:20:52.261 INFO: 49/49 source files have been analyzed
11:20:52.262 INFO: Sensor CSS Rules [cssfamily] (done) | time=3655ms
11:20:52.262 INFO: Sensor JaCoCo XML Report Importer [jacoco]
11:20:52.269 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
11:20:52.271 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
11:20:52.271 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=9ms
11:20:52.271 INFO: Sensor OWASP Zap-Check [zap]
11:20:52.272 INFO: Process ZAP report
11:20:52.272 WARN: ZAP report does not exist. SKIPPING. Please check property sonar.zaproxy.reportPath: missing/report/path
11:20:52.272 WARN: ZAP report does not exist.
11:20:52.272 INFO: Process ZAP report (done) | time=0ms
11:20:52.273 WARN: ZAP HTML report does not exist. SKIPPING. Please check property sonar.zaproxy.htmlReportPath: missing/html/report/path
11:20:52.273 WARN: ZAP html report does not exist.
11:20:52.273 INFO: Sensor OWASP Zap-Check [zap] (done) | time=2ms
11:20:52.273 INFO: Sensor C# Project Type Information [csharp]
11:20:52.276 INFO: Sensor C# Project Type Information [csharp] (done) | time=3ms
11:20:52.276 INFO: Sensor C# Properties [csharp]
11:20:52.278 DEBUG: Project 'XXXX-Webapp-Service': No Roslyn issues reports have been found.
11:20:52.279 INFO: Sensor C# Properties [csharp] (done) | time=3ms
11:20:52.279 INFO: Sensor JavaXmlSensor [java]
11:20:52.282 INFO: Sensor JavaXmlSensor [java] (done) | time=3ms
11:20:52.282 INFO: Sensor HTML [web]
11:20:52.367 DEBUG: Not enough content in 'src/app/unauthorized/unauthorized.component.html' to have CPD blocks, it will not be part of the duplication detection
11:20:52.368 DEBUG: HtmlSensor: src/app/unauthorized/unauthorized.component.html: 0,0,1
11:20:52.383 DEBUG: Not enough content in 'src/app/fraudinsights/fraudinsights.component.html' to have CPD blocks, it will not be part of the duplication detection
11:20:52.384 DEBUG: HtmlSensor: src/app/fraudinsights/fraudinsights.component.html: 0,0,0
11:20:52.427 DEBUG: HtmlSensor: src/app/shared/banner/banner.component.html: 0,0,1
11:20:52.493 DEBUG: HtmlSensor: src/app/merchant-management/onboard-merchant/onboard-merchant.component.html: 11,0,13
11:20:52.525 DEBUG: HtmlSensor: src/app/shared/logout/logout.component.html: 0,0,4
11:20:52.533 DEBUG: Not enough content in 'src/app/merchant-management/merchant-management-wrapper/merchant-management-wrapper.component.html' to have CPD blocks, it will not be part of the duplication detection
11:20:52.533 DEBUG: HtmlSensor: src/app/merchant-management/merchant-management-wrapper/merchant-management-wrapper.component.html: 0,0,0
11:20:52.540 DEBUG: HtmlSensor: src/index.html: 1,0,4
11:20:52.578 DEBUG: HtmlSensor: src/app/merchant-management/add-merchant/add-merchant.component.html: 0,0,1
11:20:52.603 DEBUG: HtmlSensor: src/app/login-page/login-page.component.html: 12,0,13
11:20:52.615 DEBUG: HtmlSensor: src/app/merchant-management/admin-management/admin-management.component.html: 0,0,2
11:20:52.633 DEBUG: HtmlSensor: src/app/business-user/business-user.component.html: 0,0,0
11:20:52.641 DEBUG: Not enough content in 'src/app/dashboard/dashboard.component.html' to have CPD blocks, it will not be part of the duplication detection
11:20:52.642 DEBUG: HtmlSensor: src/app/dashboard/dashboard.component.html: 0,0,1
11:20:52.649 DEBUG: HtmlSensor: src/app/shared/page-layout/header-layout.component.html: 0,0,1
11:20:52.664 DEBUG: HtmlSensor: src/app/search/search.component.html: 0,0,3
11:20:52.673 DEBUG: HtmlSensor: src/app/about-fraud-insights/about-fraud-insights.component.html: 1,0,2
11:20:52.698 DEBUG: HtmlSensor: src/app/usermanagement/edit-user/edit-user.component.html: 29,0,22
11:20:52.718 DEBUG: HtmlSensor: src/app/shared/notification/notification.component.html: 0,0,1
11:20:52.725 DEBUG: HtmlSensor: src/app/dashboard-wrapper/dashboard-wrapper.component.html: 2,0,1
11:20:52.735 DEBUG: HtmlSensor: src/app/usermanagement/list-user/user-list.component.html: 2,0,6
11:20:52.746 DEBUG: HtmlSensor: src/app/app.component.html: 3,0,4
11:20:52.753 DEBUG: HtmlSensor: src/assets/disclaimer.html: 0,0,1
11:20:52.762 DEBUG: HtmlSensor: src/app/extracts-wrapper/extracts-wrapper.component.html: 0,0,3
11:20:52.777 DEBUG: HtmlSensor: src/app/usermanagement/add-user/add-user.component.html: 0,0,8
11:20:52.783 INFO: Sensor HTML [web] (done) | time=501ms
11:20:52.783 INFO: Sensor VB.NET Project Type Information [vbnet]
11:20:52.785 INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=2ms
11:20:52.785 INFO: Sensor VB.NET Properties [vbnet]
11:20:52.787 DEBUG: Project 'XXXX-Webapp-Service': No Roslyn issues reports have been found.
11:20:52.787 INFO: Sensor VB.NET Properties [vbnet] (done) | time=2ms
11:20:52.792 INFO: ------------- Run sensors on project
11:20:52.821 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing
11:20:52.822 DEBUG: 'C#' skipped because there is no related file in current project
11:20:52.823 DEBUG: 'C# Tests Coverage Report Import' skipped because there is no related file in current project
11:20:52.823 DEBUG: '[Deprecated] C# Integration Tests Coverage Report Import' skipped because there is no related file in current project
11:20:52.824 DEBUG: 'C# Unit Test Results Import' skipped because there is no related file in current project
11:20:52.824 DEBUG: 'VB.NET' skipped because there is no related file in current project
11:20:52.825 DEBUG: 'VB.NET Tests Coverage Report Import' skipped because there is no related file in current project
11:20:52.825 DEBUG: '[Deprecated] VB.NET Integration Tests Coverage Report Import' skipped because there is no related file in current project
11:20:52.825 DEBUG: 'VB.NET Unit Test Results Import' skipped because there is no related file in current project
11:20:52.826 DEBUG: 'Java CPD Block Indexer' skipped because there is no related file in current project
11:20:52.827 DEBUG: Sensors : Dependency-Check -> Zero Coverage Sensor
11:20:52.827 INFO: Sensor Dependency-Check [dependencycheck]
11:20:52.827 INFO: Process Dependency-Check report
11:20:52.829 INFO: Dependency-Check skipped
11:20:52.830 INFO: Process Dependency-Check report (done) | time=3ms
11:20:52.830 INFO: Sensor Dependency-Check [dependencycheck] (done) | time=3ms
11:20:52.830 INFO: Sensor Zero Coverage Sensor
11:20:52.833 INFO: Sensor Zero Coverage Sensor (done) | time=3ms
11:20:52.839 DEBUG: 'src/app/merchant-management/onboard-merchant/onboard-merchant.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.849 DEBUG: 'src/app/services/add-merchant.service.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.851 DEBUG: 'src/app/login-page/login-page.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.852 DEBUG: 'src/app/extracts-wrapper/extracts-wrapper.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.853 DEBUG: 'src/app/dashboard-wrapper/dashboard-wrapper.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.854 DEBUG: 'src/app/dashboard/dashboard.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.855 DEBUG: 'src/app/merchant-management/merchant-management-wrapper/merchant-management-wrapper.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.856 DEBUG: 'src/app/services/graph.service.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.857 DEBUG: 'src/app/services/extracts.service.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.859 DEBUG: 'src/app/services/merchant-api.service.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.862 DEBUG: 'src/app/usermanagement/edit-user/edit-user.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.867 DEBUG: 'src/app/shared/banner/banner.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.869 DEBUG: 'src/app/usermanagement/list-user/user-list.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.871 DEBUG: 'src/app/business-user/business-user.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.873 DEBUG: 'src/app/about-fraud-insights/about-fraud-insights.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.876 DEBUG: 'src/app/merchant-management/add-merchant/add-merchant.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.877 DEBUG: 'src/app/shared/page-layout/header-layout.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.878 DEBUG: 'src/app/shared/notification/notification.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.879 DEBUG: 'src/app/fraudinsights/fraudinsights.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.880 DEBUG: 'src/app/shared/logout/logout.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.881 DEBUG: 'src/app/services/report.service.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.884 DEBUG: 'src/app/services/user.service.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.887 DEBUG: 'src/app/merchant-management/admin-management/admin-management.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.891 DEBUG: 'src/app/usermanagement/add-user/add-user.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.894 DEBUG: 'src/app/search/search.component.spec.ts' generated metadata as test  with charset 'UTF-8'
11:20:52.916 INFO: CPD Executor 4 files had no CPD blocks
11:20:52.917 INFO: CPD Executor Calculating CPD for 19 files
11:20:52.917 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/extracts-wrapper/extracts-wrapper.component.html
11:20:52.935 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/assets/disclaimer.html
11:20:52.936 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/notification/notification.component.html
11:20:52.937 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/app.component.html
11:20:52.938 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/usermanagement/edit-user/edit-user.component.html
11:20:52.963 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/onboard-merchant/onboard-merchant.component.html
11:20:52.971 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/add-merchant/add-merchant.component.html
11:20:52.977 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/index.html
11:20:52.978 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/business-user/business-user.component.html
11:20:52.978 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/banner/banner.component.html
11:20:52.979 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/usermanagement/add-user/add-user.component.html
11:20:52.982 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/merchant-management/admin-management/admin-management.component.html
11:20:52.983 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/login-page/login-page.component.html
11:20:52.984 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/dashboard-wrapper/dashboard-wrapper.component.html
11:20:52.985 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/about-fraud-insights/about-fraud-insights.component.html
11:20:52.985 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/usermanagement/list-user/user-list.component.html
11:20:52.986 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/search/search.component.html
11:20:52.987 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/page-layout/header-layout.component.html
11:20:52.987 DEBUG: Detection of duplications for /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/src/app/shared/logout/logout.component.html
11:20:52.988 INFO: CPD Executor CPD calculation finished (done) | time=71ms
11:20:53.006 DEBUG: SCM revision ID 'ef715ed09015bef42e8c63a9def5dd262681f01c'
11:20:53.228 INFO: Analysis report generated in 225ms, dir size=421 KB
11:20:53.512 INFO: Analysis report compressed in 283ms, zip size=144 KB
11:20:53.512 INFO: Analysis report generated in /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/.scannerwork/scanner-report
11:20:53.512 DEBUG: Upload report
11:20:53.582 DEBUG: POST 200 https://sonarqube.XXXX.com/api/ce/submit?projectKey=XXXX-Webapp-Service&projectName=XXXX-Webapp-Service | time=68ms
11:20:53.585 INFO: Analysis report uploaded in 73ms
11:20:53.587 DEBUG: Report metadata written to /home/jenkins/workspace/_ci-webapp-2_test.coverage.sonar/.scannerwork/report-task.txt
11:20:53.587 INFO: ANALYSIS SUCCESSFUL, you can browse https://sonarqube.XXXX.com/dashboard?id=XXXX-Webapp-Service
11:20:53.588 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
11:20:53.588 INFO: More about the report processing at https://sonarqube.XXXX.com/api/ce/task?id=AYKwr0g82AmzSBhMInOk
11:20:53.592 DEBUG: Post-jobs : 
11:20:53.598 DEBUG: stylelint-bridge server will shutdown
11:20:58.620 INFO: Analysis total time: 16.429 s
11:20:58.626 INFO: ------------------------------------------------------------------------
11:20:58.626 INFO: EXECUTION SUCCESS
11:20:58.626 INFO: ------------------------------------------------------------------------
11:20:58.626 INFO: Total time: 18.736s
11:20:58.844 INFO: Final Memory: 21M/600M
11:20:58.844 INFO: ------------------------------------------------------------------------
[Pipeline] }

Hi,

Thanks for the logs.

Looks like I was wrong about that:

I understand why you broke the logs up, but I feel like there might be gaps…? I’m not seeing any mention of lcov.info.

Could you go to your project’s Background Tasks page (Project Settings → Background Tasks) and get the Scanner Context from the cog menu and just make sure that sonar.typescript.lcov.reportPaths=reports/report-lcov/lcov.info shows up there? (A screenshot would be lovely.)

 
Ann

here is the Scanner Context output from sonar

SonarQube plugins:
  - Dependency-Check 2.0.8 (dependencycheck)
  - Python Code Quality and Security 3.4.1.8066 (python)
  - CSS Code Quality and Security 1.4.2.2002 (cssfamily)
  - Go Code Quality and Security 1.8.3.2219 (go)
  - JaCoCo 1.1.1.1157 (jacoco)
  - Kotlin Code Quality and Security 1.8.3.2219 (kotlin)
  - ZAP Plugin for SonarQube 2.3.0 (zap)
  - JavaScript/TypeScript Code Quality and Security 7.4.4.15624 (javascript)
  - Ruby Code Quality and Security 1.8.3.2219 (ruby)
  - Scala Code Quality and Security 1.8.3.2219 (sonarscala)
  - C# Code Quality and Security 8.22.0.31243 (csharp)
  - Findbugs 4.0.6 (findbugs)
  - Java Code Quality and Security 6.15.1.26025 (java)
  - HTML Code Quality and Security 3.4.0.2754 (web)
  - Flex Code Quality and Security 2.6.1.2564 (flex)
  - XML Code Quality and Security 2.2.0.2973 (xml)
  - PHP Code Quality and Security 3.17.0.7439 (php)
  - VB.NET Code Quality and Security 8.22.0.31243 (vbnet)
Global server settings:
  - sonar.core.id=2D7689EB-AWar8etsjP0LLx_MNJOG
  - sonar.core.startTime=2022-08-16T15:02:34+0000
  - sonar.forceAuthentication=true
  - sonar.plugins.risk.consent=ACCEPTED
Project server settings:
Project scanner properties:
  - sonar.dependencyCheck.skip=true
  - sonar.exclusions=node_modules/*,**/*.ts,**/*.scss
  - sonar.host.url=https://sonarqube.xxx.com
  - sonar.language=ts
  - sonar.login=******
  - sonar.projectBaseDir=/home/jenkins/workspace/xxxx_MR-149
  - sonar.projectKey=xxx-xxx-Service
  - sonar.projectName=xxxx-Service
  - sonar.scanner.app=ScannerCLI
  - sonar.scanner.appVersion=4.7.0.2747
  - sonar.sourceEncoding=UTF-8
  - sonar.sources=src
  - sonar.test.inclusions=**/*spec.ts
  - sonar.tests=src
  - sonar.typescript.lcov.reportPaths=reports/report-lcov/lcov.info
  - sonar.verbose=true
  - sonar.working.directory=/home/jenkins/workspace/xxxxx_MR-149/.scannerwork

HI Ann,
Could you please check and guide me

Hello Sonali,

Thank you for your feedback and the information you shared with us.

Looking at your logs, I managed to identify the root cause of the coverage report not showing up on SonarQube.

The way you set your project properties, you are essentially excluding all TypeScript source files from the analysis given the following analysis parameter:

sonar.exclusions=node_modules/*,**/*.ts,**/*.scss

You said above that you can see code smells, bugs, and vulnerabilities. That should not be true for your TypeScript code since the scanner says that TypeScript analysis is skipped:

11:20:48.311 DEBUG: 'JavaScript analysis' skipped because there is no related file in current project
11:20:48.311 DEBUG: 'TypeScript analysis' skipped because there is no related file in current project
11:20:48.312 DEBUG: 'JavaScript/TypeScript Coverage' skipped because there is no related file in current project

Now, the component of the JavaScript/TypeScript analyzer responsible for parsing and uploading your coverage report requires that there are TypeScript source files to be analyzed, which is not the case.

Long story short, you will need to refine your setting for the sonar.exclusions property so that TypeScript source files can indeed be analyzed.

Hope this helps,
Yassin

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.