Skip to content

Console Output

+ mvn sonar:sonar -Dsonar.token=**** -Dsonar.host.url=http://10.20.84.26:8082/sonar
[INFO] Scanning for projects...
[WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:4.0.0.4121 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:4.0.0.4121: SonarQube plugin was moved to SonarSource organisation
[INFO] 
[INFO] ---------< co.edu.udistrital.mdp:MP_202530_G81_E4_DogSpa_Back >---------
[INFO] Building MP_202530_G81_E4_DogSpa_Back 0.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202530_G81_E4_DogSpa_Back ---
[WARNING] 18:04:54.915 Using an unspecified version instead of an explicit plugin version may introduce breaking analysis changes at an unwanted time. It is highly recommended to use an explicit version, e.g. 'org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121'.
[INFO] 18:04:54.924 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 18:04:54.924 Linux 6.14.0-33-generic (amd64)
[INFO] 18:04:55.166 User cache: /root/.sonar/cache
[INFO] 18:04:55.917 Communicating with SonarQube Server 25.3.0.104237
[INFO] 18:04:55.978 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 18:04:57.306 Load global settings
[INFO] 18:04:57.447 Load global settings (done) | time=144ms
[INFO] 18:04:57.463 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 18:04:57.480 Loading required plugins
[INFO] 18:04:57.481 Load plugins index
[INFO] 18:04:57.542 Load plugins index (done) | time=61ms
[INFO] 18:04:57.542 Load/download plugins
[INFO] 18:04:57.900 Load/download plugins (done) | time=358ms
[INFO] 18:04:58.369 Process project properties
[INFO] 18:04:58.386 Process project properties (done) | time=16ms
[INFO] 18:04:58.403 Project key: co.edu.udistrital.mdp:MP_202530_G81_E4_DogSpa_Back
[INFO] 18:04:58.403 Base dir: /home/cecaduser/workspace/MP_202530_G81_E4_DogSpa_Back
[INFO] 18:04:58.404 Working dir: /home/cecaduser/workspace/MP_202530_G81_E4_DogSpa_Back/target/sonar
[INFO] 18:04:58.414 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202530_G81_E4_DogSpa_Back'
[INFO] 18:04:58.431 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202530_G81_E4_DogSpa_Back' (done) | time=17ms
[INFO] 18:04:58.481 Load quality profiles
[INFO] 18:04:58.552 Load quality profiles (done) | time=71ms
[INFO] 18:04:58.584 Auto-configuring with CI 'Jenkins'
[INFO] 18:04:58.676 Load active rules
[INFO] 18:04:59.054 Load active rules (done) | time=378ms
[INFO] 18:04:59.072 Load analysis cache
[INFO] 18:04:59.093 Load analysis cache (3.4 kB) | time=21ms
[INFO] 18:04:59.253 Preprocessing files...
[INFO] 18:04:59.536 2 languages detected in 79 preprocessed files
[INFO] 18:04:59.536 0 files ignored because of scm ignore settings
[INFO] 18:04:59.540 Loading plugins for detected languages
[INFO] 18:04:59.540 Load/download plugins
[INFO] 18:04:59.924 Load/download plugins (done) | time=384ms
[INFO] 18:05:00.088 Load project repositories
[INFO] 18:05:00.215 Load project repositories (done) | time=128ms
[INFO] 18:05:00.250 Indexing files...
[INFO] 18:05:00.250 Project configuration:
[INFO] 18:05:00.251   Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**
[INFO] 18:05:00.275 79 files indexed
[INFO] 18:05:00.278 Quality profile for java: Sonar way MP
[INFO] 18:05:00.278 Quality profile for xml: Sonar way
[INFO] 18:05:00.278 ------------- Run sensors on module MP_202530_G81_E4_DogSpa_Back
[INFO] 18:05:00.362 Load metrics repository
[INFO] 18:05:00.400 Load metrics repository (done) | time=38ms
[INFO] 18:05:01.570 Sensor JavaSensor [java]
[INFO] 18:05:01.577 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 18:05:01.621 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 18:05:01.623 Using ECJ batch to parse 58 Main java source files with batch size 104 KB.
[INFO] 18:05:02.233 Starting batch processing.
[INFO] 18:05:03.222 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 18:05:06.005 100% analyzed
[INFO] 18:05:06.005 Batch processing: Done.
[INFO] 18:05:06.006 Did not optimize analysis for any files, performed a full analysis for all 58 files.
[WARNING] 18:05:06.014 Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 18:05:06.015 Using ECJ batch to parse 20 Test java source files with batch size 104 KB.
[INFO] 18:05:06.044 Starting batch processing.
[INFO] 18:05:07.117 100% analyzed
[INFO] 18:05:07.117 Batch processing: Done.
[INFO] 18:05:07.118 Did not optimize analysis for any files, performed a full analysis for all 20 files.
[INFO] 18:05:07.118 No "Generated" source files to scan.
[INFO] 18:05:07.118 Sensor JavaSensor [java] (done) | time=5548ms
[INFO] 18:05:07.118 Sensor SurefireSensor [java]
[INFO] 18:05:07.120 parsing [/home/cecaduser/workspace/MP_202530_G81_E4_DogSpa_Back/target/surefire-reports]
[INFO] 18:05:07.223 Sensor SurefireSensor [java] (done) | time=105ms
[INFO] 18:05:07.223 Sensor XML Sensor [xml]
[INFO] 18:05:07.229 1 source file to be analyzed
[INFO] 18:05:07.379 1/1 source file has been analyzed
[INFO] 18:05:07.379 Sensor XML Sensor [xml] (done) | time=156ms
[INFO] 18:05:07.379 Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] 18:05:07.381 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/cecaduser/workspace/MP_202530_G81_E4_DogSpa_Back/../target/jacoco-report/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 18:05:07.384 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 18:05:07.445 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=66ms
[INFO] 18:05:07.445 Sensor Java Config Sensor [iac]
[INFO] 18:05:07.464 0 source files to be analyzed
[INFO] 18:05:07.465 0/0 source files have been analyzed
[INFO] 18:05:07.465 Sensor Java Config Sensor [iac] (done) | time=20ms
[INFO] 18:05:07.465 Sensor IaC Docker Sensor [iac]
[INFO] 18:05:07.543 0 source files to be analyzed
[INFO] 18:05:07.543 0/0 source files have been analyzed
[INFO] 18:05:07.544 Sensor IaC Docker Sensor [iac] (done) | time=79ms
[INFO] 18:05:07.544 Sensor TextAndSecretsSensor [text]
[INFO] 18:05:07.544 Available processors: 4
[INFO] 18:05:07.544 Using 4 threads for analysis.
[INFO] 18:05:07.931 Using git CLI to retrieve untracked files
[WARNING] 18:05:07.935 Analyzing only language associated files, make sure to run the analysis inside a git repository to make use of inclusions specified via "sonar.text.inclusions"
[INFO] 18:05:07.957 79 source files to be analyzed
[INFO] 18:05:08.117 79/79 source files have been analyzed
[INFO] 18:05:08.119 Sensor TextAndSecretsSensor [text] (done) | time=574ms
[INFO] 18:05:08.122 ------------- Run sensors on project
[INFO] 18:05:08.271 Sensor Zero Coverage Sensor
[INFO] 18:05:08.272 Sensor Zero Coverage Sensor (done) | time=1ms
[INFO] 18:05:08.272 Sensor Java CPD Block Indexer
[INFO] 18:05:08.348 Sensor Java CPD Block Indexer (done) | time=75ms
[INFO] 18:05:08.348 ------------- Gather SCA dependencies on project
[INFO] 18:05:08.369 CPD Executor 22 files had no CPD blocks
[INFO] 18:05:08.370 CPD Executor Calculating CPD for 36 files
[INFO] 18:05:08.384 CPD Executor CPD calculation finished (done) | time=14ms
[INFO] 18:05:08.389 SCM revision ID '1e81944ab79a9bd88e7f0ab9d4a6c0e8f14364e3'
[INFO] 18:05:08.505 Analysis report generated in 105ms, dir size=690.3 kB
[INFO] 18:05:08.686 Analysis report compressed in 181ms, zip size=252.6 kB
[INFO] 18:05:08.715 Analysis report uploaded in 29ms
[INFO] 18:05:08.716 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202530_G81_E4_DogSpa_Back
[INFO] 18:05:08.716 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 18:05:08.717 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=be469aa4-e486-42a2-ad14-d55f5ff79980
[INFO] 18:05:08.746 Analysis total time: 10.793 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.972 s
[INFO] Finished at: 2025-10-15T18:05:08Z
[INFO] ------------------------------------------------------------------------