Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] [Hudson] Build failed in Hudson: master #171

See <https://hudson.eclipse.org/californium/job/master/171/changes>

Changes:

[Kai Hudalla] Add method to check for existence of registered observer.

[Kai Hudalla] Fix JavaDoc.

[Kai Hudalla] Fix JavaDoc.

[Kai Hudalla] Make registration methods return result.

------------------------------------------
[...truncated 11274 lines...]
	at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:120)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:339)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:393)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:742)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)
	at java.lang.Thread.run(Thread.java:745)

Mar 22, 2017 12:28:44 PM org.eclipse.californium.elements.tcp.TcpClientConnector$2 operationComplete
WARNING: Unable to open connection to 0.0.0.0/0.0.0.0
io.netty.channel.ConnectTimeoutException: connection timed out: 0.0.0.0/0.0.0.0:33833
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:269)
	at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38)
	at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:120)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:339)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:393)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:742)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)
	at java.lang.Thread.run(Thread.java:745)

Mar 22, 2017 12:28:44 PM org.eclipse.californium.elements.tcp.TcpClientConnector$2 operationComplete
WARNING: Unable to open connection to 0.0.0.0/0.0.0.0
io.netty.channel.ConnectTimeoutException: connection timed out: 0.0.0.0/0.0.0.0:33833
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:269)
	at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38)
	at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:120)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:339)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:393)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:742)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)
	at java.lang.Thread.run(Thread.java:745)

Mar 22, 2017 12:28:44 PM org.eclipse.californium.elements.tcp.TcpClientConnector$2 operationComplete
WARNING: Unable to open connection to 0.0.0.0/0.0.0.0
io.netty.channel.ConnectTimeoutException: connection timed out: 0.0.0.0/0.0.0.0:33833
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:269)
	at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38)
	at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:120)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:339)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:393)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:742)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)
	at java.lang.Thread.run(Thread.java:745)

Mar 22, 2017 12:28:44 PM org.eclipse.californium.elements.tcp.TcpClientConnector$2 operationComplete
WARNING: Unable to open connection to 0.0.0.0/0.0.0.0
io.netty.channel.ConnectTimeoutException: connection timed out: 0.0.0.0/0.0.0.0:33833
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:269)
	at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38)
	at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:120)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:339)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:393)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:742)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)
	at java.lang.Thread.run(Thread.java:745)

Tests run: 16, Failures: 0, Errors: 16, Skipped: 0, Time elapsed: 328.733 sec <<< FAILURE! - in org.eclipse.californium.elements.tcp.TcpConnectorTest
serverClientPingPong[0](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 19.724 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.serverClientPingPong(TcpConnectorTest.java:102)

singleServerManyClients[0](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.001 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.singleServerManyClients(TcpConnectorTest.java:137)

serverClientPingPong[1](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.001 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.serverClientPingPong(TcpConnectorTest.java:102)

singleServerManyClients[1](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.001 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.singleServerManyClients(TcpConnectorTest.java:137)

serverClientPingPong[2](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 28.986 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.serverClientPingPong(TcpConnectorTest.java:102)

singleServerManyClients[2](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.002 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.singleServerManyClients(TcpConnectorTest.java:137)

serverClientPingPong[3](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.001 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.serverClientPingPong(TcpConnectorTest.java:102)

singleServerManyClients[3](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.002 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.singleServerManyClients(TcpConnectorTest.java:137)

serverClientPingPong[4](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.001 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.serverClientPingPong(TcpConnectorTest.java:102)

singleServerManyClients[4](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.002 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.singleServerManyClients(TcpConnectorTest.java:137)

serverClientPingPong[5](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.001 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.serverClientPingPong(TcpConnectorTest.java:102)

singleServerManyClients[5](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.002 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.singleServerManyClients(TcpConnectorTest.java:137)

serverClientPingPong[6](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.001 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.serverClientPingPong(TcpConnectorTest.java:102)

singleServerManyClients[6](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.002 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.singleServerManyClients(TcpConnectorTest.java:137)

serverClientPingPong[7](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.001 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.serverClientPingPong(TcpConnectorTest.java:102)

singleServerManyClients[7](org.eclipse.californium.elements.tcp.TcpConnectorTest)  Time elapsed: 20.002 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.eclipse.californium.elements.tcp.Catcher.blockUntilSize(Catcher.java:40)
	at org.eclipse.californium.elements.tcp.TcpConnectorTest.singleServerManyClients(TcpConnectorTest.java:137)

Running org.eclipse.californium.elements.util.DatagramReaderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.californium.elements.util.DatagramReaderTest
Running org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest

Results :

Tests in error: 
  TcpConnectorTest.serverClientPingPong:102->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.serverClientPingPong:102->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.serverClientPingPong:102->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.serverClientPingPong:102->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.serverClientPingPong:102->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.serverClientPingPong:102->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.serverClientPingPong:102->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.serverClientPingPong:102->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.singleServerManyClients:137->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.singleServerManyClients:137->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.singleServerManyClients:137->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.singleServerManyClients:137->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.singleServerManyClients:137->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.singleServerManyClients:137->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.singleServerManyClients:137->Object.wait:503->Object.wait:-2 » TestTimedOut
  TcpConnectorTest.singleServerManyClients:137->Object.wait:503->Object.wait:-2 » TestTimedOut
  TlsConnectorTest.pingPongMessage:131->Object.wait:503->Object.wait:-2 » TestTimedOut
  TlsConnectorTest.singleClientManyServers:214->Object.wait:503->Object.wait:-2 » TestTimedOut
  TlsConnectorTest.singleServerManyClients:167->Object.wait:503->Object.wait:-2 » TestTimedOut

Tests run: 27, Failures: 0, Errors: 19, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [  2.231 s]
[INFO] Californium (Cf) Demo Certificates ................. SUCCESS [  6.459 s]
[INFO] element-connector .................................. FAILURE [06:04 min]
[INFO] Scandium (Sc) Core ................................. SKIPPED
[INFO] Californium (Cf) Core .............................. SKIPPED
[INFO] Californium (Cf) Proxy ............................. SKIPPED
[INFO] Californium (Cf) OSGi Bundle ....................... SKIPPED
[INFO] Californium (Cf) Demo Applications ................. SKIPPED
[INFO] Sc-DTLS-Example-Server ............................. SKIPPED
[INFO] Sc-DTLS-Example-Client ............................. SKIPPED
[INFO] Cf-PlugtestClient .................................. SKIPPED
[INFO] Cf-PlugtestChecker ................................. SKIPPED
[INFO] Cf-PlugtestServer .................................. SKIPPED
[INFO] Cf-HelloWorldClient ................................ SKIPPED
[INFO] Cf-HelloWorldServer ................................ SKIPPED
[INFO] Cf-CoCoAClient ..................................... SKIPPED
[INFO] Cf-SecureServer .................................... SKIPPED
[INFO] Cf-ExampleCrossProxy ............................... SKIPPED
[INFO] Cf-BenchmarkServer ................................. SKIPPED
[INFO] Cf-ObserveBenchmarkClient .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:16 min
[INFO] Finished at: 2017-03-22T12:29:05-04:00
[INFO] Final Memory: 38M/1934M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project element-connector: There are test failures.

Please refer to /jobs/genie.californium/master/workspace/element-connector/target/surefire-reports for the individual test results.
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project element-connector: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.californium/master/workspace/element-connector/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :element-connector
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
Recording test results

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top