simple 05-May-2026 22:00:07 Build Tinder - Nightly Build - Default Job #2403 (TINDER-NIGHTLY-JOB1-2403) is being prepared for building on agent mesonet-ah.agron.iastate.edu (3), bamboo version: 12.1.6
simple 05-May-2026 22:00:07 Remote agent on host mesonet-ah.agron.iastate.edu
simple 05-May-2026 22:00:08 Build working directory is /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1
simple 05-May-2026 22:00:08 Executing build Tinder - Nightly Build - Default Job #2403 (TINDER-NIGHTLY-JOB1-2403)
simple 05-May-2026 22:00:08 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
simple 05-May-2026 22:00:08 Checking out into /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1
simple 05-May-2026 22:00:08 Updating source code to revision: eb63ff06ac7cf8a9edf9785933d843b2294e6ab5
simple 05-May-2026 22:00:08 Fetching 'refs/heads/main' from 'https://github.com/igniterealtime/tinder'.
simple 05-May-2026 22:00:08 Checking out revision eb63ff06ac7cf8a9edf9785933d843b2294e6ab5.
simple 05-May-2026 22:00:08 Already on 'main'
simple 05-May-2026 22:00:08 Your branch is up to date with 'origin/main'.
simple 05-May-2026 22:00:08 Updated source code to revision: eb63ff06ac7cf8a9edf9785933d843b2294e6ab5
simple 05-May-2026 22:00:08 Finished task 'Checkout Default Repository' with result: Success
simple 05-May-2026 22:00:08 Running pre-build action: Build Log Labeller Pre Build Action
simple 05-May-2026 22:00:08 Running pre-build action: VCS Version Collector
simple 05-May-2026 22:00:08 Build Tinder - Nightly Build - Default Job #2403 (TINDER-NIGHTLY-JOB1-2403) started building on agent 'mesonet-ah.agron.iastate.edu (3)' (Remote agent on host mesonet-ah.agron.iastate.edu)
simple 05-May-2026 22:00:09 Starting task 'Maven 3.x' of type 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3'
command 05-May-2026 22:00:09 Beginning to execute external process for build 'Tinder - Nightly Build - Default Job #2403 (TINDER-NIGHTLY-JOB1-2403)'\n ... running command line: \n/usr/share/maven/bin/mvn --batch-mode -Djava.io.tmpdir=/home/bamboo-agent3/tmp/TINDER-NIGHTLY-JOB1 clean package\n ... in: /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1\n
build 05-May-2026 22:00:10 [INFO] Scanning for projects...
build 05-May-2026 22:00:10 [INFO]
build 05-May-2026 22:00:10 [INFO] ---------------------< org.igniterealtime:tinder >----------------------
build 05-May-2026 22:00:10 [INFO] Building Tinder XMPP library 2.1.1-SNAPSHOT
build 05-May-2026 22:00:10 [INFO] --------------------------------[ jar ]---------------------------------
build 05-May-2026 22:00:10 [INFO]
build 05-May-2026 22:00:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tinder ---
build 05-May-2026 22:00:11 [INFO] Deleting /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1/target
build 05-May-2026 22:00:11 [INFO]
build 05-May-2026 22:00:11 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tinder ---
build 05-May-2026 22:00:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
build 05-May-2026 22:00:11 [INFO] skip non existing resourceDirectory /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1/src/main/resources
build 05-May-2026 22:00:11 [INFO]
build 05-May-2026 22:00:11 [INFO] --- maven-compiler-plugin:3.14.1:compile (default-compile) @ tinder ---
build 05-May-2026 22:00:11 [INFO] Recompiling the module because of changed source code.
build 05-May-2026 22:00:11 [INFO] Compiling 28 source files with javac [debug target 11] to target/classes
build 05-May-2026 22:00:12 [INFO] /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1/src/main/java/org/xmpp/component/ComponentManagerFactory.java: /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1/src/main/java/org/xmpp/component/ComponentManagerFactory.java uses or overrides a deprecated API.
build 05-May-2026 22:00:12 [INFO] /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1/src/main/java/org/xmpp/component/ComponentManagerFactory.java: Recompile with -Xlint:deprecation for details.
build 05-May-2026 22:00:12 [INFO]
build 05-May-2026 22:00:12 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tinder ---
build 05-May-2026 22:00:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
build 05-May-2026 22:00:12 [INFO] Copying 1 resource
build 05-May-2026 22:00:12 [INFO]
build 05-May-2026 22:00:12 [INFO] --- maven-compiler-plugin:3.14.1:testCompile (default-testCompile) @ tinder ---
build 05-May-2026 22:00:12 [INFO] Recompiling the module because of changed dependency.
build 05-May-2026 22:00:12 [INFO] Compiling 27 source files with javac [debug target 11] to target/test-classes
build 05-May-2026 22:00:12 [INFO]
build 05-May-2026 22:00:12 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ tinder ---
build 05-May-2026 22:00:13 [INFO] Surefire report directory: /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1/target/surefire-reports
build 05-May-2026 22:00:13
build 05-May-2026 22:00:13 -------------------------------------------------------
build 05-May-2026 22:00:13 T E S T S
build 05-May-2026 22:00:13 -------------------------------------------------------
build 05-May-2026 22:00:13 Running org.xmpp.component.AbstractComponentIsConsumerTest
build 05-May-2026 22:00:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.123 sec
build 05-May-2026 22:00:15 Running org.xmpp.component.AbstractComponentRespondsToIQRequestsTest
error 05-May-2026 22:00:15 [pool-2-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza:
error 05-May-2026 22:00:15 java.lang.InterruptedException: sleep interrupted
error 05-May-2026 22:00:15 at java.base/java.lang.Thread.sleep(Native Method)
error 05-May-2026 22:00:15 at org.xmpp.component.SlowRespondingThreadNameComponent.handleIQGet(SlowRespondingThreadNameComponent.java:78)
error 05-May-2026 22:00:15 at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
error 05-May-2026 22:00:15 at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
error 05-May-2026 22:00:15 at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
error 05-May-2026 22:00:15 at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
error 05-May-2026 22:00:15 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
error 05-May-2026 22:00:15 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
error 05-May-2026 22:00:15 at java.base/java.lang.Thread.run(Thread.java:829)
error 05-May-2026 22:00:18 [pool-3-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza:
error 05-May-2026 22:00:18 java.lang.InterruptedException: sleep interrupted
error 05-May-2026 22:00:18 at java.base/java.lang.Thread.sleep(Native Method)
error 05-May-2026 22:00:18 at org.xmpp.component.SlowRespondingThreadNameComponent.handleIQGet(SlowRespondingThreadNameComponent.java:78)
error 05-May-2026 22:00:18 at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
error 05-May-2026 22:00:18 at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
error 05-May-2026 22:00:18 at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
error 05-May-2026 22:00:18 at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
error 05-May-2026 22:00:18 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
error 05-May-2026 22:00:18 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
error 05-May-2026 22:00:18 at java.base/java.lang.Thread.run(Thread.java:829)
error 05-May-2026 22:00:18 [main] ERROR org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unable to process packet! Is the thread pool queue exhausted? Packet dropped in component 'debug'. Packet that's dropped:
error 05-May-2026 22:00:18 java.util.concurrent.RejectedExecutionException: Task org.xmpp.component.AbstractComponent$PacketProcessor@33723e30 rejected from java.util.concurrent.ThreadPoolExecutor@64f6106c[Running, pool size = 17, active threads = 17, queued tasks = 1000, completed tasks = 0]
error 05-May-2026 22:00:18 at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
error 05-May-2026 22:00:18 at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
error 05-May-2026 22:00:18 at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
error 05-May-2026 22:00:18 at org.xmpp.component.AbstractComponent.processPacket(AbstractComponent.java:213)
error 05-May-2026 22:00:18 at org.xmpp.component.AbstractComponentRespondsToIQRequestsTest.testResponseWhenFlooded(AbstractComponentRespondsToIQRequestsTest.java:256)
error 05-May-2026 22:00:18 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
error 05-May-2026 22:00:18 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
error 05-May-2026 22:00:18 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
error 05-May-2026 22:00:18 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
error 05-May-2026 22:00:18 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
error 05-May-2026 22:00:18 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
error 05-May-2026 22:00:18 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
error 05-May-2026 22:00:18 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
error 05-May-2026 22:00:18 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
error 05-May-2026 22:00:18 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
error 05-May-2026 22:00:18 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
error 05-May-2026 22:00:18 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
error 05-May-2026 22:00:18 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
error 05-May-2026 22:00:18 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
error 05-May-2026 22:00:18 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
error 05-May-2026 22:00:18 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
error 05-May-2026 22:00:18 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
error 05-May-2026 22:00:18 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
error 05-May-2026 22:00:18 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
error 05-May-2026 22:00:18 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
error 05-May-2026 22:00:18 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
error 05-May-2026 22:00:18 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
error 05-May-2026 22:00:18 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
error 05-May-2026 22:00:18 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
error 05-May-2026 22:00:18 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
error 05-May-2026 22:00:18 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
error 05-May-2026 22:00:18 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
error 05-May-2026 22:00:18 at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
error 05-May-2026 22:00:18 at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
error 05-May-2026 22:00:18 at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
error 05-May-2026 22:00:18 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
error 05-May-2026 22:00:18 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
error 05-May-2026 22:00:24 [pool-8-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza:
error 05-May-2026 22:00:24 java.lang.InterruptedException: sleep interrupted
error 05-May-2026 22:00:24 at java.base/java.lang.Thread.sleep(Native Method)
error 05-May-2026 22:00:24 at org.xmpp.component.SlowRespondingThreadNameComponent.handleIQGet(SlowRespondingThreadNameComponent.java:78)
error 05-May-2026 22:00:24 at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
error 05-May-2026 22:00:24 at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
error 05-May-2026 22:00:24 at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
error 05-May-2026 22:00:24 at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
error 05-May-2026 22:00:24 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
error 05-May-2026 22:00:24 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
error 05-May-2026 22:00:24 at java.base/java.lang.Thread.run(Thread.java:829)
error 05-May-2026 22:00:24 [pool-9-thread-1] WARN org.xmpp.component.ThrowExceptionOnGetComponent - (serving component 'debug') Unexpected exception while processing IQ stanza:
error 05-May-2026 22:00:24 java.lang.Exception: This exception is expected to be thrown. It is used during unit testing.
error 05-May-2026 22:00:24 at org.xmpp.component.ThrowExceptionOnGetComponent.handleIQGet(ThrowExceptionOnGetComponent.java:36)
error 05-May-2026 22:00:24 at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
error 05-May-2026 22:00:24 at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
error 05-May-2026 22:00:24 at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
error 05-May-2026 22:00:24 at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
error 05-May-2026 22:00:24 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
error 05-May-2026 22:00:24 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
error 05-May-2026 22:00:24 at java.base/java.lang.Thread.run(Thread.java:829)
build 05-May-2026 22:00:24 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.167 sec
build 05-May-2026 22:00:24 Running org.xmpp.component.AbstractComponentTest
error 05-May-2026 22:00:24 [pool-19-thread-1] INFO org.xmpp.component.AbstractComponentTest$6 - (serving component 'debug') Returning 'not-authorized' IQ error to a user from another domain: user@from.address
error 05-May-2026 22:00:24 [pool-20-thread-1] INFO org.xmpp.component.AbstractComponentTest$1 - (serving component 'debug') Returning 'not-authorized' IQ error to a user from another domain: user@notthesamesub.domain
build 05-May-2026 22:00:30 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.052 sec
build 05-May-2026 22:00:30 Running org.xmpp.forms.DataFormAddingFieldsTest
build 05-May-2026 22:00:30 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
build 05-May-2026 22:00:30 Running org.xmpp.forms.DataFormTest
build 05-May-2026 22:00:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
build 05-May-2026 22:00:30 Running org.xmpp.forms.FormFieldGetSetTest
build 05-May-2026 22:00:30 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.BasicJIDTest
build 05-May-2026 22:00:30 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.DomainPrepTest
build 05-May-2026 22:00:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.JIDCachedBareAndFullJIDTest
build 05-May-2026 22:00:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.JIDCreationDomainTest
build 05-May-2026 22:00:30 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.JIDCreationNodeTest
build 05-May-2026 22:00:30 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.JIDCreationResourceTest
build 05-May-2026 22:00:30 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.JIDDelimiterCharsTest
build 05-May-2026 22:00:30 Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.JIDEqualsHashCodeTest
build 05-May-2026 22:00:30 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.JIDNodeEscapingTest
build 05-May-2026 22:00:30 Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.JIDSerializabilityTest
build 05-May-2026 22:00:30 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.NodePrepTest
build 05-May-2026 22:00:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.PacketAddressingTest
build 05-May-2026 22:00:30 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.PacketErrorApplicationConditionTest
build 05-May-2026 22:00:30 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.ResourcePrepTest
build 05-May-2026 22:00:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
build 05-May-2026 22:00:30 Running org.xmpp.packet.StringPrepCacheTest
build 05-May-2026 22:00:30 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
build 05-May-2026 22:00:30 Running org.xmpp.resultsetmanagement.ResultSetTest
build 05-May-2026 22:00:30 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
build 05-May-2026 22:00:30 Running org.xmpp.util.JIDWeigherTest
build 05-May-2026 22:00:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
build 05-May-2026 22:00:30
build 05-May-2026 22:00:30 Results :
build 05-May-2026 22:00:30
build 05-May-2026 22:00:30 Tests run: 265, Failures: 0, Errors: 0, Skipped: 0
build 05-May-2026 22:00:30
build 05-May-2026 22:00:30 [INFO]
build 05-May-2026 22:00:30 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tinder ---
build 05-May-2026 22:00:31 [INFO] Building jar: /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1/target/tinder-2.1.1-SNAPSHOT.jar
build 05-May-2026 22:00:31 [INFO]
build 05-May-2026 22:00:31 [INFO] --- maven-source-plugin:3.4.0:jar-no-fork (attach-sources) @ tinder ---
build 05-May-2026 22:00:31 [INFO] Building jar: /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1/target/tinder-2.1.1-SNAPSHOT-sources.jar
build 05-May-2026 22:00:31 [INFO]
build 05-May-2026 22:00:31 [INFO] --- maven-javadoc-plugin:3.12.0:jar (attach-javadocs) @ tinder ---
build 05-May-2026 22:00:34 [INFO] Building jar: /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1/target/tinder-2.1.1-SNAPSHOT-javadoc.jar
build 05-May-2026 22:00:34 [INFO] ------------------------------------------------------------------------
build 05-May-2026 22:00:34 [INFO] BUILD SUCCESS
build 05-May-2026 22:00:34 [INFO] ------------------------------------------------------------------------
build 05-May-2026 22:00:34 [INFO] Total time: 23.557 s
build 05-May-2026 22:00:34 [INFO] Finished at: 2026-05-05T22:00:34-05:00
build 05-May-2026 22:00:34 [INFO] ------------------------------------------------------------------------
simple 05-May-2026 22:00:34 Parsing test results under /home/bamboo-agent3/bamboo-agent-home/xml-data/build-dir/TINDER-NIGHTLY-JOB1...
simple 05-May-2026 22:00:34 Finished task 'Maven 3.x' with result: Success
simple 05-May-2026 22:00:34 Running post build plugin 'Docker Container Cleanup'
simple 05-May-2026 22:00:34 Running post build plugin 'NCover Results Collector'
simple 05-May-2026 22:00:34 Running post build plugin 'Build Results Label Collector'
simple 05-May-2026 22:00:34 Running post build plugin 'Clover Results Collector'
simple 05-May-2026 22:00:34 Running post build plugin 'npm Cache Cleanup'
simple 05-May-2026 22:00:34 Running post build plugin 'Artifact Copier'
simple 05-May-2026 22:00:34 Publishing an artifact: Project Jar files
simple 05-May-2026 22:00:35 Finished publishing of artifact Non required job artifact Http Compression On : [Project Jar files], patterns: [*.jar] anchored at: [target/] in 1.166 s
simple 05-May-2026 22:00:35 Publishing an artifact: Project Jar file (including dependencies)
error 05-May-2026 22:00:35 Failing as no matching files has been found and empty artifacts are not allowed.
error 05-May-2026 22:00:35 Unable to publish artifact [Project Jar file (including dependencies)]:
simple 05-May-2026 22:00:35 The artifact hasn't been successfully published after 245.1 ms
simple 05-May-2026 22:00:35 Finalising the build...
simple 05-May-2026 22:00:35 Stopping timer.
simple 05-May-2026 22:00:35 Build TINDER-NIGHTLY-JOB1-2403 completed.
simple 06-May-2026 03:00:36 Running on server: post build plugin 'Build Hanging Detection Configuration'
simple 06-May-2026 03:00:36 Running on server: post build plugin 'NCover Results Collector'
simple 06-May-2026 03:00:36 Running on server: post build plugin 'Build Labeller'
simple 06-May-2026 03:00:36 Running on server: post build plugin 'Clover Delta Calculator'
simple 06-May-2026 03:00:36 Running on server: post build plugin 'Maven Dependencies Postprocessor'
simple 06-May-2026 03:00:36 All post build plugins have finished
simple 06-May-2026 03:00:36 Generating build results summary...
simple 06-May-2026 03:00:37 Saving build results to disk...
simple 06-May-2026 03:00:37 Store variable context...
simple 06-May-2026 03:00:37 Finished building TINDER-NIGHTLY-JOB1-2403.