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: scandium #88

See <https://hudson.eclipse.org/californium/job/scandium/88/changes>

Changes:

[Kai Hudalla] Add accessors for threshold and capacity to LeastRecentlyUsedCache, make

------------------------------------------
Started by an SCM change
Checkout:workspace / <https://hudson.eclipse.org/californium/job/scandium/ws/> - hudson.remoting.LocalChannel@71f599b6
Using strategy: Default
Last Built Revision: Revision b125e9190e06424542520c584c4f375fc68502b2 (origin/master)
Checkout:workspace / <https://hudson.eclipse.org/californium/job/scandium/ws/> - hudson.remoting.LocalChannel@71f599b6
Fetching changes from the remote Git repository
Fetching upstream changes from https://github.com/eclipse/californium.scandium.git
Commencing build of Revision d377e10319d2ea87af3c036665397848bf0b6eb0 (origin/master)
Checking out Revision d377e10319d2ea87af3c036665397848bf0b6eb0 (origin/master)
[INFO] Using Maven 3 installation: apache-maven-latest
[INFO] Checking Maven 3 installation environment
[workspace] $ /shared/common/apache-maven-latest/bin/mvn --help
[INFO] Checking Maven 3 installation version
[INFO] Detected Maven 3 installation version: 3.3.1
[workspace] $ /shared/common/apache-maven-latest/bin/mvn clean install deploy -V -B -Dmaven.ext.class.path=/home/hudson/genie.californium/.hudson/maven/slavebundle/resources:/home/hudson/genie.californium/.hudson/maven/slavebundle/lib/maven3-eventspy-3.1.jar:/home/hudson/genie.californium/.hudson/war/webapp/WEB-INF/lib/hudson-remoting-3.0.0.jar -Dhudson.eventspy.port=48421 -f pom.xml
[DEBUG] Waiting for connection on port: 48421
Apache Maven 3.3.1 (cab6659f9874fa96462afef40fcf6bc033d58c1c; 2015-03-13T16:10:27-04:00)
Maven home: /shared/common/apache-maven-latest
Java version: 1.8.0_40, vendor: Oracle Corporation
Java home: /opt/public/common/jdk1.8.0_40.x64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.0.101-0.46-default", arch: "amd64", family: "unix"
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/hudson/genie.californium/.hudson/maven/slavebundle/lib/maven3-eventspy-runtime.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/shared/common/apache-maven-latest/lib/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
[DEBUG] Connected to remote
[INFO] o.h.m.e.h.SettingsBuildingRequestHandler - Using global settings document ID: e23a0b6a-ab36-4ea3-8d97-c6ce7ba3db90
[WARN] o.h.m.e.EventSpyProcessor - Unhandled event: org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest@273842a6 (org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest)
[WARN] o.h.m.e.EventSpyProcessor - Unhandled event: org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest@273842a6 (org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest)
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Scandium (Sc) 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ scandium ---
[INFO] Deleting /jobs/genie.californium/scandium/workspace/target
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ scandium ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.californium/scandium/workspace/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ scandium ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 74 source files to /jobs/genie.californium/scandium/workspace/target/classes
[INFO] /jobs/genie.californium/scandium/workspace/src/main/java/org/eclipse/californium/scandium/dtls/ServerHandshaker.java: Some input files use or override a deprecated API.
[INFO] /jobs/genie.californium/scandium/workspace/src/main/java/org/eclipse/californium/scandium/dtls/ServerHandshaker.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ scandium ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ scandium ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /jobs/genie.californium/scandium/workspace/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ scandium ---
[INFO] Surefire report directory: /jobs/genie.californium/scandium/workspace/target/surefire-reports
[INFO] parallel='classes', perCoreThreadCount=true, threadCount=8, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.californium.scandium.dtls.HelloExtensionsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.eclipse.californium.scandium.dtls.HelloExtensionsTest
Running org.eclipse.californium.scandium.dtls.ClientHelloTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.eclipse.californium.scandium.dtls.ClientHelloTest
Running org.eclipse.californium.scandium.dtls.CertificateMessageTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec - in org.eclipse.californium.scandium.dtls.CertificateMessageTest
Running org.eclipse.californium.scandium.util.DatagramReaderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.californium.scandium.util.DatagramReaderTest
Running org.eclipse.californium.scandium.dtls.InMemorySessionStoreTest
25 CONFIG [InMemorySessionStore]: Created new InMemorySessionStore [capacity: 10, session expiration threshold: 1,000s] - (org.eclipse.californium.scandium.dtls.InMemorySessionStore.java:38) <init>() in thread pool-1-thread-8 at (2015-07-09 05:12:27)
25 CONFIG [InMemorySessionStore]: Created new InMemorySessionStore [capacity: 10, session expiration threshold: 1,000s] - (org.eclipse.californium.scandium.dtls.InMemorySessionStore.java:38) <init>() in thread pool-1-thread-8 at (2015-07-09 05:12:27)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec - in org.eclipse.californium.scandium.dtls.InMemorySessionStoreTest
Running org.eclipse.californium.scandium.dtls.DTLSSessionTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.eclipse.californium.scandium.dtls.DTLSSessionTest
Running org.eclipse.californium.scandium.util.Base64Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.californium.scandium.util.Base64Test
Running org.eclipse.californium.scandium.dtls.ServerHandshakerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.eclipse.californium.scandium.dtls.ServerHandshakerTest
Running org.eclipse.californium.scandium.dtls.ServerHelloTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.eclipse.californium.scandium.dtls.ServerHelloTest
Running org.eclipse.californium.scandium.util.LeastRecentlyUsedCacheTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec - in org.eclipse.californium.scandium.util.LeastRecentlyUsedCacheTest
Running org.eclipse.californium.scandium.dtls.RecordTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec - in org.eclipse.californium.scandium.dtls.RecordTest

Results :

Tests run: 38, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (medium-tests) @ scandium ---
[INFO] Surefire report directory: /jobs/genie.californium/scandium/workspace/target/surefire-reports
[INFO] parallel='classes', perCoreThreadCount=true, threadCount=8, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
19 CONFIG [InMemorySessionStore]: Created new InMemorySessionStore [capacity: 2, session expiration threshold: 300s] - (org.eclipse.californium.scandium.dtls.InMemorySessionStore.java:108) <init>() in thread pool-1-thread-2 at (2015-07-09 05:12:28)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10100] - (org.eclipse.californium.scandium.DTLSConnector.java:136) start() in thread pool-1-thread-2 at (2015-07-09 05:12:28)
22 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10100] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10100 at (2015-07-09 05:12:28)
23 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10100] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10100 at (2015-07-09 05:12:28)
22 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10100] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10100 at (2015-07-09 05:12:29)
23 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10100] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10100 at (2015-07-09 05:12:29)
Running org.eclipse.californium.scandium.dtls.HandshakerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 sec - in org.eclipse.californium.scandium.dtls.HandshakerTest
Running org.eclipse.californium.scandium.DTLSConnectorTest
26 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
25 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:510) start() in thread pool-1-thread-2 at (2015-07-09 05:12:28)
25 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
26 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:510) start() in thread pool-1-thread-2 at (2015-07-09 05:12:28)
28 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
29 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
28 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
29 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:236) start() in thread pool-1-thread-2 at (2015-07-09 05:12:28)
32 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
33 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
32 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
33 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:510) start() in thread pool-1-thread-2 at (2015-07-09 05:12:28)
35 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
36 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
35 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
36 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:272) start() in thread pool-1-thread-2 at (2015-07-09 05:12:28)
39 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
38 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
38 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
39 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:510) start() in thread pool-1-thread-2 at (2015-07-09 05:12:28)
41 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
42 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
41 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
42 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:380) start() in thread pool-1-thread-2 at (2015-07-09 05:12:28)
47 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
48 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:28)
47 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
48 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:510) start() in thread pool-1-thread-2 at (2015-07-09 05:12:29)
50 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
51 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
50 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
51 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
54 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
53 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:478) start() in thread pool-1-thread-2 at (2015-07-09 05:12:29)
53 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
54 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:478) start() in thread pool-1-thread-2 at (2015-07-09 05:12:29)
56 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
57 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
56 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
57 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
60 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
59 CONFIG [DTLSConnector$Worker]: Starting worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
19 CONFIG [DTLSConnector]: DLTS connector listening on [hipp3/172.25.102.103:10000] - (org.eclipse.californium.scandium.DTLSConnector.java:478) start() in thread pool-1-thread-2 at (2015-07-09 05:12:29)
59 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Sender-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Sender-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
60 CONFIG [DTLSConnector$Worker]: Worker thread [DTLS-Receiver-hipp3/172.25.102.103:10000] has terminated - (org.eclipse.californium.scandium.DTLSConnector$Worker.java:-1) run() in thread DTLS-Receiver-hipp3/172.25.102.103:10000 at (2015-07-09 05:12:29)
Tests run: 12, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 1.213 sec <<< FAILURE! - in org.eclipse.californium.scandium.DTLSConnectorTest
testConnectorAcceptsClientHelloAfterLostHelloVerifyRequest(org.eclipse.californium.scandium.DTLSConnectorTest)  Time elapsed: 0.004 sec  <<< ERROR!
java.net.BindException: Address already in use
	at java.net.PlainDatagramSocketImpl.bind0(Native Method)
	at java.net.AbstractPlainDatagramSocketImpl.bind(AbstractPlainDatagramSocketImpl.java:94)
	at java.net.DatagramSocket.bind(DatagramSocket.java:392)
	at java.net.DatagramSocket.<init>(DatagramSocket.java:242)
	at org.eclipse.californium.scandium.DTLSConnectorTest$UdpConnector.start(DTLSConnectorTest.java:598)
	at org.eclipse.californium.scandium.DTLSConnectorTest.testConnectorSendsHelloVerifyRequestWithoutCreatingSession(DTLSConnectorTest.java:336)
	at org.eclipse.californium.scandium.DTLSConnectorTest.testConnectorAcceptsClientHelloAfterLostHelloVerifyRequest(DTLSConnectorTest.java:364)


Results :

Tests in error: 
  DTLSConnectorTest.testConnectorAcceptsClientHelloAfterLostHelloVerifyRequest:364->testConnectorSendsHelloVerifyRequestWithoutCreatingSession:336 ยป Bind

Tests run: 17, Failures: 0, Errors: 1, Skipped: 1

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.202 s
[INFO] Finished at: 2015-07-09T05:12:29-04:00
[INFO] Final Memory: 29M/1404M
[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 (medium-tests) on project scandium: There are test failures.

Please refer to /jobs/genie.californium/scandium/workspace/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 (medium-tests) on project scandium: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.californium/scandium/workspace/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
[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