Build: #29 failed
Job: Default Job failed
Build log
The build generated 178 lines of output. Download or view full build log.
| 13-Jul-2023 02:37:01 | Build Atlassian - Atlassian Agent - Default Job #29 (AA-AA-JOB1-29) is being prepared for building on agent bamboo-agent-cb875cc4-vwqpx, bamboo version: 9.3.0 |
| 13-Jul-2023 02:37:01 | Remote agent on host bamboo-agent-cb875cc4-vwqpx |
| 13-Jul-2023 02:37:03 | Build working directory is /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1 |
| 13-Jul-2023 02:37:03 | Executing build Atlassian - Atlassian Agent - Default Job #29 (AA-AA-JOB1-29) |
| 13-Jul-2023 02:37:03 | Starting task 'Source Code Checkout' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' |
| 13-Jul-2023 02:37:03 | Build always requires a clean checkout |
| 13-Jul-2023 02:37:03 | Cleaning build directory '/var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1' |
| 13-Jul-2023 02:37:03 | Checking out into /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1 |
| 13-Jul-2023 02:37:03 | Updating source code to revision: 5aca73dde8dde5641c19b824d2087535938f4762 |
| 13-Jul-2023 02:37:04 | Fetching 'refs/heads/master' from 'ssh://git@bitbucket:7999/at/atlassian-agent.git'. |
| 13-Jul-2023 02:37:04 | Warning: Permanently added '[127.0.0.1]:41255' (RSA) to the list of known hosts. |
| 13-Jul-2023 02:37:04 | Checking out revision 5aca73dde8dde5641c19b824d2087535938f4762. |
| 13-Jul-2023 02:37:04 | Creating local git repository in '/var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/.git'. |
| 13-Jul-2023 02:37:04 | Cloning into '/var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1'... |
| 13-Jul-2023 02:37:04 | done. |
| 13-Jul-2023 02:37:04 | Already on 'master' |
| 13-Jul-2023 02:37:04 | Your branch is up to date with 'origin/master'. |
| 13-Jul-2023 02:37:04 | Updated source code to revision: 5aca73dde8dde5641c19b824d2087535938f4762 |
| 13-Jul-2023 02:37:04 | Finished task 'Source Code Checkout' with result: Success |
| 13-Jul-2023 02:37:04 | Running pre-build action: Build Log Labeller Pre Build Action |
| 13-Jul-2023 02:37:04 | Running pre-build action: VCS Version Collector |
| 13-Jul-2023 02:37:04 | Build Atlassian - Atlassian Agent - Default Job #29 (AA-AA-JOB1-29) started building on agent 'bamboo-agent-cb875cc4-vwqpx' (Remote agent on host bamboo-agent-cb875cc4-vwqpx) |
| 13-Jul-2023 02:37:08 | Starting task 'Maven 3.x' of type 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3' |
| 13-Jul-2023 02:37:09 | Beginning to execute external process for build 'Atlassian - Atlassian Agent - Default Job #29 (AA-AA-JOB1-29)' ... 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 02:37:13 | [INFO] Scanning for projects... |
| 13-Jul-2023 02:37:13 | [INFO] |
| 13-Jul-2023 02:37:13 | [INFO] --------------< io.zhile.crack.atlassian:atlassian-agent >-------------- |
| 13-Jul-2023 02:37:13 | [INFO] Building atlassian-agent 1.0 |
| 13-Jul-2023 02:37:13 | [INFO] --------------------------------[ jar ]--------------------------------- |
| 13-Jul-2023 02:37:13 | [INFO] |
| 13-Jul-2023 02:37:13 | [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atlassian-agent --- |
| 13-Jul-2023 02:37:14 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
| 13-Jul-2023 02:37:14 | [INFO] skip non existing resourceDirectory /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/src/main/resources |
| 13-Jul-2023 02:37:14 | [INFO] |
| 13-Jul-2023 02:37:14 | [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ atlassian-agent --- |
| 13-Jul-2023 02:37:15 | [INFO] Changes detected - recompiling the module! |
| 13-Jul-2023 02:37:15 | [INFO] Compiling 24 source files to /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/target/classes |
| 13-Jul-2023 02:37:18 | [INFO] |
| 13-Jul-2023 02:37:18 | [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atlassian-agent --- |
| 13-Jul-2023 02:37:18 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
| 13-Jul-2023 02:37:18 | [INFO] skip non existing resourceDirectory /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/src/test/resources |
| 13-Jul-2023 02:37:18 | [INFO] |
| 13-Jul-2023 02:37:18 | [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ atlassian-agent --- |
| 13-Jul-2023 02:37:18 | [INFO] No sources to compile |
| 13-Jul-2023 02:37:18 | [INFO] |
| 13-Jul-2023 02:37:18 | [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ atlassian-agent --- |
| 13-Jul-2023 02:37:18 | [INFO] No tests to run. |
| 13-Jul-2023 02:37:18 | [INFO] |
| 13-Jul-2023 02:37:18 | [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ atlassian-agent --- |
| 13-Jul-2023 02:37:18 | [INFO] Building jar: /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/target/atlassian-agent.jar |
| 13-Jul-2023 02:37:18 | [INFO] |
| 13-Jul-2023 02:37:18 | [INFO] --- maven-assembly-plugin:3.0.0:single (make-assembly) @ atlassian-agent --- |
| 13-Jul-2023 02:37:21 | [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 02:37:21 | [INFO] ------------------------------------------------------------------------ |
| 13-Jul-2023 02:37:21 | [INFO] BUILD SUCCESS |
| 13-Jul-2023 02:37:21 | [INFO] ------------------------------------------------------------------------ |
| 13-Jul-2023 02:37:21 | [INFO] Total time: 8.864 s |
| 13-Jul-2023 02:37:21 | [INFO] Finished at: 2023-07-13T02:37:21Z |
| 13-Jul-2023 02:37:21 | [INFO] ------------------------------------------------------------------------ |
| 13-Jul-2023 02:37:22 | Finished task 'Maven 3.x' with result: Success |
| 13-Jul-2023 02:37:22 | Starting task 'Artifact download' of type 'com.atlassian.bamboo.plugins.bamboo-artifact-downloader-plugin:artifactdownloadertask' |
| 13-Jul-2023 02:37:22 | Finished task 'Artifact download' with result: Success |
| 13-Jul-2023 02:37:22 | Skipping execution of task 'Copy agent to fileserver' as it is disabled |
| 13-Jul-2023 02:37:22 | Starting task 'Maven 3.x' of type 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3' |
| 13-Jul-2023 02:37:22 | Beginning to execute external process for build 'Atlassian - Atlassian Agent - Default Job #29 (AA-AA-JOB1-29)' ... running command line: /opt/maven/bin/mvn --batch-mode -Djava.io.tmpdir=/tmp/AA-AA-JOB1 mvn sonar:sonar \ -Dsonar.projectKey=AT_atlassian-agent \ -Dsonar.host.url=http://192.168.100.103:31772 \ -Dsonar.login=583b1dad8948f8c68fdcd6a48330420823ab6184 ... in: /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1 |
| 13-Jul-2023 02:37:26 | [INFO] Scanning for projects... |
| 13-Jul-2023 02:37:27 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom |
| 13-Jul-2023 02:37:28 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 3.4 kB/s) |
| 13-Jul-2023 02:37:28 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom |
| 13-Jul-2023 02:37:28 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 63 kB/s) |
| 13-Jul-2023 02:37:28 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar |
| 13-Jul-2023 02:37:29 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 66 kB/s) |
| 13-Jul-2023 02:37:29 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom |
| 13-Jul-2023 02:37:29 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 24 kB/s) |
| 13-Jul-2023 02:37:29 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar |
| 13-Jul-2023 02:37:30 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 122 kB/s) |
| 13-Jul-2023 02:37:30 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom |
| 13-Jul-2023 02:37:30 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 39 kB/s) |
| 13-Jul-2023 02:37:30 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar |
| 13-Jul-2023 02:37:30 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 188 kB/s) |
| 13-Jul-2023 02:37:30 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom |
| 13-Jul-2023 02:37:30 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 100 kB/s) |
| 13-Jul-2023 02:37:30 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom |
| 13-Jul-2023 02:37:30 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 73 kB/s) |
| 13-Jul-2023 02:37:30 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar |
| 13-Jul-2023 02:37:31 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 529 kB/s) |
| 13-Jul-2023 02:37:31 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom |
| 13-Jul-2023 02:37:31 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 33 kB/s) |
| 13-Jul-2023 02:37:31 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom |
| 13-Jul-2023 02:37:31 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 73 kB/s) |
| 13-Jul-2023 02:37:31 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom |
| 13-Jul-2023 02:37:31 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 149 kB/s) |
| 13-Jul-2023 02:37:31 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar |
| 13-Jul-2023 02:37:31 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 130 kB/s) |
| 13-Jul-2023 02:37:31 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom |
| 13-Jul-2023 02:37:32 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom (15 kB at 86 kB/s) |
| 13-Jul-2023 02:37:32 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom |
| 13-Jul-2023 02:37:32 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 32 kB/s) |
| 13-Jul-2023 02:37:32 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar |
| 13-Jul-2023 02:37:32 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar (209 kB at 874 kB/s) |
| 13-Jul-2023 02:37:32 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom |
| 13-Jul-2023 02:37:32 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 91 kB/s) |
| 13-Jul-2023 02:37:32 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar |
| 13-Jul-2023 02:37:33 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 672 kB/s) |
| 13-Jul-2023 02:37:33 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom |
| 13-Jul-2023 02:37:33 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom (11 kB at 47 kB/s) |
| 13-Jul-2023 02:37:33 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom |
| 13-Jul-2023 02:37:33 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom (5.0 kB at 26 kB/s) |
| 13-Jul-2023 02:37:33 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar |
| 13-Jul-2023 02:37:33 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar (53 kB at 207 kB/s) |
| 13-Jul-2023 02:37:33 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml |
| 13-Jul-2023 02:37:33 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml |
| 13-Jul-2023 02:37:34 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 156 kB/s) |
| 13-Jul-2023 02:37:34 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 64 kB/s) |
| 13-Jul-2023 02:37:34 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml |
| 13-Jul-2023 02:37:34 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml (1.3 kB at 9.0 kB/s) |
| 13-Jul-2023 02:37:34 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/3.9.1.2184/sonar-maven-plugin-3.9.1.2184.pom |
| 13-Jul-2023 02:37:34 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/3.9.1.2184/sonar-maven-plugin-3.9.1.2184.pom (1.1 kB at 7.2 kB/s) |
| 13-Jul-2023 02:37:34 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom |
| 13-Jul-2023 02:37:34 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 205 kB/s) |
| 13-Jul-2023 02:37:34 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/scanner/maven/sonar-maven-plugin/3.9.1.2184/sonar-maven-plugin-3.9.1.2184.pom |
| 13-Jul-2023 02:37:34 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/scanner/maven/sonar-maven-plugin/3.9.1.2184/sonar-maven-plugin-3.9.1.2184.pom (12 kB at 60 kB/s) |
| 13-Jul-2023 02:37:34 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/parent/parent/59.0.29/parent-59.0.29.pom |
| 13-Jul-2023 02:37:35 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/parent/parent/59.0.29/parent-59.0.29.pom (32 kB at 144 kB/s) |
| 13-Jul-2023 02:37:35 | [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/scanner/maven/sonar-maven-plugin/3.9.1.2184/sonar-maven-plugin-3.9.1.2184.jar |
| 13-Jul-2023 02:37:35 | [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/scanner/maven/sonar-maven-plugin/3.9.1.2184/sonar-maven-plugin-3.9.1.2184.jar (50 kB at 151 kB/s) |
| 13-Jul-2023 02:37:35 | [INFO] |
| 13-Jul-2023 02:37:35 | [INFO] --------------< io.zhile.crack.atlassian:atlassian-agent >-------------- |
| 13-Jul-2023 02:37:35 | [INFO] Building atlassian-agent 1.0 |
| 13-Jul-2023 02:37:35 | [INFO] --------------------------------[ jar ]--------------------------------- |
| 13-Jul-2023 02:37:35 | [INFO] |
| 13-Jul-2023 02:37:35 | [INFO] ------------------------------------------------------------------------ |
| 13-Jul-2023 02:37:35 | [INFO] Skipping atlassian-agent |
| 13-Jul-2023 02:37:35 | [INFO] This project has been banned from the build due to previous failures. |
| 13-Jul-2023 02:37:35 | [INFO] ------------------------------------------------------------------------ |
| 13-Jul-2023 02:37:35 | [INFO] |
| 13-Jul-2023 02:37:35 | [INFO] ------------------------------------------------------------------------ |
| 13-Jul-2023 02:37:35 | [INFO] Skipping atlassian-agent |
| 13-Jul-2023 02:37:35 | [INFO] This project has been banned from the build due to previous failures. |
| 13-Jul-2023 02:37:35 | [INFO] ------------------------------------------------------------------------ |
| 13-Jul-2023 02:37:35 | [INFO] ------------------------------------------------------------------------ |
| 13-Jul-2023 02:37:35 | [INFO] BUILD FAILURE |
| 13-Jul-2023 02:37:35 | [INFO] ------------------------------------------------------------------------ |
| 13-Jul-2023 02:37:35 | [INFO] Total time: 9.309 s |
| 13-Jul-2023 02:37:35 | [INFO] Finished at: 2023-07-13T02:37:35Z |
| 13-Jul-2023 02:37:35 | [INFO] ------------------------------------------------------------------------ |
| 13-Jul-2023 02:37:35 | [ERROR] Unknown lifecycle phase "mvn". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1] |
| 13-Jul-2023 02:37:35 | [ERROR] |
| 13-Jul-2023 02:37:35 | [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. |
| 13-Jul-2023 02:37:35 | [ERROR] Re-run Maven using the -X switch to enable full debug logging. |
| 13-Jul-2023 02:37:35 | [ERROR] |
| 13-Jul-2023 02:37:35 | [ERROR] For more information about the errors and possible solutions, please read the following articles: |
| 13-Jul-2023 02:37:35 | [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException |
| 13-Jul-2023 02:37:35 | Failing task since return code of [/opt/maven/bin/mvn --batch-mode -Djava.io.tmpdir=/tmp/AA-AA-JOB1 mvn sonar:sonar \ -Dsonar.projectKey=AT_atlassian-agent \ -Dsonar.host.url=http://192.168.100.103:31772 \ -Dsonar.login=583b1dad8948f8c68fdcd6a48330420823ab6184] was 1 while expected 0 |
| 13-Jul-2023 02:37:35 | Parsing test results under /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1... |
| 13-Jul-2023 02:37:35 | Finished task 'Maven 3.x' with result: Failed |
| 13-Jul-2023 02:37:35 | Running post build plugin 'Docker Container Cleanup' |
| 13-Jul-2023 02:37:35 | Running post build plugin 'NCover Results Collector' |
| 13-Jul-2023 02:37:35 | Running post build plugin 'Build Results Label Collector' |
| 13-Jul-2023 02:37:35 | Running post build plugin 'Clover Results Collector' |
| 13-Jul-2023 02:37:35 | Running post build plugin 'npm Cache Cleanup' |
| 13-Jul-2023 02:37:35 | Running post build plugin 'Artifact Copier' |
| 13-Jul-2023 02:37:35 | Publishing an artifact: jar |
| 13-Jul-2023 02:37:37 | Finished publishing of artifact Required job artifact Http Compression Off : [jar], patterns: [**/*.jar] anchored at: [target] in 2.119 s |
| 13-Jul-2023 02:37:37 | Finalising the build... |
| 13-Jul-2023 02:37:37 | Stopping timer. |
| 13-Jul-2023 02:37:37 | Build AA-AA-JOB1-29 completed. |
| 13-Jul-2023 02:37:44 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
| 13-Jul-2023 02:37:45 | Running on server: post build plugin 'Bamboo project link creator' |
| 13-Jul-2023 02:37:45 | Running on server: post build plugin 'NCover Results Collector' |
| 13-Jul-2023 02:37:45 | Running on server: post build plugin 'Build Labeller' |
| 13-Jul-2023 02:37:45 | Running on server: post build plugin 'Clover Delta Calculator' |
| 13-Jul-2023 02:37:45 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
| 13-Jul-2023 02:37:45 | All post build plugins have finished |
| 13-Jul-2023 02:37:45 | Generating build results summary... |
| 13-Jul-2023 02:37:45 | Saving build results to disk... |
| 13-Jul-2023 02:37:45 | Store variable context... |
| 13-Jul-2023 02:37:45 | Finished building AA-AA-JOB1-29. |