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_202610_G81_E2_Back >-------------
[INFO] Building MP_202610_G81_E2_Back 0.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202610_G81_E2_Back ---
[WARNING] 13:43:40.566 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] 13:43:40.575 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 13:43:40.575 Linux 6.17.0-14-generic (amd64)
[INFO] 13:43:40.789 User cache: /root/.sonar/cache
[INFO] 13:43:41.517 Communicating with SonarQube Server 25.3.0.104237
[INFO] 13:43:41.548 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 13:43:42.554 Load global settings
[INFO] 13:43:42.655 Load global settings (done) | time=102ms
[INFO] 13:43:42.671 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 13:43:42.685 Loading required plugins
[INFO] 13:43:42.685 Load plugins index
[INFO] 13:43:42.801 Load plugins index (done) | time=116ms
[INFO] 13:43:42.802 Load/download plugins
[INFO] 13:43:43.139 Load/download plugins (done) | time=337ms
[INFO] 13:43:43.491 Process project properties
[INFO] 13:43:43.516 Process project properties (done) | time=25ms
[INFO] 13:43:43.528 Project key: co.edu.udistrital.mdp:MP_202610_G81_E2_Back
[INFO] 13:43:43.528 Base dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back
[INFO] 13:43:43.528 Working dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back/target/sonar
[INFO] 13:43:43.536 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back'
[INFO] 13:43:43.547 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back' (done) | time=11ms
[INFO] 13:43:43.585 Load quality profiles
[INFO] 13:43:43.627 Load quality profiles (done) | time=42ms
[INFO] 13:43:43.642 Auto-configuring with CI 'Jenkins'
[INFO] 13:43:43.698 Load active rules
[INFO] 13:43:43.978 Load active rules (done) | time=280ms
[INFO] 13:43:43.985 Load analysis cache
[INFO] 13:43:44.000 Load analysis cache (4.0 kB) | time=15ms
[INFO] 13:43:44.073 Preprocessing files...
[INFO] 13:43:44.253 2 languages detected in 100 preprocessed files
[INFO] 13:43:44.253 0 files ignored because of scm ignore settings
[INFO] 13:43:44.255 Loading plugins for detected languages
[INFO] 13:43:44.256 Load/download plugins
[INFO] 13:43:44.596 Load/download plugins (done) | time=340ms
[INFO] 13:43:44.710 Load project repositories
[INFO] 13:43:44.821 Load project repositories (done) | time=111ms
[INFO] 13:43:44.840 Indexing files...
[INFO] 13:43:44.840 Project configuration:
[INFO] 13:43:44.841   Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**, **/config/**, **/MainApplication.java
[INFO] 13:43:44.872 100 files indexed
[INFO] 13:43:44.873 Quality profile for java: Sonar way MP
[INFO] 13:43:44.873 Quality profile for xml: Sonar way
[INFO] 13:43:44.874 ------------- Run sensors on module MP_202610_G81_E2_Back
[INFO] 13:43:44.938 Load metrics repository
[INFO] 13:43:44.954 Load metrics repository (done) | time=16ms
[INFO] 13:43:45.752 Sensor JavaSensor [java]
[INFO] 13:43:45.756 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 13:43:45.783 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 13:43:45.785 Using ECJ batch to parse 63 Main java source files with batch size 104 KB.
[INFO] 13:43:46.151 Starting batch processing.
[INFO] 13:43:46.694 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 13:43:48.866 100% analyzed
[INFO] 13:43:48.866 Batch processing: Done.
[INFO] 13:43:48.868 Did not optimize analysis for any files, performed a full analysis for all 63 files.
[WARNING] 13:43:48.870 Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 13:43:48.870 Using ECJ batch to parse 36 Test java source files with batch size 104 KB.
[INFO] 13:43:48.885 Starting batch processing.
[INFO] 13:43:50.166 100% analyzed
[INFO] 13:43:50.167 Batch processing: Done.
[INFO] 13:43:50.168 Did not optimize analysis for any files, performed a full analysis for all 36 files.
[INFO] 13:43:50.168 No "Generated" source files to scan.
[INFO] 13:43:50.168 Sensor JavaSensor [java] (done) | time=4416ms
[INFO] 13:43:50.168 Sensor SurefireSensor [java]
[INFO] 13:43:50.170 parsing [/home/cecaduser/workspace/MP_202610_G81_E2_Back/target/surefire-reports]
[INFO] 13:43:50.311 Sensor SurefireSensor [java] (done) | time=143ms
[INFO] 13:43:50.312 Sensor XML Sensor [xml]
[INFO] 13:43:50.317 1 source file to be analyzed
[INFO] 13:43:50.465 1/1 source file has been analyzed
[INFO] 13:43:50.466 Sensor XML Sensor [xml] (done) | time=154ms
[INFO] 13:43:50.466 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 13:43:50.470 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 13:43:50.524 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=58ms
[INFO] 13:43:50.525 Sensor Java Config Sensor [iac]
[INFO] 13:43:50.543 0 source files to be analyzed
[INFO] 13:43:50.543 0/0 source files have been analyzed
[INFO] 13:43:50.544 Sensor Java Config Sensor [iac] (done) | time=19ms
[INFO] 13:43:50.544 Sensor IaC Docker Sensor [iac]
[INFO] 13:43:50.638 0 source files to be analyzed
[INFO] 13:43:50.638 0/0 source files have been analyzed
[INFO] 13:43:50.639 Sensor IaC Docker Sensor [iac] (done) | time=95ms
[INFO] 13:43:50.639 Sensor TextAndSecretsSensor [text]
[INFO] 13:43:50.639 Available processors: 4
[INFO] 13:43:50.639 Using 4 threads for analysis.
[INFO] 13:43:51.000 Using git CLI to retrieve untracked files
[WARNING] 13:43:51.003 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] 13:43:51.035 100 source files to be analyzed
[INFO] 13:43:51.194 100/100 source files have been analyzed
[INFO] 13:43:51.195 Sensor TextAndSecretsSensor [text] (done) | time=556ms
[INFO] 13:43:51.199 ------------- Run sensors on project
[INFO] 13:43:51.341 Sensor Zero Coverage Sensor
[INFO] 13:43:51.342 Sensor Zero Coverage Sensor (done) | time=1ms
[INFO] 13:43:51.342 Sensor Java CPD Block Indexer
[INFO] 13:43:51.413 Sensor Java CPD Block Indexer (done) | time=71ms
[INFO] 13:43:51.413 ------------- Gather SCA dependencies on project
[INFO] 13:43:51.435 CPD Executor 25 files had no CPD blocks
[INFO] 13:43:51.435 CPD Executor Calculating CPD for 38 files
[INFO] 13:43:51.449 CPD Executor CPD calculation finished (done) | time=13ms
[INFO] 13:43:51.454 SCM revision ID '8889dd518e7bc74b24843322fd845872f75ea31e'
[INFO] 13:43:51.587 Analysis report generated in 119ms, dir size=751.5 kB
[INFO] 13:43:51.801 Analysis report compressed in 213ms, zip size=296.1 kB
[INFO] 13:43:51.831 Analysis report uploaded in 30ms
[INFO] 13:43:51.833 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202610_G81_E2_Back
[INFO] 13:43:51.833 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 13:43:51.833 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=488c88d9-7cfc-4bb9-a5ff-f7f391a631e1
[INFO] 13:43:51.867 Analysis total time: 8.676 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.635 s
[INFO] Finished at: 2026-03-20T13:43:51Z
[INFO] ------------------------------------------------------------------------