Skip to content
Success

Console Output

Skipping 173 KB.. Full Log
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.163 s - in org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Running org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.274 s - in org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] Running org.eclipse.leshan.integration.tests.DeleteTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s - in org.eclipse.leshan.integration.tests.DeleteTest
[INFO] Running org.eclipse.leshan.integration.tests.CreateTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s - in org.eclipse.leshan.integration.tests.CreateTest
[INFO] Running org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.375 s - in org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Running org.eclipse.leshan.integration.tests.BootstrapTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.593 s - in org.eclipse.leshan.integration.tests.BootstrapTest
[INFO] Running org.eclipse.leshan.integration.tests.WriteTest
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 s - in org.eclipse.leshan.integration.tests.WriteTest
[INFO] Running org.eclipse.leshan.integration.tests.ObserveTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.389 s - in org.eclipse.leshan.integration.tests.ObserveTest
[INFO] Running org.eclipse.leshan.integration.tests.SecurityTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.256 s - in org.eclipse.leshan.integration.tests.SecurityTest
[INFO] Running org.eclipse.leshan.integration.tests.ReadTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 s - in org.eclipse.leshan.integration.tests.ReadTest
[INFO] Running org.eclipse.leshan.integration.tests.QueueModeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.496 s - in org.eclipse.leshan.integration.tests.QueueModeTest
[INFO] Running org.eclipse.leshan.integration.tests.FailingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.222 s - in org.eclipse.leshan.integration.tests.FailingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-demo >----------------
[INFO] Building leshan - server demo 1.5.1-SNAPSHOT                     [10/12]
[INFO]   from leshan-server-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-server-demo ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo
[INFO] Storing buildNumber: 9b01d28d5c659e071f8cc07dc141ba1d4c64ecc9 at timestamp: 1704866978816
[INFO] Storing buildScmBranch: 1.x
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-demo ---
[INFO] Copying 364 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ leshan-server-demo ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-demo ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.demo.model.ValidateServerDemoModelsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.457 s - in org.eclipse.leshan.server.demo.model.ValidateServerDemoModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-demo >----------------
[INFO] Building leshan - client demo 1.5.1-SNAPSHOT                     [11/12]
[INFO]   from leshan-client-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-demo ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-demo ---
[INFO] Copying 255 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-demo ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.demo.model.ValidateClientDemoModelsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.206 s - in org.eclipse.leshan.client.demo.model.ValidateClientDemoModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >---------------
[INFO] Building leshan - bootstrap server demo 1.5.1-SNAPSHOT           [12/12]
[INFO]   from leshan-bsserver-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-bsserver-demo ---
[INFO] Copying 38 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-bsserver-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ leshan-bsserver-demo ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-bsserver-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-bsserver-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-bsserver-demo ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for leshan 1.5.1-SNAPSHOT:
[INFO] 
[INFO] leshan ............................................. SUCCESS [  0.288 s]
[INFO] leshan - core ...................................... SUCCESS [  2.615 s]
[INFO] leshan - core californium .......................... SUCCESS [  0.842 s]
[INFO] leshan - server core ............................... SUCCESS [  0.735 s]
[INFO] leshan - server californium ........................ SUCCESS [ 11.512 s]
[INFO] leshan - server redis .............................. SUCCESS [  0.483 s]
[INFO] leshan - client core ............................... SUCCESS [  1.084 s]
[INFO] leshan - client californium ........................ SUCCESS [  0.810 s]
[INFO] leshan - integration tests ......................... SUCCESS [ 28.553 s]
[INFO] leshan - server demo ............................... SUCCESS [  2.206 s]
[INFO] leshan - client demo ............................... SUCCESS [  1.677 s]
[INFO] leshan - bootstrap server demo ..................... SUCCESS [  0.040 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  51.844 s
[INFO] Finished at: 2024-01-10T06:09:42Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ mvn -B test -PuseToolchain -Dskip.yarn -Dtoolchain.version=17
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] leshan                                                             [pom]
[INFO] leshan - core                                                   [bundle]
[INFO] leshan - core californium                                       [bundle]
[INFO] leshan - server core                                            [bundle]
[INFO] leshan - server californium                                     [bundle]
[INFO] leshan - server redis                                           [bundle]
[INFO] leshan - client core                                            [bundle]
[INFO] leshan - client californium                                     [bundle]
[INFO] leshan - integration tests                                         [jar]
[INFO] leshan - server demo                                               [jar]
[INFO] leshan - client demo                                               [jar]
[INFO] leshan - bootstrap server demo                                     [jar]
[INFO] 
[INFO] ---------------------< org.eclipse.leshan:leshan >----------------------
[INFO] Building leshan 1.5.1-SNAPSHOT                                    [1/12]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan ---
[INFO] 
[INFO] -------------------< org.eclipse.leshan:leshan-core >-------------------
[INFO] Building leshan - core 1.5.1-SNAPSHOT                             [2/12]
[INFO]   from leshan-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core ---
[INFO] Copying 11 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-core ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentValidationTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.leshan.core.request.argument.ArgumentValidationTest
[INFO] Running org.eclipse.leshan.core.LinkObjectTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.leshan.core.LinkObjectTest
[INFO] Running org.eclipse.leshan.core.node.LwM2MResourceTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.leshan.core.node.LwM2MResourceTest
[INFO] Running org.eclipse.leshan.core.tlv.TlvEncoderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.leshan.core.tlv.TlvEncoderTest
[INFO] Running org.eclipse.leshan.core.tlv.TlvDecoderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.leshan.core.tlv.TlvDecoderTest
[INFO] Running org.eclipse.leshan.core.json.JsonSerializerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.leshan.core.json.JsonSerializerTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentaSerializingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.leshan.core.request.argument.ArgumentaSerializingTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.leshan.core.request.argument.ArgumentsTest
[INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest
[INFO] Running org.eclipse.leshan.core.attributes.AttributeSetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.leshan.core.attributes.AttributeSetTest
[INFO] Running org.eclipse.leshan.core.json.JsonDeserializerTest
SLF4J: A number (867) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s - in org.eclipse.leshan.core.json.JsonDeserializerTest
[INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest
[INFO] Running org.eclipse.leshan.core.model.DDFFileParserTest
[Fatal Error] :2:10: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s - in org.eclipse.leshan.core.model.DDFFileParserTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsParsingTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.leshan.core.request.argument.ArgumentsParsingTest
[INFO] Running org.eclipse.leshan.core.attributes.AttributeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.leshan.core.attributes.AttributeTest
[INFO] Running org.eclipse.leshan.core.model.ValidateModelsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s - in org.eclipse.leshan.core.model.ValidateModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] -----------------< org.eclipse.leshan:leshan-core-cf >------------------
[INFO] Building leshan - core californium 1.5.1-SNAPSHOT                 [3/12]
[INFO]   from leshan-core-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-core-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-core-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-core-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-core-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core-cf ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.core.californium.ResponseCodeUtilTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.leshan.core.californium.ResponseCodeUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-core >----------------
[INFO] Building leshan - server core 1.5.1-SNAPSHOT                      [4/12]
[INFO]   from leshan-server-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-core ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.registration.RegistrationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.leshan.server.registration.RegistrationTest
[INFO] Running org.eclipse.leshan.server.SerializationTests
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.leshan.server.SerializationTests
[INFO] Running org.eclipse.leshan.server.registration.RegistrationUpdateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.leshan.server.registration.RegistrationUpdateTest
[INFO] Running org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest
[INFO] Running org.eclipse.leshan.server.queue.PresenceServiceTest
SLF4J: A number (4) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.eclipse.leshan.server.queue.PresenceServiceTest
[INFO] Running org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-server-cf >-----------------
[INFO] Building leshan - server californium 1.5.1-SNAPSHOT               [5/12]
[INFO]   from leshan-server-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-cf ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.californium.LeshanServerBuilderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 s - in org.eclipse.leshan.server.californium.LeshanServerBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.411 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest
[INFO] Running org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest
[INFO] Running org.eclipse.leshan.server.californium.LeshanServerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.217 s - in org.eclipse.leshan.server.californium.LeshanServerTest
[INFO] Running org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.observation.ObservationServiceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in org.eclipse.leshan.server.californium.observation.ObservationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-redis >---------------
[INFO] Building leshan - server redis 1.5.1-SNAPSHOT                     [6/12]
[INFO]   from leshan-server-redis/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-redis ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-redis ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-redis ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-redis ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-redis ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-redis ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest
[INFO] Running org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-core >----------------
[INFO] Building leshan - client core 1.5.1-SNAPSHOT                      [7/12]
[INFO]   from leshan-client-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-client-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-core ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.util.ObjectEnablerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s - in org.eclipse.leshan.client.util.ObjectEnablerTest
[INFO] Running org.eclipse.leshan.client.util.LinkFormatHelperTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 s - in org.eclipse.leshan.client.util.LinkFormatHelperTest
[INFO] Running org.eclipse.leshan.client.util.ObjectsInitializerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s - in org.eclipse.leshan.client.util.ObjectsInitializerTest
[INFO] Running org.eclipse.leshan.client.util.ServerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.leshan.client.util.ServerTest
[INFO] Running org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest
SLF4J: A number (17) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s - in org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-client-cf >-----------------
[INFO] Building leshan - client californium 1.5.1-SNAPSHOT               [8/12]
[INFO]   from leshan-client-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-client-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-cf ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.californium.LeshanBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in org.eclipse.leshan.client.californium.LeshanBuilderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------< org.eclipse.leshan:leshan-integration-tests >-------------
[INFO] Building leshan - integration tests 1.5.1-SNAPSHOT                [9/12]
[INFO]   from leshan-integration-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-integration-tests ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-integration-tests/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-integration-tests ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-integration-tests/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-integration-tests ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-integration-tests ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.734 s - in org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Running org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.924 s - in org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] Running org.eclipse.leshan.integration.tests.CreateTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s - in org.eclipse.leshan.integration.tests.CreateTest
[INFO] Running org.eclipse.leshan.integration.tests.DeleteTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s - in org.eclipse.leshan.integration.tests.DeleteTest
[INFO] Running org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.676 s - in org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Running org.eclipse.leshan.integration.tests.BootstrapTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.626 s - in org.eclipse.leshan.integration.tests.BootstrapTest
[INFO] Running org.eclipse.leshan.integration.tests.WriteTest
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s - in org.eclipse.leshan.integration.tests.WriteTest
[INFO] Running org.eclipse.leshan.integration.tests.ObserveTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.024 s - in org.eclipse.leshan.integration.tests.ObserveTest
[INFO] Running org.eclipse.leshan.integration.tests.SecurityTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.806 s - in org.eclipse.leshan.integration.tests.SecurityTest
[INFO] Running org.eclipse.leshan.integration.tests.ReadTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s - in org.eclipse.leshan.integration.tests.ReadTest
[INFO] Running org.eclipse.leshan.integration.tests.QueueModeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.273 s - in org.eclipse.leshan.integration.tests.QueueModeTest
[INFO] Running org.eclipse.leshan.integration.tests.FailingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.056 s - in org.eclipse.leshan.integration.tests.FailingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-demo >----------------
[INFO] Building leshan - server demo 1.5.1-SNAPSHOT                     [10/12]
[INFO]   from leshan-server-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-server-demo ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo
[INFO] Storing buildNumber: 9b01d28d5c659e071f8cc07dc141ba1d4c64ecc9 at timestamp: 1704867032521
[INFO] Storing buildScmBranch: 1.x
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-demo ---
[INFO] Copying 364 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ leshan-server-demo ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-demo ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.demo.model.ValidateServerDemoModelsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.317 s - in org.eclipse.leshan.server.demo.model.ValidateServerDemoModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-demo >----------------
[INFO] Building leshan - client demo 1.5.1-SNAPSHOT                     [11/12]
[INFO]   from leshan-client-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-demo ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-demo ---
[INFO] Copying 255 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-demo ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.demo.model.ValidateClientDemoModelsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.066 s - in org.eclipse.leshan.client.demo.model.ValidateClientDemoModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >---------------
[INFO] Building leshan - bootstrap server demo 1.5.1-SNAPSHOT           [12/12]
[INFO]   from leshan-bsserver-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-bsserver-demo ---
[INFO] Copying 38 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-bsserver-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ leshan-bsserver-demo ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-bsserver-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-bsserver-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-bsserver-demo ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for leshan 1.5.1-SNAPSHOT:
[INFO] 
[INFO] leshan ............................................. SUCCESS [  0.294 s]
[INFO] leshan - core ...................................... SUCCESS [  2.478 s]
[INFO] leshan - core californium .......................... SUCCESS [  0.828 s]
[INFO] leshan - server core ............................... SUCCESS [  0.666 s]
[INFO] leshan - server californium ........................ SUCCESS [ 10.605 s]
[INFO] leshan - server redis .............................. SUCCESS [  0.367 s]
[INFO] leshan - client core ............................... SUCCESS [  1.147 s]
[INFO] leshan - client californium ........................ SUCCESS [  0.636 s]
[INFO] leshan - integration tests ......................... SUCCESS [ 29.913 s]
[INFO] leshan - server demo ............................... SUCCESS [  2.060 s]
[INFO] leshan - client demo ............................... SUCCESS [  1.434 s]
[INFO] leshan - bootstrap server demo ..................... SUCCESS [  0.024 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  51.514 s
[INFO] Finished at: 2024-01-10T06:10:35Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ mvn -B test -PuseToolchain -Dskip.yarn -Dtoolchain.version=21
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] leshan                                                             [pom]
[INFO] leshan - core                                                   [bundle]
[INFO] leshan - core californium                                       [bundle]
[INFO] leshan - server core                                            [bundle]
[INFO] leshan - server californium                                     [bundle]
[INFO] leshan - server redis                                           [bundle]
[INFO] leshan - client core                                            [bundle]
[INFO] leshan - client californium                                     [bundle]
[INFO] leshan - integration tests                                         [jar]
[INFO] leshan - server demo                                               [jar]
[INFO] leshan - client demo                                               [jar]
[INFO] leshan - bootstrap server demo                                     [jar]
[INFO] 
[INFO] ---------------------< org.eclipse.leshan:leshan >----------------------
[INFO] Building leshan 1.5.1-SNAPSHOT                                    [1/12]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan ---
[INFO] 
[INFO] -------------------< org.eclipse.leshan:leshan-core >-------------------
[INFO] Building leshan - core 1.5.1-SNAPSHOT                             [2/12]
[INFO]   from leshan-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core ---
[INFO] Copying 11 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-core ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentValidationTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.leshan.core.request.argument.ArgumentValidationTest
[INFO] Running org.eclipse.leshan.core.node.LwM2MResourceTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.leshan.core.node.LwM2MResourceTest
[INFO] Running org.eclipse.leshan.core.LinkObjectTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.leshan.core.LinkObjectTest
[INFO] Running org.eclipse.leshan.core.tlv.TlvEncoderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.leshan.core.tlv.TlvEncoderTest
[INFO] Running org.eclipse.leshan.core.tlv.TlvDecoderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.leshan.core.tlv.TlvDecoderTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentaSerializingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.leshan.core.request.argument.ArgumentaSerializingTest
[INFO] Running org.eclipse.leshan.core.json.JsonDeserializerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.leshan.core.json.JsonDeserializerTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsParsingTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.leshan.core.request.argument.ArgumentsParsingTest
[INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest
[INFO] Running org.eclipse.leshan.core.json.JsonSerializerTest
SLF4J: A number (872) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.655 s - in org.eclipse.leshan.core.json.JsonSerializerTest
[INFO] Running org.eclipse.leshan.core.attributes.AttributeSetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.leshan.core.attributes.AttributeSetTest
[INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest
[INFO] Running org.eclipse.leshan.core.model.DDFFileParserTest
[Fatal Error] :2:10: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s - in org.eclipse.leshan.core.model.DDFFileParserTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.leshan.core.request.argument.ArgumentsTest
[INFO] Running org.eclipse.leshan.core.attributes.AttributeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.leshan.core.attributes.AttributeTest
[INFO] Running org.eclipse.leshan.core.model.ValidateModelsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s - in org.eclipse.leshan.core.model.ValidateModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] -----------------< org.eclipse.leshan:leshan-core-cf >------------------
[INFO] Building leshan - core californium 1.5.1-SNAPSHOT                 [3/12]
[INFO]   from leshan-core-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-core-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-core-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-core-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-core-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core-cf ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.core.californium.ResponseCodeUtilTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.eclipse.leshan.core.californium.ResponseCodeUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-core >----------------
[INFO] Building leshan - server core 1.5.1-SNAPSHOT                      [4/12]
[INFO]   from leshan-server-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-core ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.registration.RegistrationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.leshan.server.registration.RegistrationTest
[INFO] Running org.eclipse.leshan.server.SerializationTests
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.leshan.server.SerializationTests
[INFO] Running org.eclipse.leshan.server.registration.RegistrationUpdateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.leshan.server.registration.RegistrationUpdateTest
[INFO] Running org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest
[INFO] Running org.eclipse.leshan.server.queue.PresenceServiceTest
SLF4J: A number (4) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.leshan.server.queue.PresenceServiceTest
[INFO] Running org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-server-cf >-----------------
[INFO] Building leshan - server californium 1.5.1-SNAPSHOT               [5/12]
[INFO]   from leshan-server-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-cf ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.californium.LeshanServerBuilderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.975 s - in org.eclipse.leshan.server.californium.LeshanServerBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.44 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest
[INFO] Running org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s - in org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest
[INFO] Running org.eclipse.leshan.server.californium.LeshanServerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.251 s - in org.eclipse.leshan.server.californium.LeshanServerTest
[INFO] Running org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.observation.ObservationServiceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in org.eclipse.leshan.server.californium.observation.ObservationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-redis >---------------
[INFO] Building leshan - server redis 1.5.1-SNAPSHOT                     [6/12]
[INFO]   from leshan-server-redis/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-redis ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-redis ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-redis ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-redis ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-redis ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-redis ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest
[INFO] Running org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-core >----------------
[INFO] Building leshan - client core 1.5.1-SNAPSHOT                      [7/12]
[INFO]   from leshan-client-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-client-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-core ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.util.ObjectEnablerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s - in org.eclipse.leshan.client.util.ObjectEnablerTest
[INFO] Running org.eclipse.leshan.client.util.LinkFormatHelperTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.766 s - in org.eclipse.leshan.client.util.LinkFormatHelperTest
[INFO] Running org.eclipse.leshan.client.util.ObjectsInitializerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s - in org.eclipse.leshan.client.util.ObjectsInitializerTest
[INFO] Running org.eclipse.leshan.client.util.ServerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.leshan.client.util.ServerTest
[INFO] Running org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest
SLF4J: A number (30) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s - in org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-client-cf >-----------------
[INFO] Building leshan - client californium 1.5.1-SNAPSHOT               [8/12]
[INFO]   from leshan-client-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-client-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-cf ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.californium.LeshanBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 s - in org.eclipse.leshan.client.californium.LeshanBuilderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------< org.eclipse.leshan:leshan-integration-tests >-------------
[INFO] Building leshan - integration tests 1.5.1-SNAPSHOT                [9/12]
[INFO]   from leshan-integration-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-integration-tests ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-integration-tests/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-integration-tests ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-integration-tests/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-integration-tests ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-integration-tests ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 s - in org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Running org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.805 s - in org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] Running org.eclipse.leshan.integration.tests.DeleteTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.eclipse.leshan.integration.tests.DeleteTest
[INFO] Running org.eclipse.leshan.integration.tests.CreateTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 s - in org.eclipse.leshan.integration.tests.CreateTest
[INFO] Running org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.166 s - in org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Running org.eclipse.leshan.integration.tests.BootstrapTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.056 s - in org.eclipse.leshan.integration.tests.BootstrapTest
[INFO] Running org.eclipse.leshan.integration.tests.WriteTest
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.338 s - in org.eclipse.leshan.integration.tests.WriteTest
[INFO] Running org.eclipse.leshan.integration.tests.ObserveTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.908 s - in org.eclipse.leshan.integration.tests.ObserveTest
[INFO] Running org.eclipse.leshan.integration.tests.SecurityTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.499 s - in org.eclipse.leshan.integration.tests.SecurityTest
[INFO] Running org.eclipse.leshan.integration.tests.ReadTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 s - in org.eclipse.leshan.integration.tests.ReadTest
[INFO] Running org.eclipse.leshan.integration.tests.QueueModeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.315 s - in org.eclipse.leshan.integration.tests.QueueModeTest
[INFO] Running org.eclipse.leshan.integration.tests.FailingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.137 s - in org.eclipse.leshan.integration.tests.FailingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-demo >----------------
[INFO] Building leshan - server demo 1.5.1-SNAPSHOT                     [10/12]
[INFO]   from leshan-server-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-server-demo ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo
[INFO] Storing buildNumber: 9b01d28d5c659e071f8cc07dc141ba1d4c64ecc9 at timestamp: 1704867086706
[INFO] Storing buildScmBranch: 1.x
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-demo ---
[INFO] Copying 364 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ leshan-server-demo ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-demo ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.demo.model.ValidateServerDemoModelsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.309 s - in org.eclipse.leshan.server.demo.model.ValidateServerDemoModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-demo >----------------
[INFO] Building leshan - client demo 1.5.1-SNAPSHOT                     [11/12]
[INFO]   from leshan-client-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-demo ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-demo ---
[INFO] Copying 255 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-demo ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.demo.model.ValidateClientDemoModelsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s - in org.eclipse.leshan.client.demo.model.ValidateClientDemoModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >---------------
[INFO] Building leshan - bootstrap server demo 1.5.1-SNAPSHOT           [12/12]
[INFO]   from leshan-bsserver-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-bsserver-demo ---
[INFO] Copying 38 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-bsserver-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ leshan-bsserver-demo ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-bsserver-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-bsserver-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-bsserver-demo ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for leshan 1.5.1-SNAPSHOT:
[INFO] 
[INFO] leshan ............................................. SUCCESS [  0.280 s]
[INFO] leshan - core ...................................... SUCCESS [  3.754 s]
[INFO] leshan - core californium .......................... SUCCESS [  0.968 s]
[INFO] leshan - server core ............................... SUCCESS [  0.596 s]
[INFO] leshan - server californium ........................ SUCCESS [ 10.996 s]
[INFO] leshan - server redis .............................. SUCCESS [  0.496 s]
[INFO] leshan - client core ............................... SUCCESS [  1.132 s]
[INFO] leshan - client californium ........................ SUCCESS [  0.880 s]
[INFO] leshan - integration tests ......................... SUCCESS [ 28.854 s]
[INFO] leshan - server demo ............................... SUCCESS [  2.031 s]
[INFO] leshan - client demo ............................... SUCCESS [  1.522 s]
[INFO] leshan - bootstrap server demo ..................... SUCCESS [  0.026 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  52.604 s
[INFO] Finished at: 2024-01-10T06:11:30Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -B deploy -Prelease-nightly -DskipTests -Dskip.yarn
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] leshan                                                             [pom]
[INFO] leshan - core                                                   [bundle]
[INFO] leshan - core californium                                       [bundle]
[INFO] leshan - server core                                            [bundle]
[INFO] leshan - server californium                                     [bundle]
[INFO] leshan - server redis                                           [bundle]
[INFO] leshan - client core                                            [bundle]
[INFO] leshan - client californium                                     [bundle]
[INFO] leshan - integration tests                                         [jar]
[INFO] leshan - server demo                                               [jar]
[INFO] leshan - client demo                                               [jar]
[INFO] leshan - bootstrap server demo                                     [jar]
[INFO] 
[INFO] ---------------------< org.eclipse.leshan:leshan >----------------------
[INFO] Building leshan 1.5.1-SNAPSHOT                                    [1/12]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan ---
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan ---
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan ---
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan ---
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan/1.5.1-SNAPSHOT/leshan-1.5.1-SNAPSHOT.pom
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan ---
[INFO] 
[INFO] -------------------< org.eclipse.leshan:leshan-core >-------------------
[INFO] Building leshan - core 1.5.1-SNAPSHOT                             [2/12]
[INFO]   from leshan-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core ---
[INFO] Copying 11 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-core ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-core ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core/target/leshan-core-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-core >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-core ---
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-core ---
[INFO] Comparing [org.eclipse.leshan:leshan-core:jar:1.5.0] against [org.eclipse.leshan:leshan-core:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core/target/leshan-core-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core/target/leshan-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-core ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.5.1-SNAPSHOT/leshan-core-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core/target/leshan-core-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.5.1-SNAPSHOT/leshan-core-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core/target/leshan-core-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.5.1-SNAPSHOT/leshan-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-core ---
[INFO] Installing org/eclipse/leshan/leshan-core/1.5.1-SNAPSHOT/leshan-core-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-core ---
[INFO] 
[INFO] --- bundle:5.1.8:deploy (default-deploy) @ leshan-core ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] -----------------< org.eclipse.leshan:leshan-core-cf >------------------
[INFO] Building leshan - core californium 1.5.1-SNAPSHOT                 [3/12]
[INFO]   from leshan-core-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-core-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-core-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-core-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-core-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core-cf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-core-cf ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/target/leshan-core-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-core-cf >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core-cf ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-core-cf <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-core-cf ---
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-core-cf ---
[INFO] Comparing [org.eclipse.leshan:leshan-core-cf:jar:1.5.0] against [org.eclipse.leshan:leshan-core-cf:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-core-cf ---
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/target/leshan-core-cf-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/target/leshan-core-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-core-cf ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.5.1-SNAPSHOT/leshan-core-cf-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/target/leshan-core-cf-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.5.1-SNAPSHOT/leshan-core-cf-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-core-cf/target/leshan-core-cf-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.5.1-SNAPSHOT/leshan-core-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-core-cf ---
[INFO] Installing org/eclipse/leshan/leshan-core-cf/1.5.1-SNAPSHOT/leshan-core-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-core-cf ---
[INFO] 
[INFO] --- bundle:5.1.8:deploy (default-deploy) @ leshan-core-cf ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-core >----------------
[INFO] Building leshan - server core 1.5.1-SNAPSHOT                      [4/12]
[INFO]   from leshan-server-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 61 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/target/classes
[INFO] /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/src/main/java/org/eclipse/leshan/server/queue/PresenceServiceImpl.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/src/main/java/org/eclipse/leshan/server/queue/PresenceServiceImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-server-core ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/target/leshan-server-core-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-core >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-core ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-server-core ---
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-core ---
[INFO] Comparing [org.eclipse.leshan:leshan-server-core:jar:1.5.0] against [org.eclipse.leshan:leshan-server-core:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-server-core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/target/leshan-server-core-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/target/leshan-server-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-core ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.5.1-SNAPSHOT/leshan-server-core-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/target/leshan-server-core-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.5.1-SNAPSHOT/leshan-server-core-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-core/target/leshan-server-core-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.5.1-SNAPSHOT/leshan-server-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-core ---
[INFO] Installing org/eclipse/leshan/leshan-server-core/1.5.1-SNAPSHOT/leshan-server-core-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-server-core ---
[INFO] 
[INFO] --- bundle:5.1.8:deploy (default-deploy) @ leshan-server-core ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-server-cf >-----------------
[INFO] Building leshan - server californium 1.5.1-SNAPSHOT               [5/12]
[INFO]   from leshan-server-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/target/classes
[INFO] /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/src/main/java/org/eclipse/leshan/server/californium/registration/InMemoryRegistrationStore.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/src/main/java/org/eclipse/leshan/server/californium/registration/InMemoryRegistrationStore.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-cf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-server-cf ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/target/leshan-server-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-cf >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-cf ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-cf <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-server-cf ---
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-cf ---
[INFO] Comparing [org.eclipse.leshan:leshan-server-cf:jar:1.5.0] against [org.eclipse.leshan:leshan-server-cf:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-server-cf ---
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/target/leshan-server-cf-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/target/leshan-server-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-cf ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.5.1-SNAPSHOT/leshan-server-cf-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/target/leshan-server-cf-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.5.1-SNAPSHOT/leshan-server-cf-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-cf/target/leshan-server-cf-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.5.1-SNAPSHOT/leshan-server-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-cf ---
[INFO] Installing org/eclipse/leshan/leshan-server-cf/1.5.1-SNAPSHOT/leshan-server-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-server-cf ---
[INFO] 
[INFO] --- bundle:5.1.8:deploy (default-deploy) @ leshan-server-cf ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-redis >---------------
[INFO] Building leshan - server redis 1.5.1-SNAPSHOT                     [6/12]
[INFO]   from leshan-server-redis/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-redis ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-redis ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-redis ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/target/classes
[INFO] /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-redis ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-redis ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-redis ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-server-redis ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/target/leshan-server-redis-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-redis >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-redis ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-redis <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-server-redis ---
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-redis ---
[INFO] Comparing [org.eclipse.leshan:leshan-server-redis:jar:1.5.0] against [org.eclipse.leshan:leshan-server-redis:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-server-redis ---
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/target/leshan-server-redis-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/target/leshan-server-redis-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-redis ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.5.1-SNAPSHOT/leshan-server-redis-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/target/leshan-server-redis-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.5.1-SNAPSHOT/leshan-server-redis-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-redis/target/leshan-server-redis-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.5.1-SNAPSHOT/leshan-server-redis-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-redis ---
[INFO] Installing org/eclipse/leshan/leshan-server-redis/1.5.1-SNAPSHOT/leshan-server-redis-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-server-redis ---
[INFO] 
[INFO] --- bundle:5.1.8:deploy (default-deploy) @ leshan-server-redis ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-core >----------------
[INFO] Building leshan - client core 1.5.1-SNAPSHOT                      [7/12]
[INFO]   from leshan-client-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-client-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-client-core ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/target/leshan-client-core-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-core >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-core ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-client-core ---
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-client-core ---
[INFO] Comparing [org.eclipse.leshan:leshan-client-core:jar:1.5.0] against [org.eclipse.leshan:leshan-client-core:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-client-core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/target/leshan-client-core-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/target/leshan-client-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-client-core ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.5.1-SNAPSHOT/leshan-client-core-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/target/leshan-client-core-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.5.1-SNAPSHOT/leshan-client-core-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-core/target/leshan-client-core-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.5.1-SNAPSHOT/leshan-client-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-client-core ---
[INFO] Installing org/eclipse/leshan/leshan-client-core/1.5.1-SNAPSHOT/leshan-client-core-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-client-core ---
[INFO] 
[INFO] --- bundle:5.1.8:deploy (default-deploy) @ leshan-client-core ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-client-cf >-----------------
[INFO] Building leshan - client californium 1.5.1-SNAPSHOT               [8/12]
[INFO]   from leshan-client-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/target/classes
[INFO] /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/src/main/java/org/eclipse/leshan/client/californium/SecurityObjectPskStore.java: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/src/main/java/org/eclipse/leshan/client/californium/SecurityObjectPskStore.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/src/main/java/org/eclipse/leshan/client/californium/SecurityObjectPskStore.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-client-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-cf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-client-cf ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/target/leshan-client-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-cf >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-cf ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-cf <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-client-cf ---
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-client-cf ---
[INFO] Comparing [org.eclipse.leshan:leshan-client-cf:jar:1.5.0] against [org.eclipse.leshan:leshan-client-cf:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-client-cf ---
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/target/leshan-client-cf-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/target/leshan-client-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-client-cf ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.5.1-SNAPSHOT/leshan-client-cf-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/target/leshan-client-cf-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.5.1-SNAPSHOT/leshan-client-cf-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-cf/target/leshan-client-cf-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.5.1-SNAPSHOT/leshan-client-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-client-cf ---
[INFO] Installing org/eclipse/leshan/leshan-client-cf/1.5.1-SNAPSHOT/leshan-client-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-client-cf ---
[INFO] 
[INFO] --- bundle:5.1.8:deploy (default-deploy) @ leshan-client-cf ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ------------< org.eclipse.leshan:leshan-integration-tests >-------------
[INFO] Building leshan - integration tests 1.5.1-SNAPSHOT                [9/12]
[INFO]   from leshan-integration-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-integration-tests ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-integration-tests/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-integration-tests ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-integration-tests/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-integration-tests ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-integration-tests/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-integration-tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-integration-tests ---
[INFO] Skipping packaging of the jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-integration-tests >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-integration-tests ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-integration-tests <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-integration-tests ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-integration-tests ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-integration-tests ---
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-integration-tests ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-integration-tests ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-demo >----------------
[INFO] Building leshan - server demo 1.5.1-SNAPSHOT                     [10/12]
[INFO]   from leshan-server-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-server-demo ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo
[INFO] Storing buildNumber: 9b01d28d5c659e071f8cc07dc141ba1d4c64ecc9 at timestamp: 1704867138420
[INFO] Storing buildScmBranch: 1.x
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-demo ---
[INFO] Copying 364 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/target/classes
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ leshan-server-demo ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-demo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-server-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-server-demo ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-demo <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-server-demo ---
[INFO] 
[INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-server-demo ---
[INFO] Reading assembly descriptor: ../jar-with-dependencies-with-logback.xml
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-demo ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-server-demo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.5.1-SNAPSHOT/leshan-server-demo-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.5.1-SNAPSHOT/leshan-server-demo-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.5.1-SNAPSHOT/leshan-server-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.5.1-SNAPSHOT/leshan-server-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-server-demo ---
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-demo >----------------
[INFO] Building leshan - client demo 1.5.1-SNAPSHOT                     [11/12]
[INFO]   from leshan-client-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-demo ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-demo ---
[INFO] Copying 255 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-demo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-client-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-demo ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-demo <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-client-demo ---
[INFO] 
[INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-client-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-client-demo ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-client-demo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-client-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.5.1-SNAPSHOT/leshan-client-demo-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.5.1-SNAPSHOT/leshan-client-demo-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.5.1-SNAPSHOT/leshan-client-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.5.1-SNAPSHOT/leshan-client-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-client-demo ---
[INFO] 
[INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >---------------
[INFO] Building leshan - bootstrap server demo 1.5.1-SNAPSHOT           [12/12]
[INFO]   from leshan-bsserver-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-bsserver-demo ---
[INFO] Copying 38 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-bsserver-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/target/classes
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ leshan-bsserver-demo ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-bsserver-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-bsserver-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-bsserver-demo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-bsserver-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-bsserver-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-bsserver-demo ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-bsserver-demo <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-bsserver-demo ---
[INFO] Reading assembly descriptor: ../jar-with-dependencies-with-logback.xml
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-bsserver-demo ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign-jars) @ leshan-bsserver-demo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-bsserver-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.5.1-SNAPSHOT/leshan-bsserver-demo-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.5.1-SNAPSHOT/leshan-bsserver-demo-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.5.1-SNAPSHOT/leshan-bsserver-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-nightly_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.5.1-SNAPSHOT/leshan-bsserver-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ leshan-bsserver-demo ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for leshan 1.5.1-SNAPSHOT:
[INFO] 
[INFO] leshan ............................................. SUCCESS [  5.302 s]
[INFO] leshan - core ...................................... SUCCESS [  8.939 s]
[INFO] leshan - core californium .......................... SUCCESS [  5.407 s]
[INFO] leshan - server core ............................... SUCCESS [  5.386 s]
[INFO] leshan - server californium ........................ SUCCESS [  5.105 s]
[INFO] leshan - server redis .............................. SUCCESS [  4.522 s]
[INFO] leshan - client core ............................... SUCCESS [  5.109 s]
[INFO] leshan - client californium ........................ SUCCESS [  4.821 s]
[INFO] leshan - integration tests ......................... SUCCESS [  0.589 s]
[INFO] leshan - server demo ............................... SUCCESS [ 13.853 s]
[INFO] leshan - client demo ............................... SUCCESS [  8.618 s]
[INFO] leshan - bootstrap server demo ..................... SUCCESS [  9.883 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:18 min
[INFO] Finished at: 2024-01-10T06:12:50Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS