Skip to content

Console Output

+ mvn sonar:sonar -Dsonar.token=**** -Dsonar.host.url=http://10.20.84.26:8082/sonar
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Progress (1): 3.1 kB
Progress (2): 3.1 kB | 4.6 kB
Progress (2): 3.1 kB | 9.7 kB
Progress (2): 7.7 kB | 9.7 kB
Progress (2): 12 kB | 9.7 kB 
Progress (2): 17 kB | 9.7 kB
Progress (2): 20 kB | 9.7 kB
Progress (2): 20 kB | 14 kB 
Progress (2): 21 kB | 14 kB
                           
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 24 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml
Progress (1): 1.4 kB
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml (1.4 kB at 17 kB/s)
[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] 02:50:51.312 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] 02:50:51.321 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 02:50:51.321 Linux 6.17.0-14-generic (amd64)
[INFO] 02:50:51.357 User cache: /root/.sonar/cache
[INFO] 02:50:51.908 Communicating with SonarQube Server 25.3.0.104237
[INFO] 02:50:51.924 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 02:50:52.727 Load global settings
[INFO] 02:50:52.804 Load global settings (done) | time=78ms
[INFO] 02:50:52.820 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 02:50:52.833 Loading required plugins
[INFO] 02:50:52.833 Load plugins index
[INFO] 02:50:52.880 Load plugins index (done) | time=47ms
[INFO] 02:50:52.880 Load/download plugins
[INFO] 02:50:53.191 Load/download plugins (done) | time=311ms
[INFO] 02:50:53.518 Process project properties
[INFO] 02:50:53.532 Process project properties (done) | time=14ms
[INFO] 02:50:53.543 Project key: co.edu.udistrital.mdp:MP_202610_G81_E2_Back
[INFO] 02:50:53.543 Base dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back
[INFO] 02:50:53.543 Working dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back/target/sonar
[INFO] 02:50:53.551 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back'
[INFO] 02:50:53.566 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back' (done) | time=15ms
[INFO] 02:50:53.595 Load quality profiles
[INFO] 02:50:53.640 Load quality profiles (done) | time=45ms
[INFO] 02:50:53.654 Auto-configuring with CI 'Jenkins'
[INFO] 02:50:53.690 Load active rules
[INFO] 02:50:53.961 Load active rules (done) | time=271ms
[INFO] 02:50:53.967 Load analysis cache
[INFO] 02:50:53.984 Load analysis cache (4.0 kB) | time=17ms
[INFO] 02:50:54.052 Preprocessing files...
[INFO] 02:50:54.231 2 languages detected in 100 preprocessed files
[INFO] 02:50:54.231 0 files ignored because of scm ignore settings
[INFO] 02:50:54.234 Loading plugins for detected languages
[INFO] 02:50:54.234 Load/download plugins
[INFO] 02:50:54.502 Load/download plugins (done) | time=268ms
[INFO] 02:50:54.624 Load project repositories
[INFO] 02:50:54.734 Load project repositories (done) | time=110ms
[INFO] 02:50:54.753 Indexing files...
[INFO] 02:50:54.753 Project configuration:
[INFO] 02:50:54.754   Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**, **/config/**, **/MainApplication.java
[INFO] 02:50:54.772 100 files indexed
[INFO] 02:50:54.774 Quality profile for java: Sonar way MP
[INFO] 02:50:54.774 Quality profile for xml: Sonar way
[INFO] 02:50:54.774 ------------- Run sensors on module MP_202610_G81_E2_Back
[INFO] 02:50:54.829 Load metrics repository
[INFO] 02:50:54.844 Load metrics repository (done) | time=15ms
[INFO] 02:50:55.639 Sensor JavaSensor [java]
[INFO] 02:50:55.644 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 02:50:55.676 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 02:50:55.677 Using ECJ batch to parse 63 Main java source files with batch size 104 KB.
[INFO] 02:50:56.003 Starting batch processing.
[INFO] 02:50:56.567 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 02:50:58.901 100% analyzed
[INFO] 02:50:58.902 Batch processing: Done.
[INFO] 02:50:58.902 Did not optimize analysis for any files, performed a full analysis for all 63 files.
[WARNING] 02:50:58.905 Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 02:50:58.905 Using ECJ batch to parse 36 Test java source files with batch size 104 KB.
[INFO] 02:50:58.922 Starting batch processing.
[INFO] 02:51:00.235 100% analyzed
[INFO] 02:51:00.236 Batch processing: Done.
[INFO] 02:51:00.237 Did not optimize analysis for any files, performed a full analysis for all 36 files.
[INFO] 02:51:00.237 No "Generated" source files to scan.
[INFO] 02:51:00.237 Sensor JavaSensor [java] (done) | time=4598ms
[INFO] 02:51:00.237 Sensor SurefireSensor [java]
[INFO] 02:51:00.239 parsing [/home/cecaduser/workspace/MP_202610_G81_E2_Back/target/surefire-reports]
[INFO] 02:51:00.403 Sensor SurefireSensor [java] (done) | time=166ms
[INFO] 02:51:00.403 Sensor XML Sensor [xml]
[INFO] 02:51:00.410 1 source file to be analyzed
[INFO] 02:51:00.562 1/1 source file has been analyzed
[INFO] 02:51:00.562 Sensor XML Sensor [xml] (done) | time=159ms
[INFO] 02:51:00.562 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 02:51:00.567 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 02:51:00.622 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=60ms
[INFO] 02:51:00.623 Sensor Java Config Sensor [iac]
[INFO] 02:51:00.643 0 source files to be analyzed
[INFO] 02:51:00.643 0/0 source files have been analyzed
[INFO] 02:51:00.643 Sensor Java Config Sensor [iac] (done) | time=20ms
[INFO] 02:51:00.644 Sensor IaC Docker Sensor [iac]
[INFO] 02:51:00.722 0 source files to be analyzed
[INFO] 02:51:00.722 0/0 source files have been analyzed
[INFO] 02:51:00.722 Sensor IaC Docker Sensor [iac] (done) | time=78ms
[INFO] 02:51:00.723 Sensor TextAndSecretsSensor [text]
[INFO] 02:51:00.723 Available processors: 4
[INFO] 02:51:00.723 Using 4 threads for analysis.
[INFO] 02:51:01.102 Using git CLI to retrieve untracked files
[WARNING] 02:51:01.106 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] 02:51:01.123 100 source files to be analyzed
[INFO] 02:51:01.292 100/100 source files have been analyzed
[INFO] 02:51:01.292 Sensor TextAndSecretsSensor [text] (done) | time=569ms
[INFO] 02:51:01.296 ------------- Run sensors on project
[INFO] 02:51:01.442 Sensor Zero Coverage Sensor
[INFO] 02:51:01.443 Sensor Zero Coverage Sensor (done) | time=1ms
[INFO] 02:51:01.443 Sensor Java CPD Block Indexer
[INFO] 02:51:01.515 Sensor Java CPD Block Indexer (done) | time=72ms
[INFO] 02:51:01.516 ------------- Gather SCA dependencies on project
[INFO] 02:51:01.530 SCM Publisher SCM provider for this project is: git
[INFO] 02:51:01.531 SCM Publisher 37 source files to be analyzed
[INFO] 02:51:02.248 SCM Publisher 37/37 source files have been analyzed (done) | time=714ms
[INFO] 02:51:02.260 CPD Executor 24 files had no CPD blocks
[INFO] 02:51:02.261 CPD Executor Calculating CPD for 39 files
[INFO] 02:51:02.280 CPD Executor CPD calculation finished (done) | time=19ms
[INFO] 02:51:02.285 SCM revision ID '0d46c386a2a1425fd78659c6d94404f4847367a0'
[INFO] 02:51:02.410 Analysis report generated in 112ms, dir size=789.3 kB
[INFO] 02:51:02.631 Analysis report compressed in 221ms, zip size=310.8 kB
[INFO] 02:51:02.663 Analysis report uploaded in 32ms
[INFO] 02:51:02.665 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] 02:51:02.665 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 02:51:02.665 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=be35f903-9ff2-43a1-8a83-e95376fff58d
[INFO] 02:51:02.699 Analysis total time: 9.454 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.523 s
[INFO] Finished at: 2026-03-23T02:51:02Z
[INFO] ------------------------------------------------------------------------