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] 03:16:22.576 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] 03:16:22.585 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 03:16:22.586 Linux 6.17.0-14-generic (amd64)
[INFO] 03:16:22.774 User cache: /root/.sonar/cache
[INFO] 03:16:23.449 Communicating with SonarQube Server 25.3.0.104237
[INFO] 03:16:23.467 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 03:16:24.323 Load global settings
[INFO] 03:16:24.404 Load global settings (done) | time=82ms
[INFO] 03:16:24.420 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 03:16:24.433 Loading required plugins
[INFO] 03:16:24.433 Load plugins index
[INFO] 03:16:24.492 Load plugins index (done) | time=59ms
[INFO] 03:16:24.492 Load/download plugins
[INFO] 03:16:24.753 Load/download plugins (done) | time=261ms
[INFO] 03:16:25.106 Process project properties
[INFO] 03:16:25.121 Process project properties (done) | time=15ms
[INFO] 03:16:25.142 Project key: co.edu.udistrital.mdp:MP_202610_G81_E2_Back
[INFO] 03:16:25.142 Base dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back
[INFO] 03:16:25.142 Working dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back/target/sonar
[INFO] 03:16:25.151 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back'
[INFO] 03:16:25.165 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back' (done) | time=14ms
[INFO] 03:16:25.209 Load quality profiles
[INFO] 03:16:25.256 Load quality profiles (done) | time=47ms
[INFO] 03:16:25.271 Auto-configuring with CI 'Jenkins'
[INFO] 03:16:25.311 Load active rules
[INFO] 03:16:25.559 Load active rules (done) | time=248ms
[INFO] 03:16:25.567 Load analysis cache
[INFO] 03:16:25.583 Load analysis cache (4.0 kB) | time=17ms
[INFO] 03:16:25.657 Preprocessing files...
[INFO] 03:16:25.847 2 languages detected in 100 preprocessed files
[INFO] 03:16:25.847 0 files ignored because of scm ignore settings
[INFO] 03:16:25.850 Loading plugins for detected languages
[INFO] 03:16:25.850 Load/download plugins
[INFO] 03:16:26.147 Load/download plugins (done) | time=297ms
[INFO] 03:16:26.272 Load project repositories
[INFO] 03:16:26.384 Load project repositories (done) | time=112ms
[INFO] 03:16:26.404 Indexing files...
[INFO] 03:16:26.404 Project configuration:
[INFO] 03:16:26.404   Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**, **/config/**, **/MainApplication.java
[INFO] 03:16:26.425 100 files indexed
[INFO] 03:16:26.426 Quality profile for java: Sonar way MP
[INFO] 03:16:26.427 Quality profile for xml: Sonar way
[INFO] 03:16:26.427 ------------- Run sensors on module MP_202610_G81_E2_Back
[INFO] 03:16:26.489 Load metrics repository
[INFO] 03:16:26.505 Load metrics repository (done) | time=16ms
[INFO] 03:16:27.322 Sensor JavaSensor [java]
[INFO] 03:16:27.326 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 03:16:27.355 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 03:16:27.357 Using ECJ batch to parse 63 Main java source files with batch size 104 KB.
[INFO] 03:16:27.719 Starting batch processing.
[INFO] 03:16:28.295 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 03:16:30.791 100% analyzed
[INFO] 03:16:30.791 Batch processing: Done.
[INFO] 03:16:30.792 Did not optimize analysis for any files, performed a full analysis for all 63 files.
[WARNING] 03:16:30.795 Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 03:16:30.795 Using ECJ batch to parse 36 Test java source files with batch size 104 KB.
[INFO] 03:16:30.811 Starting batch processing.
[INFO] 03:16:32.406 100% analyzed
[INFO] 03:16:32.407 Batch processing: Done.
[INFO] 03:16:32.408 Did not optimize analysis for any files, performed a full analysis for all 36 files.
[INFO] 03:16:32.408 No "Generated" source files to scan.
[INFO] 03:16:32.408 Sensor JavaSensor [java] (done) | time=5087ms
[INFO] 03:16:32.408 Sensor SurefireSensor [java]
[INFO] 03:16:32.411 parsing [/home/cecaduser/workspace/MP_202610_G81_E2_Back/target/surefire-reports]
[INFO] 03:16:32.615 Sensor SurefireSensor [java] (done) | time=207ms
[INFO] 03:16:32.615 Sensor XML Sensor [xml]
[INFO] 03:16:32.621 1 source file to be analyzed
[INFO] 03:16:32.820 1/1 source file has been analyzed
[INFO] 03:16:32.820 Sensor XML Sensor [xml] (done) | time=205ms
[INFO] 03:16:32.821 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 03:16:32.826 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 03:16:32.926 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=106ms
[INFO] 03:16:32.926 Sensor Java Config Sensor [iac]
[INFO] 03:16:32.953 0 source files to be analyzed
[INFO] 03:16:32.954 0/0 source files have been analyzed
[INFO] 03:16:32.954 Sensor Java Config Sensor [iac] (done) | time=28ms
[INFO] 03:16:32.954 Sensor IaC Docker Sensor [iac]
[INFO] 03:16:33.047 0 source files to be analyzed
[INFO] 03:16:33.047 0/0 source files have been analyzed
[INFO] 03:16:33.048 Sensor IaC Docker Sensor [iac] (done) | time=93ms
[INFO] 03:16:33.048 Sensor TextAndSecretsSensor [text]
[INFO] 03:16:33.048 Available processors: 4
[INFO] 03:16:33.048 Using 4 threads for analysis.
[INFO] 03:16:33.569 Using git CLI to retrieve untracked files
[WARNING] 03:16:33.573 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] 03:16:33.596 100 source files to be analyzed
[INFO] 03:16:33.848 100/100 source files have been analyzed
[INFO] 03:16:33.849 Sensor TextAndSecretsSensor [text] (done) | time=801ms
[INFO] 03:16:33.861 ------------- Run sensors on project
[INFO] 03:16:34.080 Sensor Zero Coverage Sensor
[INFO] 03:16:34.081 Sensor Zero Coverage Sensor (done) | time=1ms
[INFO] 03:16:34.081 Sensor Java CPD Block Indexer
[INFO] 03:16:34.183 Sensor Java CPD Block Indexer (done) | time=102ms
[INFO] 03:16:34.183 ------------- Gather SCA dependencies on project
[INFO] 03:16:34.200 SCM Publisher SCM provider for this project is: git
[INFO] 03:16:34.202 SCM Publisher 15 source files to be analyzed
[INFO] 03:16:34.632 SCM Publisher 15/15 source files have been analyzed (done) | time=430ms
[INFO] 03:16:34.645 CPD Executor 24 files had no CPD blocks
[INFO] 03:16:34.645 CPD Executor Calculating CPD for 39 files
[INFO] 03:16:34.664 CPD Executor CPD calculation finished (done) | time=18ms
[INFO] 03:16:34.672 SCM revision ID '4b0357a9bbba08b2252bba16965f40535a87d441'
[INFO] 03:16:34.867 Analysis report generated in 167ms, dir size=776.3 kB
[INFO] 03:16:35.199 Analysis report compressed in 332ms, zip size=301.5 kB
[INFO] 03:16:35.233 Analysis report uploaded in 34ms
[INFO] 03:16:35.235 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] 03:16:35.235 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 03:16:35.235 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=862a5236-3470-41f0-a36d-be0cf08a3b79
[INFO] 03:16:35.271 Analysis total time: 10.465 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.876 s
[INFO] Finished at: 2026-03-23T03:16:35Z
[INFO] ------------------------------------------------------------------------