Build: #21 was successful
Job: Default Job was successful
Build log
The build generated 85 lines of output. Download or view full build log.
06-Jul-2023 10:04:03 | Build Atlassian - Atlassian Agent - Default Job #21 (AA-AA-JOB1-21) is being prepared for building on agent bamboo-agent-cb875cc4-qcpqj, bamboo version: 9.3.0 |
06-Jul-2023 10:04:03 | Remote agent on host bamboo-agent-cb875cc4-qcpqj |
06-Jul-2023 10:04:06 | Build working directory is /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1 |
06-Jul-2023 10:04:07 | Executing build Atlassian - Atlassian Agent - Default Job #21 (AA-AA-JOB1-21) |
06-Jul-2023 10:04:07 | Starting task 'Source Code Checkout' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' |
06-Jul-2023 10:04:07 | Build always requires a clean checkout |
06-Jul-2023 10:04:07 | Cleaning build directory '/var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1' |
06-Jul-2023 10:04:07 | Checking out into /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1 |
06-Jul-2023 10:04:07 | Updating source code to revision: fccc9223ca636e2ad9e003369ea86b09f9fe65c2 |
06-Jul-2023 10:04:09 | Fetching 'refs/heads/master' from 'ssh://git@bitbucket:7999/at/atlassian-agent.git'. |
06-Jul-2023 10:04:09 | Warning: Permanently added '[127.0.0.1]:37001' (RSA) to the list of known hosts. |
06-Jul-2023 10:04:11 | Checking out revision fccc9223ca636e2ad9e003369ea86b09f9fe65c2. |
06-Jul-2023 10:04:11 | Creating local git repository in '/var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/.git'. |
06-Jul-2023 10:04:11 | Cloning into '/var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1'... |
06-Jul-2023 10:04:11 | done. |
06-Jul-2023 10:04:11 | Already on 'master' |
06-Jul-2023 10:04:11 | Your branch is up to date with 'origin/master'. |
06-Jul-2023 10:04:11 | Updated source code to revision: fccc9223ca636e2ad9e003369ea86b09f9fe65c2 |
06-Jul-2023 10:04:11 | Finished task 'Source Code Checkout' with result: Success |
06-Jul-2023 10:04:11 | Running pre-build action: Build Log Labeller Pre Build Action |
06-Jul-2023 10:04:11 | Running pre-build action: VCS Version Collector |
06-Jul-2023 10:04:11 | Build Atlassian - Atlassian Agent - Default Job #21 (AA-AA-JOB1-21) started building on agent 'bamboo-agent-cb875cc4-qcpqj' (Remote agent on host bamboo-agent-cb875cc4-qcpqj) |
06-Jul-2023 10:04:15 | Starting task 'Maven 3.x' of type 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3' |
06-Jul-2023 10:04:15 | Beginning to execute external process for build 'Atlassian - Atlassian Agent - Default Job #21 (AA-AA-JOB1-21)' ... 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 |
06-Jul-2023 10:04:19 | [INFO] Scanning for projects... |
06-Jul-2023 10:04:20 | [INFO] |
06-Jul-2023 10:04:20 | [INFO] --------------< io.zhile.crack.atlassian:atlassian-agent >-------------- |
06-Jul-2023 10:04:20 | [INFO] Building atlassian-agent 1.0 |
06-Jul-2023 10:04:20 | [INFO] --------------------------------[ jar ]--------------------------------- |
06-Jul-2023 10:04:20 | [INFO] |
06-Jul-2023 10:04:20 | [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atlassian-agent --- |
06-Jul-2023 10:04:21 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
06-Jul-2023 10:04:21 | [INFO] skip non existing resourceDirectory /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/src/main/resources |
06-Jul-2023 10:04:21 | [INFO] |
06-Jul-2023 10:04:21 | [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ atlassian-agent --- |
06-Jul-2023 10:04:21 | [INFO] Changes detected - recompiling the module! |
06-Jul-2023 10:04:21 | [INFO] Compiling 24 source files to /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/target/classes |
06-Jul-2023 10:04:24 | [INFO] |
06-Jul-2023 10:04:24 | [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atlassian-agent --- |
06-Jul-2023 10:04:24 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
06-Jul-2023 10:04:24 | [INFO] skip non existing resourceDirectory /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/src/test/resources |
06-Jul-2023 10:04:24 | [INFO] |
06-Jul-2023 10:04:24 | [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ atlassian-agent --- |
06-Jul-2023 10:04:24 | [INFO] No sources to compile |
06-Jul-2023 10:04:24 | [INFO] |
06-Jul-2023 10:04:24 | [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ atlassian-agent --- |
06-Jul-2023 10:04:24 | [INFO] No tests to run. |
06-Jul-2023 10:04:24 | [INFO] |
06-Jul-2023 10:04:24 | [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ atlassian-agent --- |
06-Jul-2023 10:04:25 | [INFO] Building jar: /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/target/atlassian-agent.jar |
06-Jul-2023 10:04:25 | [INFO] |
06-Jul-2023 10:04:25 | [INFO] --- maven-assembly-plugin:3.0.0:single (make-assembly) @ atlassian-agent --- |
06-Jul-2023 10:04:27 | [INFO] Building jar: /var/atlassian/application-data/bamboo-agent/xml-data/build-dir/AA-AA-JOB1/target/atlassian-agent-jar-with-dependencies.jar |
06-Jul-2023 10:04:28 | [INFO] ------------------------------------------------------------------------ |
06-Jul-2023 10:04:28 | [INFO] BUILD SUCCESS |
06-Jul-2023 10:04:28 | [INFO] ------------------------------------------------------------------------ |
06-Jul-2023 10:04:28 | [INFO] Total time: 8.334 s |
06-Jul-2023 10:04:28 | [INFO] Finished at: 2023-07-06T10:04:28Z |
06-Jul-2023 10:04:28 | [INFO] ------------------------------------------------------------------------ |
06-Jul-2023 10:04:28 | Finished task 'Maven 3.x' with result: Success |
06-Jul-2023 10:04:28 | Starting task 'Artifact download' of type 'com.atlassian.bamboo.plugins.bamboo-artifact-downloader-plugin:artifactdownloadertask' |
06-Jul-2023 10:04:28 | Finished task 'Artifact download' with result: Success |
06-Jul-2023 10:04:28 | Skipping execution of task 'Copy agent to fileserver' as it is disabled |
06-Jul-2023 10:04:28 | Running post build plugin 'Docker Container Cleanup' |
06-Jul-2023 10:04:28 | Running post build plugin 'NCover Results Collector' |
06-Jul-2023 10:04:28 | Running post build plugin 'Build Results Label Collector' |
06-Jul-2023 10:04:28 | Running post build plugin 'Clover Results Collector' |
06-Jul-2023 10:04:28 | Running post build plugin 'npm Cache Cleanup' |
06-Jul-2023 10:04:28 | Running post build plugin 'Artifact Copier' |
06-Jul-2023 10:04:28 | Publishing an artifact: jar |
06-Jul-2023 10:04:34 | Finished publishing of artifact Required job artifact Http Compression Off : [jar], patterns: [**/*.jar] anchored at: [target] in 5.925 s |
06-Jul-2023 10:04:34 | Finalising the build... |
06-Jul-2023 10:04:34 | Stopping timer. |
06-Jul-2023 10:04:34 | Build AA-AA-JOB1-21 completed. |
06-Jul-2023 10:04:46 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
06-Jul-2023 10:04:46 | Running on server: post build plugin 'Bamboo project link creator' |
06-Jul-2023 10:04:46 | Running on server: post build plugin 'NCover Results Collector' |
06-Jul-2023 10:04:46 | Running on server: post build plugin 'Build Labeller' |
06-Jul-2023 10:04:46 | Running on server: post build plugin 'Clover Delta Calculator' |
06-Jul-2023 10:04:46 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
06-Jul-2023 10:04:46 | All post build plugins have finished |
06-Jul-2023 10:04:46 | Generating build results summary... |
06-Jul-2023 10:04:46 | Saving build results to disk... |
06-Jul-2023 10:04:46 | Store variable context... |
06-Jul-2023 10:04:46 | Finished building AA-AA-JOB1-21. |