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: #33 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
36 seconds
Agent
Default Agent
Revision
b9e4acbd84cc36d63b17344671a9dd41af82f151
Total tests
243

Tests

  • 243 tests in total
  • 17 seconds taken in total.

Error summary

The build generated some errors. See the full build log for more details.

[pool-1-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="439-0"><slowresponse xmlns="tinder:debug"/></iq>
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.xmpp.component.SlowRespondingThreadNameComponent.handleIQGet(SlowRespondingThreadNameComponent.java:78)
        at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
        at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
        at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
        at org.xmpp.component.AbstractComponent.access$100(AbstractComponent.java:80)
        at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
[pool-3-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="279-2" from="from.address" to="to.address"><slowresponse xmlns="tinder:debug"/></iq>
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.xmpp.component.SlowRespondingThreadNameComponent.handleIQGet(SlowRespondingThreadNameComponent.java:78)
        at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
        at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
        at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
        at org.xmpp.component.AbstractComponent.access$100(AbstractComponent.java:80)
        at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
[pool-5-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="790-4" from="from.address" to="to.address"><slowresponse xmlns="tinder:debug"/></iq>
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.xmpp.component.SlowRespondingThreadNameComponent.handleIQGet(SlowRespondingThreadNameComponent.java:78)
        at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
        at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
        at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
        at org.xmpp.component.AbstractComponent.access$100(AbstractComponent.java:80)
        at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
[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>
java.util.concurrent.RejectedExecutionException: Task org.xmpp.component.AbstractComponent$PacketProcessor@ae45eb6 rejected from java.util.concurrent.ThreadPoolExecutor@59f99ea[Running, pool size = 17, active threads = 17, queued tasks = 1000, completed tasks = 0]
        at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
        at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
        at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
        at org.xmpp.component.AbstractComponent.processPacket(AbstractComponent.java:213)
        at org.xmpp.component.AbstractComponentRespondsToIQRequestsTest.__CLR4_4_1ouliqx2ko(AbstractComponentRespondsToIQRequestsTest.java:256)
        at org.xmpp.component.AbstractComponentRespondsToIQRequestsTest.testResponseWhenFlooded(AbstractComponentRespondsToIQRequestsTest.java:221)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:44)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
        at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
        at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
[pool-9-thread-1] WARN org.xmpp.component.ThrowExceptionOnGetComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="346-1025" from="from.address" to="to.address"><junit xmlns="test"/></iq>
java.lang.Exception: This exception is expected to be thrown. It is used during unit testing.
        at org.xmpp.component.ThrowExceptionOnGetComponent.handleIQGet(ThrowExceptionOnGetComponent.java:36)
        at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:520)
        at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:291)
        at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239)
        at org.xmpp.component.AbstractComponent.access$100(AbstractComponent.java:80)
        at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1058)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
[pool-17-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
[pool-26-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