Build: #334 was successful

Job: Build was successful

Stages & jobs

  1. Build Stage

Build log

The build generated 98 lines of output. Download or view full build log.

12-Oct-2024 12:16:46 Build Ignite Realtime Website - Continuous Integration - Build #334 (WEB-CI-JOB1-334) is being prepared for building on agent ip-172-31-27-151.eu-central-1.compute.internal, bamboo version: 9.6.5
12-Oct-2024 12:16:46 Remote agent on host ip-172-31-27-151.eu-central-1.compute.internal
12-Oct-2024 12:16:46 Build working directory is /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1
12-Oct-2024 12:16:46 Executing build Ignite Realtime Website - Continuous Integration - Build #334 (WEB-CI-JOB1-334)
12-Oct-2024 12:16:46 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
12-Oct-2024 12:16:46 Checking out into /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1
12-Oct-2024 12:16:46 Updating source code to revision: 9c42b70f35e454631b7283db76959834f8662051
12-Oct-2024 12:16:46 Fetching 'refs/heads/main' from 'https://github.com/igniterealtime/IgniteRealtime-Website.git'. Will try to do a shallow fetch.
12-Oct-2024 12:16:46 Checking out revision 9c42b70f35e454631b7283db76959834f8662051.
12-Oct-2024 12:16:47 Already on 'main'
12-Oct-2024 12:16:47 Updated source code to revision: 9c42b70f35e454631b7283db76959834f8662051
12-Oct-2024 12:16:47 Finished task 'Checkout Default Repository' with result: Success
12-Oct-2024 12:16:47 Running pre-build action: Build Log Labeller Pre Build Action
12-Oct-2024 12:16:47 Running pre-build action: VCS Version Collector
12-Oct-2024 12:16:47 Build Ignite Realtime Website - Continuous Integration - Build #334 (WEB-CI-JOB1-334) started building on agent 'ip-172-31-27-151.eu-central-1.compute.internal' (Remote agent on host ip-172-31-27-151.eu-central-1.compute.internal)
12-Oct-2024 12:16:47 Skipping execution of task 'build' as it is disabled
12-Oct-2024 12:16:47 Starting task 'build' of type 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3'
12-Oct-2024 12:16:47
Beginning to execute external process for build 'Ignite Realtime Website - Continuous Integration - Build #334 (WEB-CI-JOB1-334)'
... running command line:
/opt/maven/bin/mvn --batch-mode -Djava.io.tmpdir=/tmp/WEB-CI-JOB1 clean package
... in: /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1
12-Oct-2024 12:16:49 [INFO] Scanning for projects...
12-Oct-2024 12:16:49 [INFO]
12-Oct-2024 12:16:49 [INFO] ---------------------< org.igniterealtime:website >---------------------
12-Oct-2024 12:16:49 [INFO] Building Ignite Realtime Public website 1.0.0
12-Oct-2024 12:16:49 [INFO] --------------------------------[ war ]---------------------------------
12-Oct-2024 12:16:51 [INFO]
12-Oct-2024 12:16:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ website ---
12-Oct-2024 12:16:51 [INFO] Deleting /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/target
12-Oct-2024 12:16:51 [INFO]
12-Oct-2024 12:16:51 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ website ---
12-Oct-2024 12:16:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Oct-2024 12:16:51 [INFO] Copying 4 resources
12-Oct-2024 12:16:51 [INFO]
12-Oct-2024 12:16:51 [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ website ---
12-Oct-2024 12:16:52 [INFO] Changes detected - recompiling the module! :source
12-Oct-2024 12:16:52 [INFO] Compiling 19 source files with javac [debug target 11] to target/classes
12-Oct-2024 12:16:55 [INFO] /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/main/java/org/jivesoftware/site/PluginDownloadServlet.java: /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/main/java/org/jivesoftware/site/PluginDownloadServlet.java uses or overrides a deprecated API.
12-Oct-2024 12:16:55 [INFO] /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/main/java/org/jivesoftware/site/PluginDownloadServlet.java: Recompile with -Xlint:deprecation for details.
12-Oct-2024 12:16:55 [INFO] /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/main/java/org/jivesoftware/util/StringUtils.java: Some input files use unchecked or unsafe operations.
12-Oct-2024 12:16:55 [INFO] /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/main/java/org/jivesoftware/util/StringUtils.java: Recompile with -Xlint:unchecked for details.
12-Oct-2024 12:16:55 [INFO]
12-Oct-2024 12:16:55 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ website ---
12-Oct-2024 12:16:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Oct-2024 12:16:55 [INFO] skip non existing resourceDirectory /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/test/resources
12-Oct-2024 12:16:55 [INFO]
12-Oct-2024 12:16:55 [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ website ---
12-Oct-2024 12:16:55 [INFO] Changes detected - recompiling the module! :dependency
12-Oct-2024 12:16:55 [INFO] Compiling 4 source files with javac [debug target 11] to target/test-classes
12-Oct-2024 12:16:55 [INFO]
12-Oct-2024 12:16:55 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ website ---
12-Oct-2024 12:16:56 [INFO] Surefire report directory: /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/target/surefire-reports
12-Oct-2024 12:16:56
12-Oct-2024 12:16:56 -------------------------------------------------------
12-Oct-2024 12:16:56 T E S T S
12-Oct-2024 12:16:56 -------------------------------------------------------
12-Oct-2024 12:16:57 Running org.jivesoftware.util.PluginVersionComparatorTest
12-Oct-2024 12:16:57 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec
12-Oct-2024 12:16:57 Running org.jivesoftware.site.FeedItemTest
12-Oct-2024 12:16:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
12-Oct-2024 12:16:57
12-Oct-2024 12:16:57 Results :
12-Oct-2024 12:16:57
12-Oct-2024 12:16:57 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
12-Oct-2024 12:16:57
12-Oct-2024 12:16:57 [INFO]
12-Oct-2024 12:16:57 [INFO] --- maven-war-plugin:3.4.0:war (default-war) @ website ---
12-Oct-2024 12:16:58 [INFO] Packaging webapp
12-Oct-2024 12:16:58 [INFO] Assembling webapp [website] in [/home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/target/site]
12-Oct-2024 12:16:58 [INFO] Processing war project
12-Oct-2024 12:16:58 [INFO] Copying webapp resources [/home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/main/webapp]
12-Oct-2024 12:16:59 [INFO] Building war: /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/target/site.war
12-Oct-2024 12:17:00 [INFO] ------------------------------------------------------------------------
12-Oct-2024 12:17:00 [INFO] BUILD SUCCESS
12-Oct-2024 12:17:00 [INFO] ------------------------------------------------------------------------
12-Oct-2024 12:17:00 [INFO] Total time:  10.963 s
12-Oct-2024 12:17:00 [INFO] Finished at: 2024-10-12T12:17:00Z
12-Oct-2024 12:17:00 [INFO] ------------------------------------------------------------------------
12-Oct-2024 12:17:00 Parsing test results under /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1...
12-Oct-2024 12:17:00 Finished task 'build' with result: Success
12-Oct-2024 12:17:00 Running post build plugin 'Docker Container Cleanup'
12-Oct-2024 12:17:00 Running post build plugin 'NCover Results Collector'
12-Oct-2024 12:17:00 Running post build plugin 'Build Results Label Collector'
12-Oct-2024 12:17:00 Running post build plugin 'Clover Results Collector'
12-Oct-2024 12:17:00 Running post build plugin 'npm Cache Cleanup'
12-Oct-2024 12:17:00 Running post build plugin 'Artifact Copier'
12-Oct-2024 12:17:00 Publishing an artifact: site.war
12-Oct-2024 12:17:01 Finished publishing of artifact Non required job artifact Http Compression On : [site.war], patterns: [site.war] anchored at: [target/] in 1.592 s
12-Oct-2024 12:17:01 Finalising the build...
12-Oct-2024 12:17:01 Stopping timer.
12-Oct-2024 12:17:01 Build WEB-CI-JOB1-334 completed.
12-Oct-2024 12:17:01 Running on server: post build plugin 'Build Hanging Detection Configuration'
12-Oct-2024 12:17:01 Running on server: post build plugin 'NCover Results Collector'
12-Oct-2024 12:17:02 Running on server: post build plugin 'Build Labeller'
12-Oct-2024 12:17:02 Running on server: post build plugin 'Clover Delta Calculator'
12-Oct-2024 12:17:02 Running on server: post build plugin 'Maven Dependencies Postprocessor'
12-Oct-2024 12:17:02 All post build plugins have finished
12-Oct-2024 12:17:02 Generating build results summary...
12-Oct-2024 12:17:02 Saving build results to disk...
12-Oct-2024 12:17:02 Store variable context...
12-Oct-2024 12:17:02 Finished building WEB-CI-JOB1-334.