Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #38 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Build log

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

03-May-2022 07:57:44 Build Tinder - Continuous Integration (trunk) - Default Job #38 (TINDER-TRUNK-JOB1-38) started building on agent Default Agent, bamboo version: 8.2.1
03-May-2022 07:57:44
03-May-2022 07:57:44 Build working directory is /var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1
03-May-2022 07:57:44 Executing build Tinder - Continuous Integration (trunk) - Default Job #38 (TINDER-TRUNK-JOB1-38)
03-May-2022 07:57:44 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
03-May-2022 07:57:44 Checking out into /var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1
03-May-2022 07:57:44 Updating source code to revision: bef99c006ba35f92fef55cca1e781464e363b0ab
03-May-2022 07:57:44 Fetching 'refs/heads/master' from 'https://github.com/igniterealtime/tinder'.
03-May-2022 07:57:44 Checking out revision bef99c006ba35f92fef55cca1e781464e363b0ab.
03-May-2022 07:57:44 error: object directory /var/atlassian/bamboo-home/xml-data/build-dir/_git-repositories-cache/33bd3be34f1ff16de5c41455234cb7f6b12b06ce/.git/objects does not exist; check .git/objects/info/alternates
03-May-2022 07:57:44 error: object directory /var/atlassian/bamboo-home/xml-data/build-dir/_git-repositories-cache/33bd3be34f1ff16de5c41455234cb7f6b12b06ce/.git/objects does not exist; check .git/objects/info/alternates
03-May-2022 07:57:44 error: object directory /var/atlassian/bamboo-home/xml-data/build-dir/_git-repositories-cache/33bd3be34f1ff16de5c41455234cb7f6b12b06ce/.git/objects does not exist; check .git/objects/info/alternates
03-May-2022 07:57:44 From file:///var/atlassian/bamboo-home/local-working-dir/_git-repositories-cache/33bd3be34f1ff16de5c41455234cb7f6b12b06ce
03-May-2022 07:57:44    cd10e1e..bef99c0  master     -> origin/master
03-May-2022 07:57:44 error: object directory /var/atlassian/bamboo-home/xml-data/build-dir/_git-repositories-cache/33bd3be34f1ff16de5c41455234cb7f6b12b06ce/.git/objects does not exist; check .git/objects/info/alternates
03-May-2022 07:57:44 error: object directory /var/atlassian/bamboo-home/xml-data/build-dir/_git-repositories-cache/33bd3be34f1ff16de5c41455234cb7f6b12b06ce/.git/objects does not exist; check .git/objects/info/alternates
03-May-2022 07:57:44 Already on 'master'
03-May-2022 07:57:44 Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
03-May-2022 07:57:44   (use "git pull" to update your local branch)
03-May-2022 07:57:44 error: object directory /var/atlassian/bamboo-home/xml-data/build-dir/_git-repositories-cache/33bd3be34f1ff16de5c41455234cb7f6b12b06ce/.git/objects does not exist; check .git/objects/info/alternates
03-May-2022 07:57:44 HEAD is now at bef99c0 TINDER-80: Remove FastDateFormat
03-May-2022 07:57:44 Updated source code to revision: bef99c006ba35f92fef55cca1e781464e363b0ab
03-May-2022 07:57:44 Finished task 'Checkout Default Repository' with result: Success
03-May-2022 07:57:44 Running pre-build action: VCS Version Collector
03-May-2022 07:57:44 Running pre-build action: Build Log Labeller Pre Build Action
03-May-2022 07:57:44 Starting task 'Maven 3.x' of type 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3'
03-May-2022 07:57:44
Beginning to execute external process for build 'Tinder - Continuous Integration (trunk) - Default Job #38 (TINDER-TRUNK-JOB1-38)'
... running command line:
/opt/maven/bin/mvn --batch-mode -Djava.io.tmpdir=/opt/atlassian/bamboo/temp/TINDER-TRUNK-JOB1 clean org.openclover::clover-maven-plugin:setup test org.openclover::clover-maven-plugin:aggregate org.openclover::clover-maven-plugin:clover -Dmaven.clover.generateHistorical=true -Dmaven.clover.historyDir=/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/.cloverhistory org.openclover::clover-maven-plugin:save-history -Dmaven.clover.generateHtml=true -Dmaven.clover.generateJson=false -Dmaven.clover.generatePdf=false -Dmaven.clover.generateXml=true -Dmaven.clover.licenseLocation=/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/.clover/clover.license -Dmaven.clover.repositoryPollutionProtection=true
... in: /var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1
03-May-2022 07:57:45 [INFO] Scanning for projects...
03-May-2022 07:57:46 [INFO]
03-May-2022 07:57:46 [INFO] ---------------------< org.igniterealtime:tinder >----------------------
03-May-2022 07:57:46 [INFO] Building Tinder XMPP library 2.0.1-SNAPSHOT
03-May-2022 07:57:46 [INFO] --------------------------------[ jar ]---------------------------------
03-May-2022 07:57:46 [INFO]
03-May-2022 07:57:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tinder ---
03-May-2022 07:57:46 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target
03-May-2022 07:57:46 [INFO]
03-May-2022 07:57:46 [INFO] --- clover-maven-plugin:4.4.1:setup (default-cli) @ tinder ---
03-May-2022 07:57:47 [WARNING] CLOVER: Failed to call Maven's internals via reflections, possibly this Maven version is incompatible with Clover. Maven's build lifecycle could not be analyzed. Repository pollution protection will not run.
03-May-2022 07:57:47 [INFO] OpenClover Version 4.4.1, built on October 11 2019 (build-1020)
03-May-2022 07:57:47 [INFO] Creating new database at '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/clover/clover.db'.
03-May-2022 07:57:47 [INFO] Processing files at 1.8 source level.
03-May-2022 07:57:48 [INFO] Clover all over. Instrumented 28 files (6 packages).
03-May-2022 07:57:48 [INFO] OpenClover Version 4.4.1, built on October 11 2019 (build-1020)
03-May-2022 07:57:48 [INFO] Updating existing database at '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/clover/clover.db'.
03-May-2022 07:57:48 [INFO] Processing files at 1.8 source level.
03-May-2022 07:57:48 [INFO] Clover all over. Instrumented 27 files (5 packages).
03-May-2022 07:57:48 [INFO] 256 test methods detected.
03-May-2022 07:57:49 [INFO]
03-May-2022 07:57:49 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tinder ---
03-May-2022 07:57:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03-May-2022 07:57:49 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/src/main/resources
03-May-2022 07:57:49 [INFO] Copying 1 resource
03-May-2022 07:57:49 [INFO]
03-May-2022 07:57:49 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ tinder ---
03-May-2022 07:57:49 [INFO] Changes detected - recompiling the module!
03-May-2022 07:57:49 [INFO] Compiling 28 source files to /var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/classes
03-May-2022 07:57:52 [INFO]
03-May-2022 07:57:52 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tinder ---
03-May-2022 07:57:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03-May-2022 07:57:52 [INFO] Copying 1 resource
03-May-2022 07:57:52 [INFO]
03-May-2022 07:57:52 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ tinder ---
03-May-2022 07:57:52 [INFO] Changes detected - recompiling the module!
03-May-2022 07:57:52 [INFO] Compiling 27 source files to /var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/test-classes
03-May-2022 07:57:52 [INFO]
03-May-2022 07:57:52 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ tinder ---
03-May-2022 07:57:53 [INFO] Surefire report directory: /var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/surefire-reports
03-May-2022 07:57:53
03-May-2022 07:57:53 -------------------------------------------------------
03-May-2022 07:57:53 T E S T S
03-May-2022 07:57:53 -------------------------------------------------------
03-May-2022 07:57:53 Running org.xmpp.forms.DataFormAddingFieldsTest
03-May-2022 07:57:53 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec
03-May-2022 07:57:53 Running org.xmpp.forms.DataFormTest
03-May-2022 07:57:53 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
03-May-2022 07:57:53 Running org.xmpp.forms.FormFieldGetSetTest
03-May-2022 07:57:53 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
03-May-2022 07:57:53 Running org.xmpp.packet.StringPrepCacheTest
03-May-2022 07:57:54 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
03-May-2022 07:57:54 Running org.xmpp.packet.PacketErrorApplicationConditionTest
03-May-2022 07:57:54 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
03-May-2022 07:57:54 Running org.xmpp.packet.JIDDelimiterCharsTest
03-May-2022 07:57:54 Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
03-May-2022 07:57:54 Running org.xmpp.packet.JIDEqualsHashCodeTest
03-May-2022 07:57:54 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
03-May-2022 07:57:54 Running org.xmpp.packet.JIDNodeEscapingTest
03-May-2022 07:57:54 Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
03-May-2022 07:57:54 Running org.xmpp.packet.JIDCreationDomainTest
03-May-2022 07:57:54 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
03-May-2022 07:57:54 Running org.xmpp.packet.ResourcePrepTest
03-May-2022 07:57:54 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
03-May-2022 07:57:54 Running org.xmpp.packet.NodePrepTest
03-May-2022 07:57:54 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
03-May-2022 07:57:54 Running org.xmpp.packet.JIDCreationNodeTest
03-May-2022 07:57:54 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
03-May-2022 07:57:54 Running org.xmpp.packet.BasicJIDTest
03-May-2022 07:57:54 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
03-May-2022 07:57:54 Running org.xmpp.packet.JIDCachedBareAndFullJIDTest
03-May-2022 07:57:54 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
03-May-2022 07:57:54 Running org.xmpp.packet.JIDCreationResourceTest
03-May-2022 07:57:54 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
03-May-2022 07:57:54 Running org.xmpp.packet.JIDSerializabilityTest
03-May-2022 07:57:54 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
03-May-2022 07:57:54 Running org.xmpp.packet.PacketAddressingTest
03-May-2022 07:57:54 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
03-May-2022 07:57:54 Running org.xmpp.packet.DomainPrepTest
03-May-2022 07:57:54 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
03-May-2022 07:57:54 Running org.xmpp.component.AbstractComponentIsConsumerTest
03-May-2022 07:57:56 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 sec
03-May-2022 07:57:56 Running org.xmpp.component.AbstractComponentTest
03-May-2022 07:57:56 [pool-2-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="64-1"><slowresponse xmlns="tinder:debug"/></iq>
03-May-2022 07:57:56 java.lang.InterruptedException: sleep interrupted
03-May-2022 07:57:56         at java.lang.Thread.sleep(Native Method)
03-May-2022 07:57:56         at org.xmpp.component.SlowRespondingThreadNameComponent.handleIQGet(SlowRespondingThreadNameComponent.java:78)
03-May-2022 07:57:56         at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
03-May-2022 07:57:56         at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
03-May-2022 07:57:56         at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
03-May-2022 07:57:56         at org.xmpp.component.AbstractComponent.access$100(AbstractComponent.java:80)
03-May-2022 07:57:56         at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
03-May-2022 07:57:56         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
03-May-2022 07:57:56         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
03-May-2022 07:57:56         at java.lang.Thread.run(Thread.java:745)
03-May-2022 07:57:56 [pool-12-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
03-May-2022 07:57:56 [pool-13-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
03-May-2022 07:58:02 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.047 sec
03-May-2022 07:58:02 Running org.xmpp.component.AbstractComponentRespondsToIQRequestsTest
03-May-2022 07:58:05 [pool-22-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="223-15" from="from.address" to="to.address"><slowresponse xmlns="tinder:debug"/></iq>
03-May-2022 07:58:05 java.lang.InterruptedException: sleep interrupted
03-May-2022 07:58:05         at java.lang.Thread.sleep(Native Method)
03-May-2022 07:58:05         at org.xmpp.component.SlowRespondingThreadNameComponent.handleIQGet(SlowRespondingThreadNameComponent.java:78)
03-May-2022 07:58:05         at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
03-May-2022 07:58:05         at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
03-May-2022 07:58:05         at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
03-May-2022 07:58:05         at org.xmpp.component.AbstractComponent.access$100(AbstractComponent.java:80)
03-May-2022 07:58:05         at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
03-May-2022 07:58:05         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
03-May-2022 07:58:05         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
03-May-2022 07:58:05         at java.lang.Thread.run(Thread.java:745)
03-May-2022 07:58:05 [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: <iq type="get" id="thread1001" from="from.address" to="to.address"><threadname xmlns="tinder:debug"/></iq>
03-May-2022 07:58:05 java.util.concurrent.RejectedExecutionException: Task org.xmpp.component.AbstractComponent$PacketProcessor@4e7dc304 rejected from java.util.concurrent.ThreadPoolExecutor@64729b1e[Running, pool size = 17, active threads = 17, queued tasks = 1000, completed tasks = 0]
03-May-2022 07:58:05         at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
03-May-2022 07:58:05         at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
03-May-2022 07:58:05         at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
03-May-2022 07:58:05         at org.xmpp.component.AbstractComponent.processPacket(AbstractComponent.java:213)
03-May-2022 07:58:05         at org.xmpp.component.AbstractComponentRespondsToIQRequestsTest.__CLR4_4_1ouliqx23q(AbstractComponentRespondsToIQRequestsTest.java:256)
03-May-2022 07:58:05         at org.xmpp.component.AbstractComponentRespondsToIQRequestsTest.testResponseWhenFlooded(AbstractComponentRespondsToIQRequestsTest.java:221)
03-May-2022 07:58:05         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03-May-2022 07:58:05         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
03-May-2022 07:58:05         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03-May-2022 07:58:05         at java.lang.reflect.Method.invoke(Method.java:498)
03-May-2022 07:58:05         at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03-May-2022 07:58:05         at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03-May-2022 07:58:05         at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03-May-2022 07:58:05         at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03-May-2022 07:58:05         at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03-May-2022 07:58:05         at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03-May-2022 07:58:05         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03-May-2022 07:58:05         at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03-May-2022 07:58:05         at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03-May-2022 07:58:05         at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03-May-2022 07:58:05         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03-May-2022 07:58:05         at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03-May-2022 07:58:05         at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03-May-2022 07:58:05         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03-May-2022 07:58:05         at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03-May-2022 07:58:05         at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03-May-2022 07:58:05         at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
03-May-2022 07:58:05         at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
03-May-2022 07:58:05         at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
03-May-2022 07:58:05         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03-May-2022 07:58:05         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
03-May-2022 07:58:05         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03-May-2022 07:58:05         at java.lang.reflect.Method.invoke(Method.java:498)
03-May-2022 07:58:05         at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
03-May-2022 07:58:05         at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
03-May-2022 07:58:05         at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
03-May-2022 07:58:05         at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
03-May-2022 07:58:05         at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
03-May-2022 07:58:11 [pool-27-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="698-1037" from="from.address" to="to.address"><slowresponse xmlns="tinder:debug"/></iq>
03-May-2022 07:58:11 java.lang.InterruptedException: sleep interrupted
03-May-2022 07:58:11         at java.lang.Thread.sleep(Native Method)
03-May-2022 07:58:11         at org.xmpp.component.SlowRespondingThreadNameComponent.handleIQGet(SlowRespondingThreadNameComponent.java:78)
03-May-2022 07:58:11         at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
03-May-2022 07:58:11         at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
03-May-2022 07:58:11         at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
03-May-2022 07:58:11         at org.xmpp.component.AbstractComponent.access$100(AbstractComponent.java:80)
03-May-2022 07:58:11         at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
03-May-2022 07:58:11         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
03-May-2022 07:58:11         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
03-May-2022 07:58:11         at java.lang.Thread.run(Thread.java:745)
03-May-2022 07:58:11 [pool-28-thread-1] WARN org.xmpp.component.ThrowExceptionOnGetComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="542-1038" from="from.address" to="to.address"><junit xmlns="test"/></iq>
03-May-2022 07:58:11 java.lang.Exception: This exception is expected to be thrown. It is used during unit testing.
03-May-2022 07:58:11         at org.xmpp.component.ThrowExceptionOnGetComponent.handleIQGet(ThrowExceptionOnGetComponent.java:36)
03-May-2022 07:58:11         at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
03-May-2022 07:58:11         at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
03-May-2022 07:58:11         at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
03-May-2022 07:58:11         at org.xmpp.component.AbstractComponent.access$100(AbstractComponent.java:80)
03-May-2022 07:58:11         at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
03-May-2022 07:58:11         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
03-May-2022 07:58:11         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
03-May-2022 07:58:11         at java.lang.Thread.run(Thread.java:745)
03-May-2022 07:58:11 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.129 sec
03-May-2022 07:58:11 Running org.xmpp.resultsetmanagement.ResultSetTest
03-May-2022 07:58:11 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec
03-May-2022 07:58:11 Running org.xmpp.util.JIDWeigherTest
03-May-2022 07:58:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
03-May-2022 07:58:11
03-May-2022 07:58:11 Results :
03-May-2022 07:58:11
03-May-2022 07:58:11 Tests run: 264, Failures: 0, Errors: 0, Skipped: 0
03-May-2022 07:58:11
03-May-2022 07:58:11 [INFO]
03-May-2022 07:58:11 [INFO] ---------------------< org.igniterealtime:tinder >----------------------
03-May-2022 07:58:11 [INFO] Building Tinder XMPP library 2.0.1-SNAPSHOT
03-May-2022 07:58:11 [INFO] --------------------------------[ jar ]---------------------------------
03-May-2022 07:58:11 [INFO]
03-May-2022 07:58:11 [INFO] --- clover-maven-plugin:4.4.1:aggregate (default-cli) @ tinder ---
03-May-2022 07:58:11 [INFO]
03-May-2022 07:58:11 [INFO] ---------------------< org.igniterealtime:tinder >----------------------
03-May-2022 07:58:11 [INFO] Building Tinder XMPP library 2.0.1-SNAPSHOT
03-May-2022 07:58:11 [INFO] --------------------------------[ jar ]---------------------------------
03-May-2022 07:58:11 [INFO]
03-May-2022 07:58:11 [INFO] --- clover-maven-plugin:4.4.1:clover (default-cli) @ tinder ---
03-May-2022 07:58:12 [INFO] Using default-clover-report descriptor.
03-May-2022 07:58:12 [INFO] Using Clover report descriptor: /opt/atlassian/bamboo/temp/TINDER-TRUNK-JOB1/mvn6862842741340660399resource
03-May-2022 07:58:13 [INFO] OpenClover Version 4.4.1, built on October 11 2019 (build-1020)
03-May-2022 07:58:13 [INFO] Clover is enabled with initstring '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/clover/clover.db'
03-May-2022 07:58:13 [INFO] OpenClover Version 4.4.1, built on October 11 2019 (build-1020)
03-May-2022 07:58:13 [INFO] Loading coverage database from: '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/clover/clover.db'
03-May-2022 07:58:13 [INFO] Loading historical coverage data from: '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/.cloverhistory'
03-May-2022 07:58:14 [INFO] Writing HTML report to '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/site/clover'
03-May-2022 07:58:17 [INFO] Done. Processed 6 packages in 3083ms (513ms per package).
03-May-2022 07:58:17 [INFO] Writing historical report to '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/site/clover'
03-May-2022 07:58:17 [INFO] Read 5 history points.
03-May-2022 07:58:17 [INFO] using movers interval of 2 months
03-May-2022 07:58:17 [INFO] using movers interval of 2 months
03-May-2022 07:58:17 [INFO] Writing JSON historical-data to: /var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/site/clover/historical-json.js
03-May-2022 07:58:17 [INFO] Done.
03-May-2022 07:58:18 [INFO] OpenClover Version 4.4.1, built on October 11 2019 (build-1020)
03-May-2022 07:58:18 [INFO] Clover is enabled with initstring '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/clover/clover.db'
03-May-2022 07:58:18 [INFO] OpenClover Version 4.4.1, built on October 11 2019 (build-1020)
03-May-2022 07:58:18 [INFO] Loading coverage database from: '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/clover/clover.db'
03-May-2022 07:58:18 [INFO] Writing report to '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/site/clover/clover.xml'
03-May-2022 07:58:18 [INFO]
03-May-2022 07:58:18 [INFO] --- clover-maven-plugin:4.4.1:save-history (default-cli) @ tinder ---
03-May-2022 07:58:19 [INFO] Saving Clover history point for database [/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/target/clover/clover.db] in [/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/.cloverhistory]
03-May-2022 07:58:19 [INFO] OpenClover Version 4.4.1, built on October 11 2019 (build-1020)
03-May-2022 07:58:19 [INFO] Writing report to '/var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1/.cloverhistory/clover-20220503075811.xml.gz'
03-May-2022 07:58:19 [INFO] ------------------------------------------------------------------------
03-May-2022 07:58:19 [INFO] BUILD SUCCESS
03-May-2022 07:58:19 [INFO] ------------------------------------------------------------------------
03-May-2022 07:58:19 [INFO] Total time:  33.778 s
03-May-2022 07:58:19 [INFO] Finished at: 2022-05-03T07:58:19Z
03-May-2022 07:58:19 [INFO] ------------------------------------------------------------------------
03-May-2022 07:58:19 Parsing test results under /var/atlassian/bamboo-home/local-working-dir/TINDER-TRUNK-JOB1...
03-May-2022 07:58:19 Finished task 'Maven 3.x' with result: Success
03-May-2022 07:58:19 Running post build plugin 'Artifact Copier'
03-May-2022 07:58:19 Running post build plugin 'npm Cache Cleanup'
03-May-2022 07:58:19 Running post build plugin 'NCover Results Collector'
03-May-2022 07:58:19 Running post build plugin 'Build Results Label Collector'
03-May-2022 07:58:19 Running post build plugin 'Clover Results Collector'
03-May-2022 07:58:19 Running post build plugin 'Docker Container Cleanup'
03-May-2022 07:58:19 Finalising the build...
03-May-2022 07:58:19 Stopping timer.
03-May-2022 07:58:19 Build TINDER-TRUNK-JOB1-38 completed.
03-May-2022 07:58:19 Running on server: post build plugin 'Build Hanging Detection Configuration'
03-May-2022 07:58:19 Running on server: post build plugin 'NCover Results Collector'
03-May-2022 07:58:19 Running on server: post build plugin 'Build Labeller'
03-May-2022 07:58:19 Running on server: post build plugin 'Clover Delta Calculator'
03-May-2022 07:58:19 Running on server: post build plugin 'Maven Dependencies Postprocessor'
03-May-2022 07:58:19 All post build plugins have finished
03-May-2022 07:58:19 Generating build results summary...
03-May-2022 07:58:19 Saving build results to disk...
03-May-2022 07:58:19 Store variable context...
03-May-2022 07:58:19 Finished building TINDER-TRUNK-JOB1-38.