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

Job result summary

Completed
Duration
35 seconds
Agent
Default Agent
Revision
bef99c006ba35f92fef55cca1e781464e363b0ab
Total tests
264
Successful since
#33 ()

Tests

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

Error summary

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

[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>
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-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
[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
[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>
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@4e7dc304 rejected from java.util.concurrent.ThreadPoolExecutor@64729b1e[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_1ouliqx23q(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:59)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
        at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
        at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
        at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
        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-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>
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-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>
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)