Build: #34 was successful
Job: Default Job was successful
Build log
The build generated 202 lines of output. Download or view full build log.
13-Jul-2023 04:22:15 | Build Atlassian - Atlassian Agent - Default Job #34 (AA-AA-JOB1-34) is being prepared for building on agent bamboo-agent-cb875cc4-vwqpx, bamboo version: 9.3.0 |
13-Jul-2023 04:22:15 | Remote agent on host bamboo-agent-cb875cc4-vwqpx |
13-Jul-2023 04:22:28 | Build working directory is /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1 |
13-Jul-2023 04:22:31 | Executing build Atlassian - Atlassian Agent - Default Job #34 (AA-AA-JOB1-34) |
13-Jul-2023 04:22:31 | Starting task 'Source Code Checkout' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' |
13-Jul-2023 04:22:31 | Build always requires a clean checkout |
13-Jul-2023 04:22:31 | Cleaning build directory '/var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1' |
13-Jul-2023 04:22:31 | Checking out into /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1 |
13-Jul-2023 04:22:31 | Updating source code to revision: 5aca73dde8dde5641c19b824d2087535938f4762 |
13-Jul-2023 04:22:31 | Fetching 'refs/heads/master' from 'ssh://git@bitbucket:7999/at/atlassian-agent.git'. |
13-Jul-2023 04:22:31 | Warning: Permanently added '[127.0.0.1]:41255' (RSA) to the list of known hosts. |
13-Jul-2023 04:22:32 | Checking out revision 5aca73dde8dde5641c19b824d2087535938f4762. |
13-Jul-2023 04:22:32 | Creating local git repository in '/var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/.git'. |
13-Jul-2023 04:22:32 | Cloning into '/var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1'... |
13-Jul-2023 04:22:32 | done. |
13-Jul-2023 04:22:32 | Already on 'master' |
13-Jul-2023 04:22:32 | Your branch is up to date with 'origin/master'. |
13-Jul-2023 04:22:32 | Updated source code to revision: 5aca73dde8dde5641c19b824d2087535938f4762 |
13-Jul-2023 04:22:32 | Finished task 'Source Code Checkout' with result: Success |
13-Jul-2023 04:22:32 | Running pre-build action: Build Log Labeller Pre Build Action |
13-Jul-2023 04:22:32 | Running pre-build action: VCS Version Collector |
13-Jul-2023 04:22:32 | Build Atlassian - Atlassian Agent - Default Job #34 (AA-AA-JOB1-34) started building on agent 'bamboo-agent-cb875cc4-vwqpx' (Remote agent on host bamboo-agent-cb875cc4-vwqpx) |
13-Jul-2023 04:22:45 | Starting task 'Maven 3.x' of type 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3' |
13-Jul-2023 04:22:48 | Beginning to execute external process for build 'Atlassian - Atlassian Agent - Default Job #34 (AA-AA-JOB1-34)' ... running command line: /opt/maven/bin/mvn --batch-mode -Djava.io.tmpdir=/tmp/AA-AA-JOB1 package ... in: /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1 |
13-Jul-2023 04:22:52 | [INFO] Scanning for projects... |
13-Jul-2023 04:22:52 | [INFO] |
13-Jul-2023 04:22:52 | [INFO] --------------< io.zhile.crack.atlassian:atlassian-agent >-------------- |
13-Jul-2023 04:22:52 | [INFO] Building atlassian-agent 1.0 |
13-Jul-2023 04:22:52 | [INFO] --------------------------------[ jar ]--------------------------------- |
13-Jul-2023 04:22:53 | [INFO] |
13-Jul-2023 04:22:53 | [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atlassian-agent --- |
13-Jul-2023 04:22:53 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
13-Jul-2023 04:22:53 | [INFO] skip non existing resourceDirectory /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/src/main/resources |
13-Jul-2023 04:22:53 | [INFO] |
13-Jul-2023 04:22:53 | [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ atlassian-agent --- |
13-Jul-2023 04:22:54 | [INFO] Changes detected - recompiling the module! |
13-Jul-2023 04:22:54 | [INFO] Compiling 24 source files to /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/target/classes |
13-Jul-2023 04:22:57 | [INFO] |
13-Jul-2023 04:22:57 | [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atlassian-agent --- |
13-Jul-2023 04:22:57 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
13-Jul-2023 04:22:57 | [INFO] skip non existing resourceDirectory /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/src/test/resources |
13-Jul-2023 04:22:57 | [INFO] |
13-Jul-2023 04:22:57 | [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ atlassian-agent --- |
13-Jul-2023 04:22:57 | [INFO] No sources to compile |
13-Jul-2023 04:22:57 | [INFO] |
13-Jul-2023 04:22:57 | [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ atlassian-agent --- |
13-Jul-2023 04:22:57 | [INFO] No tests to run. |
13-Jul-2023 04:22:57 | [INFO] |
13-Jul-2023 04:22:57 | [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ atlassian-agent --- |
13-Jul-2023 04:22:58 | [INFO] Building jar: /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/target/atlassian-agent.jar |
13-Jul-2023 04:22:58 | [INFO] |
13-Jul-2023 04:22:58 | [INFO] --- maven-assembly-plugin:3.0.0:single (make-assembly) @ atlassian-agent --- |
13-Jul-2023 04:23:00 | [INFO] Building jar: /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/target/atlassian-agent-jar-with-dependencies.jar |
13-Jul-2023 04:23:01 | [INFO] ------------------------------------------------------------------------ |
13-Jul-2023 04:23:01 | [INFO] BUILD SUCCESS |
13-Jul-2023 04:23:01 | [INFO] ------------------------------------------------------------------------ |
13-Jul-2023 04:23:01 | [INFO] Total time: 8.979 s |
13-Jul-2023 04:23:01 | [INFO] Finished at: 2023-07-13T04:23:01Z |
13-Jul-2023 04:23:01 | [INFO] ------------------------------------------------------------------------ |
13-Jul-2023 04:23:01 | Finished task 'Maven 3.x' with result: Success |
13-Jul-2023 04:23:01 | Starting task 'Artifact download' of type 'com.atlassian.bamboo.plugins.bamboo-artifact-downloader-plugin:artifactdownloadertask' |
13-Jul-2023 04:23:01 | Finished task 'Artifact download' with result: Success |
13-Jul-2023 04:23:01 | Skipping execution of task 'Copy agent to fileserver' as it is disabled |
13-Jul-2023 04:23:01 | Starting task 'Sonar Maven 3' of type 'ch.mibex.bamboo.sonar4bamboo:sonar4bamboo.maven3task' |
13-Jul-2023 04:23:01 | |
13-Jul-2023 04:23:01 | SONAR4BAMBOO: Going to use executable home /opt/maven |
13-Jul-2023 04:23:07 | Beginning to execute external process for build 'Atlassian - Atlassian Agent - Default Job #34 (AA-AA-JOB1-34)' ... running command line: /opt/maven/bin/mvn sonar:sonar -Dsonar.host.url=http://192.168.100.103:31772 -Dsonar.login=****** ... in: /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1 |
13-Jul-2023 04:23:11 | [INFO] Scanning for projects... |
13-Jul-2023 04:23:12 | [INFO] |
13-Jul-2023 04:23:12 | [INFO] --------------< io.zhile.crack.atlassian:atlassian-agent >-------------- |
13-Jul-2023 04:23:12 | [INFO] Building atlassian-agent 1.0 |
13-Jul-2023 04:23:12 | [INFO] --------------------------------[ jar ]--------------------------------- |
13-Jul-2023 04:23:12 | [INFO] |
13-Jul-2023 04:23:12 | [INFO] --- sonar-maven-plugin:3.9.1.2184:sonar (default-cli) @ atlassian-agent --- |
13-Jul-2023 04:23:13 | [INFO] User cache: /var/atlassian/application-data/bamboo-agent/.sonar/cache |
13-Jul-2023 04:23:13 | [INFO] SonarQube version: 8.9.9 |
13-Jul-2023 04:23:13 | [INFO] Default locale: "en_US", source code encoding: "UTF-8" |
13-Jul-2023 04:23:14 | [INFO] Load global settings |
13-Jul-2023 04:23:14 | [INFO] Load global settings (done) | time=220ms |
13-Jul-2023 04:23:14 | [INFO] Server id: EA8D9556-AYlM1sDGMdoc3nHd51bU |
13-Jul-2023 04:23:14 | [INFO] User cache: /var/atlassian/application-data/bamboo-agent/.sonar/cache |
13-Jul-2023 04:23:14 | [INFO] Load/download plugins |
13-Jul-2023 04:23:14 | [INFO] Load plugins index |
13-Jul-2023 04:23:15 | [INFO] Load plugins index (done) | time=176ms |
13-Jul-2023 04:23:15 | [INFO] Load/download plugins (done) | time=330ms |
13-Jul-2023 04:23:16 | [INFO] Process project properties |
13-Jul-2023 04:23:16 | [INFO] Process project properties (done) | time=26ms |
13-Jul-2023 04:23:16 | [INFO] Execute project builders |
13-Jul-2023 04:23:16 | [INFO] Execute project builders (done) | time=7ms |
13-Jul-2023 04:23:16 | [INFO] Project key: io.zhile.crack.atlassian:atlassian-agent |
13-Jul-2023 04:23:16 | [INFO] Base dir: /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1 |
13-Jul-2023 04:23:16 | [INFO] Working dir: /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/target/sonar |
13-Jul-2023 04:23:16 | [INFO] Load project settings for component key: 'io.zhile.crack.atlassian:atlassian-agent' |
13-Jul-2023 04:23:17 | [INFO] Load project settings for component key: 'io.zhile.crack.atlassian:atlassian-agent' (done) | time=320ms |
13-Jul-2023 04:23:17 | [INFO] Auto-configuring with CI 'Bamboo' |
13-Jul-2023 04:23:17 | [INFO] Load quality profiles |
13-Jul-2023 04:23:17 | [INFO] Load quality profiles (done) | time=560ms |
13-Jul-2023 04:23:17 | [INFO] Auto-configuring with CI 'Bamboo' |
13-Jul-2023 04:23:17 | [INFO] Load active rules |
13-Jul-2023 04:23:30 | [INFO] Load active rules (done) | time=12743ms |
13-Jul-2023 04:23:30 | [INFO] Indexing files... |
13-Jul-2023 04:23:30 | [INFO] Project configuration: |
13-Jul-2023 04:23:31 | [INFO] 25 files indexed |
13-Jul-2023 04:23:31 | [INFO] 0 files ignored because of scm ignore settings |
13-Jul-2023 04:23:31 | [INFO] Quality profile for java: Sonar way |
13-Jul-2023 04:23:31 | [INFO] Quality profile for xml: Sonar way |
13-Jul-2023 04:23:31 | [INFO] ------------- Run sensors on module atlassian-agent |
13-Jul-2023 04:23:31 | [INFO] Load metrics repository |
13-Jul-2023 04:23:31 | [INFO] Load metrics repository (done) | time=97ms |
13-Jul-2023 04:23:33 | [INFO] Sensor JavaSquidSensor [java] |
13-Jul-2023 04:23:34 | [INFO] Configured Java source version (sonar.java.source): 8 |
13-Jul-2023 04:23:34 | [INFO] JavaClasspath initialization |
13-Jul-2023 04:23:34 | [INFO] JavaClasspath initialization (done) | time=33ms |
13-Jul-2023 04:23:34 | [INFO] JavaTestClasspath initialization |
13-Jul-2023 04:23:34 | [INFO] JavaTestClasspath initialization (done) | time=2ms |
13-Jul-2023 04:23:34 | [INFO] Java Main Files AST scan |
13-Jul-2023 04:23:34 | [INFO] 24 source files to be analyzed |
13-Jul-2023 04:23:34 | [INFO] Load project repositories |
13-Jul-2023 04:23:34 | [INFO] Load project repositories (done) | time=48ms |
13-Jul-2023 04:23:41 | [INFO] 24/24 source files have been analyzed |
13-Jul-2023 04:23:41 | [INFO] Java Main Files AST scan (done) | time=7007ms |
13-Jul-2023 04:23:41 | [INFO] Java Test Files AST scan |
13-Jul-2023 04:23:41 | [INFO] 0 source files to be analyzed |
13-Jul-2023 04:23:41 | [INFO] 0/0 source files have been analyzed |
13-Jul-2023 04:23:41 | [INFO] Java Test Files AST scan (done) | time=4ms |
13-Jul-2023 04:23:41 | [INFO] Java Generated Files AST scan |
13-Jul-2023 04:23:41 | [INFO] 0 source files to be analyzed |
13-Jul-2023 04:23:41 | [INFO] 0/0 source files have been analyzed |
13-Jul-2023 04:23:41 | [INFO] Java Generated Files AST scan (done) | time=4ms |
13-Jul-2023 04:23:41 | [INFO] Sensor JavaSquidSensor [java] (done) | time=7807ms |
13-Jul-2023 04:23:41 | [INFO] Sensor CSS Rules [cssfamily] |
13-Jul-2023 04:23:41 | [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. |
13-Jul-2023 04:23:41 | [INFO] Sensor CSS Rules [cssfamily] (done) | time=5ms |
13-Jul-2023 04:23:41 | [INFO] Sensor JaCoCo XML Report Importer [jacoco] |
13-Jul-2023 04:23:41 | [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 |
13-Jul-2023 04:23:41 | [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer |
13-Jul-2023 04:23:41 | [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=13ms |
13-Jul-2023 04:23:41 | [INFO] Sensor C# Project Type Information [csharp] |
13-Jul-2023 04:23:41 | [INFO] Sensor C# Project Type Information [csharp] (done) | time=2ms |
13-Jul-2023 04:23:41 | [INFO] Sensor C# Properties [csharp] |
13-Jul-2023 04:23:41 | [INFO] Sensor C# Properties [csharp] (done) | time=3ms |
13-Jul-2023 04:23:41 | [INFO] Sensor SurefireSensor [java] |
13-Jul-2023 04:23:41 | [INFO] parsing [/var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/target/surefire-reports] |
13-Jul-2023 04:23:41 | [INFO] Sensor SurefireSensor [java] (done) | time=5ms |
13-Jul-2023 04:23:41 | [INFO] Sensor JavaXmlSensor [java] |
13-Jul-2023 04:23:41 | [INFO] 1 source file to be analyzed |
13-Jul-2023 04:23:41 | [INFO] 1/1 source file has been analyzed |
13-Jul-2023 04:23:41 | [INFO] Sensor JavaXmlSensor [java] (done) | time=561ms |
13-Jul-2023 04:23:41 | [INFO] Sensor HTML [web] |
13-Jul-2023 04:23:41 | [INFO] Sensor HTML [web] (done) | time=22ms |
13-Jul-2023 04:23:41 | [INFO] Sensor XML Sensor [xml] |
13-Jul-2023 04:23:41 | [INFO] 1 source file to be analyzed |
13-Jul-2023 04:23:42 | [INFO] 1/1 source file has been analyzed |
13-Jul-2023 04:23:42 | [INFO] Sensor XML Sensor [xml] (done) | time=282ms |
13-Jul-2023 04:23:42 | [INFO] Sensor VB.NET Project Type Information [vbnet] |
13-Jul-2023 04:23:42 | [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=5ms |
13-Jul-2023 04:23:42 | [INFO] Sensor VB.NET Properties [vbnet] |
13-Jul-2023 04:23:42 | [INFO] Sensor VB.NET Properties [vbnet] (done) | time=4ms |
13-Jul-2023 04:23:42 | [INFO] ------------- Run sensors on project |
13-Jul-2023 04:23:42 | [INFO] Sensor Zero Coverage Sensor |
13-Jul-2023 04:23:42 | [INFO] Sensor Zero Coverage Sensor (done) | time=63ms |
13-Jul-2023 04:23:42 | [INFO] Sensor Java CPD Block Indexer |
13-Jul-2023 04:23:42 | [INFO] Sensor Java CPD Block Indexer (done) | time=157ms |
13-Jul-2023 04:23:42 | [INFO] CPD Executor 13 files had no CPD blocks |
13-Jul-2023 04:23:42 | [INFO] CPD Executor Calculating CPD for 11 files |
13-Jul-2023 04:23:42 | [INFO] CPD Executor CPD calculation finished (done) | time=84ms |
13-Jul-2023 04:23:42 | [INFO] Analysis report generated in 147ms, dir size=185 KB |
13-Jul-2023 04:23:43 | [INFO] Analysis report compressed in 380ms, zip size=70 KB |
13-Jul-2023 04:23:45 | [INFO] Analysis report uploaded in 2013ms |
13-Jul-2023 04:23:45 | [INFO] ANALYSIS SUCCESSFUL, you can browse http://192.168.100.103:31772/dashboard?id=io.zhile.crack.atlassian%3Aatlassian-agent |
13-Jul-2023 04:23:45 | [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report |
13-Jul-2023 04:23:45 | [INFO] More about the report processing at http://192.168.100.103:31772/api/ce/task?id=AYlNfZYrHT9qz-clN_K9 |
13-Jul-2023 04:23:45 | [INFO] Analysis total time: 29.943 s |
13-Jul-2023 04:23:45 | [INFO] ------------------------------------------------------------------------ |
13-Jul-2023 04:23:45 | [INFO] BUILD SUCCESS |
13-Jul-2023 04:23:45 | [INFO] ------------------------------------------------------------------------ |
13-Jul-2023 04:23:45 | [INFO] Total time: 34.170 s |
13-Jul-2023 04:23:45 | [INFO] Finished at: 2023-07-13T04:23:45Z |
13-Jul-2023 04:23:45 | [INFO] ------------------------------------------------------------------------ |
13-Jul-2023 04:23:45 | Finished task 'Sonar Maven 3' with result: Success |
13-Jul-2023 04:23:45 | Running post build plugin 'Docker Container Cleanup' |
13-Jul-2023 04:23:45 | Running post build plugin 'NCover Results Collector' |
13-Jul-2023 04:23:45 | Running post build plugin 'Build Results Label Collector' |
13-Jul-2023 04:23:45 | Running post build plugin 'Clover Results Collector' |
13-Jul-2023 04:23:45 | Running post build plugin 'npm Cache Cleanup' |
13-Jul-2023 04:23:45 | Running post build plugin 'Artifact Copier' |
13-Jul-2023 04:23:45 | Publishing an artifact: jar |
13-Jul-2023 04:23:46 | Finished publishing of artifact Required job artifact Http Compression Off : [jar], patterns: [**/*.jar] anchored at: [target] in 1.050 s |
13-Jul-2023 04:23:46 | Finalising the build... |
13-Jul-2023 04:23:46 | Stopping timer. |
13-Jul-2023 04:23:46 | Build AA-AA-JOB1-34 completed. |
13-Jul-2023 04:24:02 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
13-Jul-2023 04:24:02 | Running on server: post build plugin 'Bamboo project link creator' |
13-Jul-2023 04:24:02 | Running on server: post build plugin 'NCover Results Collector' |
13-Jul-2023 04:24:02 | Running on server: post build plugin 'Build Labeller' |
13-Jul-2023 04:24:02 | Running on server: post build plugin 'Clover Delta Calculator' |
13-Jul-2023 04:24:02 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
13-Jul-2023 04:24:02 | All post build plugins have finished |
13-Jul-2023 04:24:02 | Generating build results summary... |
13-Jul-2023 04:24:02 | Saving build results to disk... |
13-Jul-2023 04:24:02 | Store variable context... |
13-Jul-2023 04:24:02 | Finished building AA-AA-JOB1-34. |