Build: #386 did not complete

Job: Build did not complete

Stages & jobs

  1. Build Stage

Build log

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

07-May-2026 19:11:27 Build Ignite Realtime Website - Continuous Integration - Build #386 (WEB-CI-JOB1-386) is being prepared for building on agent mesonet-ah.agron.iastate.edu, bamboo version: 12.1.6
07-May-2026 19:11:27 Remote agent on host mesonet-ah.agron.iastate.edu
07-May-2026 19:11:27 Build working directory is /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1
07-May-2026 19:11:27 Executing build Ignite Realtime Website - Continuous Integration - Build #386 (WEB-CI-JOB1-386)
07-May-2026 19:11:27 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
07-May-2026 19:11:27 Checking out into /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1
07-May-2026 19:11:27 Updating source code to revision: f810b91018b180da6e6791c78528f41bee1c90ba
07-May-2026 19:11:27 Fetching 'refs/heads/main' from 'https://github.com/igniterealtime/IgniteRealtime-Website.git'. Will try to do a shallow fetch.
07-May-2026 19:11:28 Checking out revision f810b91018b180da6e6791c78528f41bee1c90ba.
07-May-2026 19:11:29 Already on 'main'
07-May-2026 19:11:29 Updated source code to revision: f810b91018b180da6e6791c78528f41bee1c90ba
07-May-2026 19:11:29 Finished task 'Checkout Default Repository' with result: Success
07-May-2026 19:11:29 Running pre-build action: Build Log Labeller Pre Build Action
07-May-2026 19:11:29 Running pre-build action: VCS Version Collector
07-May-2026 19:11:29 Build Ignite Realtime Website - Continuous Integration - Build #386 (WEB-CI-JOB1-386) started building on agent 'mesonet-ah.agron.iastate.edu' (Remote agent on host mesonet-ah.agron.iastate.edu)
07-May-2026 19:11:29 Skipping execution of task 'build' as it is disabled
07-May-2026 19:11:29 Starting task 'build' of type 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3'
07-May-2026 19:11:29
Beginning to execute external process for build 'Ignite Realtime Website - Continuous Integration - Build #386 (WEB-CI-JOB1-386)'
... running command line:
/usr/share/maven/bin/mvn --batch-mode -Djava.io.tmpdir=/home/bamboo-agent/tmp/WEB-CI-JOB1 clean package
... in: /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1
07-May-2026 19:11:30 [INFO] Scanning for projects...
07-May-2026 19:11:31 [INFO]
07-May-2026 19:11:31 [INFO] ---------------------< org.igniterealtime:website >---------------------
07-May-2026 19:11:31 [INFO] Building Ignite Realtime Public website 1.0.0
07-May-2026 19:11:31 [INFO] --------------------------------[ war ]---------------------------------
07-May-2026 19:11:31 [INFO]
07-May-2026 19:11:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ website ---
07-May-2026 19:11:31 [INFO] Deleting /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/target
07-May-2026 19:11:31 [INFO]
07-May-2026 19:11:31 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ website ---
07-May-2026 19:11:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07-May-2026 19:11:31 [INFO] Copying 4 resources
07-May-2026 19:11:31 [INFO]
07-May-2026 19:11:31 [INFO] --- maven-compiler-plugin:3.15.0:compile (default-compile) @ website ---
07-May-2026 19:11:31 [INFO] Recompiling the module because of changed source code.
07-May-2026 19:11:31 [INFO] Compiling 19 source files with javac [debug target 11] to target/classes
07-May-2026 19:11:33 [WARNING] system modules path not set in conjunction with -source 11
07-May-2026 19:11:33 [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.
07-May-2026 19:11:33 [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.
07-May-2026 19:11:33 [INFO] /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/main/java/org/jivesoftware/site/FeedManager.java: Some input files use unchecked or unsafe operations.
07-May-2026 19:11:33 [INFO] /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/main/java/org/jivesoftware/site/FeedManager.java: Recompile with -Xlint:unchecked for details.
07-May-2026 19:11:33 [INFO]
07-May-2026 19:11:33 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ website ---
07-May-2026 19:11:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07-May-2026 19:11:33 [INFO] skip non existing resourceDirectory /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/test/resources
07-May-2026 19:11:33 [INFO]
07-May-2026 19:11:33 [INFO] --- maven-compiler-plugin:3.15.0:testCompile (default-testCompile) @ website ---
07-May-2026 19:11:33 [INFO] Recompiling the module because of changed dependency.
07-May-2026 19:11:33 [INFO] Compiling 4 source files with javac [debug target 11] to target/test-classes
07-May-2026 19:11:33 [WARNING] system modules path not set in conjunction with -source 11
07-May-2026 19:11:33 [INFO]
07-May-2026 19:11:33 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ website ---
07-May-2026 19:11:33 [INFO] Surefire report directory: /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/target/surefire-reports
07-May-2026 19:11:33
07-May-2026 19:11:33 -------------------------------------------------------
07-May-2026 19:11:33 T E S T S
07-May-2026 19:11:33 -------------------------------------------------------
07-May-2026 19:11:34 Running org.jivesoftware.site.FeedItemTest
07-May-2026 19:11:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
07-May-2026 19:11:34 Running org.jivesoftware.util.PluginVersionComparatorTest
07-May-2026 19:11:34 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
07-May-2026 19:11:34
07-May-2026 19:11:34 Results :
07-May-2026 19:11:34
07-May-2026 19:11:34 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
07-May-2026 19:11:34
07-May-2026 19:11:34 [INFO]
07-May-2026 19:11:34 [INFO] --- maven-war-plugin:3.5.1:war (default-war) @ website ---
07-May-2026 19:11:34 [INFO] Packaging webapp
07-May-2026 19:11:34 [INFO] Assembling webapp [website] in [/home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/target/site]
07-May-2026 19:11:34 [INFO] Processing war project
07-May-2026 19:11:34 [INFO] Copying webapp resources [/home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/src/main/webapp]
07-May-2026 19:11:35 [INFO] Building war: /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1/target/site.war
07-May-2026 19:11:35 [INFO] ------------------------------------------------------------------------
07-May-2026 19:11:35 [INFO] BUILD SUCCESS
07-May-2026 19:11:35 [INFO] ------------------------------------------------------------------------
07-May-2026 19:11:35 [INFO] Total time:  4.344 s
07-May-2026 19:11:35 [INFO] Finished at: 2026-05-07T14:11:35-05:00
07-May-2026 19:11:35 [INFO] ------------------------------------------------------------------------
07-May-2026 19:11:35 Parsing test results under /home/bamboo-agent/bamboo-agent-home/xml-data/build-dir/WEB-CI-JOB1...
07-May-2026 19:11:35 Finished task 'build' with result: Success
07-May-2026 19:11:35 Running post build plugin 'Docker Container Cleanup'
07-May-2026 19:11:35 Running post build plugin 'NCover Results Collector'
07-May-2026 19:11:35 Running post build plugin 'Build Results Label Collector'
07-May-2026 19:11:35 Running post build plugin 'Clover Results Collector'
07-May-2026 19:11:35 Running post build plugin 'npm Cache Cleanup'
07-May-2026 19:11:35 Running post build plugin 'Artifact Copier'
07-May-2026 19:11:35 Publishing an artifact: site.war
07-May-2026 19:11:35 Failed to verify artifact transfer token: (certificate_expired) PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
07-May-2026 19:11:35 Remote artifact transfer failed, agent will try to recover...
07-May-2026 19:11:35 Unable to publish artifact [site.war]:
07-May-2026 19:11:35 The artifact hasn't been successfully published after 274.7 ms
07-May-2026 19:11:35 Finalising the build...
07-May-2026 19:11:35 Stopping timer.
07-May-2026 19:11:35 Build WEB-CI-JOB1-386 completed.
07-May-2026 19:22:24 Agent 'mesonet-ah.agron.iastate.edu' went offline while building WEB-CI-JOB1-386. The results of that build will not be available.