Generates the latest/greatest artifacts for this project every night.

Build: #2385 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
35 seconds
Agent
mesonet-ah.agron.iastate.edu (4)
Revision
eb63ff06ac7cf8a9edf9785933d843b2294e6ab5
Total tests
265
Successful since
#2317 ()

Tests

  • 265 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="356-1"><slowresponse xmlns="tinder:debug"/></iq>
java.lang.InterruptedException: sleep interrupted
        at java.base/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$PacketProcessor.run(AbstractComponent.java:1058)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
[pool-3-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="41-2" from="from.address" to="to.address"><slowresponse xmlns="tinder:debug"/></iq>
java.lang.InterruptedException: sleep interrupted
        at java.base/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$PacketProcessor.run(AbstractComponent.java:1058)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
[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@33723e30 rejected from java.util.concurrent.ThreadPoolExecutor@64f6106c[Running, pool size = 17, active threads = 17, queued tasks = 1000, completed tasks = 0]
        at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
        at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
        at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
        at org.xmpp.component.AbstractComponent.processPacket(AbstractComponent.java:213)
        at org.xmpp.component.AbstractComponentRespondsToIQRequestsTest.testResponseWhenFlooded(AbstractComponentRespondsToIQRequestsTest.java:256)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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-8-thread-1] WARN org.xmpp.component.SlowRespondingThreadNameComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="175-1024" from="from.address" to="to.address"><slowresponse xmlns="tinder:debug"/></iq>
java.lang.InterruptedException: sleep interrupted
        at java.base/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$PacketProcessor.run(AbstractComponent.java:1058)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
[pool-9-thread-1] WARN org.xmpp.component.ThrowExceptionOnGetComponent - (serving component 'debug') Unexpected exception while processing IQ stanza: <iq type="get" id="654-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$PacketProcessor.run(AbstractComponent.java:1058)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
[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
[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