Skip to content

Console Output

Skipping 5 KB.. Full Log
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[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 - core demo                                                 [jar]
[INFO] leshan - client demo                                               [jar]
[INFO] leshan - server core demo                                          [jar]
[INFO] leshan - server demo                                               [jar]
[INFO] leshan - bootstrap server demo                                     [jar]
[INFO] leshan                                                             [pom]
[INFO] 
[INFO] -------------------< org.eclipse.leshan:leshan-core >-------------------
[INFO] Building leshan - core 2.0.0-SNAPSHOT                             [1/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-core ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-core ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 283
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         283 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          2s
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-core ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-core ---
[INFO] Processed 283 files in 00:01.398 (Already Sorted: 283, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core ---
[INFO] Copying 21 resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-core:bundle:2.0.0-SNAPSHOT...
[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] Changes detected - recompiling the module!
[INFO] Compiling 244 source files to /home/jenkins/agent/workspace/leshan/leshan-core/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-core ---
[INFO] Copying 2 resources
[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] Changes detected - recompiling the module!
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/leshan/leshan-core/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.core.link.DefaultLinkSerializerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.leshan.core.link.DefaultLinkSerializerTest
[INFO] Running org.eclipse.leshan.core.link.DefaultLinkParserTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.leshan.core.link.DefaultLinkParserTest
[INFO] Running org.eclipse.leshan.core.link.attributes.AttributeSetTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.leshan.core.link.attributes.AttributeSetTest
[INFO] Running org.eclipse.leshan.core.link.attributes.AttributeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.leshan.core.link.attributes.AttributeTest
[INFO] Running org.eclipse.leshan.core.link.LinkParserValidationTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.leshan.core.link.LinkParserValidationTest
[INFO] Running org.eclipse.leshan.core.link.MixedLwM2mLinkTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.leshan.core.link.MixedLwM2mLinkTest
[INFO] Running org.eclipse.leshan.core.link.lwm2m.attributes.DefaultLwM2mAttributeParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.leshan.core.link.lwm2m.attributes.DefaultLwM2mAttributeParserTest
[INFO] Running org.eclipse.leshan.core.link.lwm2m.DefaultLwM2mLinkParserTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.leshan.core.link.lwm2m.DefaultLwM2mLinkParserTest
[INFO] Running org.eclipse.leshan.core.response.ObserveResponseTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.leshan.core.response.ObserveResponseTest
[INFO] Running org.eclipse.leshan.core.response.ObserveCompositeResponseTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.leshan.core.response.ObserveCompositeResponseTest
[INFO] Running org.eclipse.leshan.core.senml.cbor.SenMLJsonSerDesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.eclipse.leshan.core.senml.cbor.SenMLJsonSerDesTest
[INFO] Running org.eclipse.leshan.core.senml.cbor.SenMLCborSerializerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.leshan.core.senml.cbor.SenMLCborSerializerTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsParsingTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.leshan.core.request.argument.ArgumentsParsingTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentaSerializingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.005 s - in org.eclipse.leshan.core.request.argument.ArgumentsTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentValidationTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.leshan.core.request.argument.ArgumentValidationTest
[INFO] Running org.eclipse.leshan.core.request.ContentFormatTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.leshan.core.request.ContentFormatTest
[INFO] Running org.eclipse.leshan.core.request.WriteAttributesRequestTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.leshan.core.request.WriteAttributesRequestTest
[INFO] Running org.eclipse.leshan.core.util.X509CertUtilTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.leshan.core.util.X509CertUtilTest
[INFO] Running org.eclipse.leshan.core.util.TimestampUtilTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.leshan.core.util.TimestampUtilTest
[INFO] Running org.eclipse.leshan.core.util.base64.DefaultBase64EncoderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.leshan.core.util.base64.DefaultBase64EncoderTest
[INFO] Running org.eclipse.leshan.core.util.base64.DefaultBase64DecoderTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.leshan.core.util.base64.DefaultBase64DecoderTest
[INFO] Running org.eclipse.leshan.core.json.JsonSerializerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.leshan.core.json.JsonSerializerTest
[INFO] Running org.eclipse.leshan.core.json.JsonDeserializerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.leshan.core.json.JsonDeserializerTest
[INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest
[INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest
[INFO] Running org.eclipse.leshan.core.node.LwM2mParhTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.leshan.core.node.LwM2mParhTest
[INFO] Running org.eclipse.leshan.core.node.TimestampedLwM2mNodesTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.leshan.core.node.TimestampedLwM2mNodesTest
[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.tlv.TlvDecoderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.leshan.core.tlv.TlvDecoderTest
[INFO] Running org.eclipse.leshan.core.tlv.TlvEncoderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.leshan.core.tlv.TlvEncoderTest
[INFO] Running org.eclipse.leshan.core.model.ValidateModelsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.eclipse.leshan.core.model.ValidateModelsTest
[INFO] Running org.eclipse.leshan.core.model.LwM2mModelRespositotyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.leshan.core.model.LwM2mModelRespositotyTest
[INFO] Running org.eclipse.leshan.core.datatype.NumberUtilTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.leshan.core.datatype.NumberUtilTest
[INFO] Running org.eclipse.leshan.core.VersionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.leshan.core.VersionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 406, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ leshan-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-core ---
[INFO] Comparing [org.eclipse.leshan:leshan-core:jar:1.4.2] against [org.eclipse.leshan:leshan-core:jar:2.0.0-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-core ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/2.0.0-SNAPSHOT/leshan-core-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/2.0.0-SNAPSHOT/leshan-core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/2.0.0-SNAPSHOT/leshan-core-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/2.0.0-SNAPSHOT/leshan-core-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/leshan/leshan-core/2.0.0-SNAPSHOT/leshan-core-2.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-core >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-core ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 283
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         283 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-core <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-core ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] -----------------< org.eclipse.leshan:leshan-core-cf >------------------
[INFO] Building leshan - core californium 2.0.0-SNAPSHOT                 [2/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-core-cf ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core-cf ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-core-cf ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-core-cf ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 21
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         21 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-core-cf ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core-cf/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-core-cf ---
[INFO] Processed 21 files in 00:00.057 (Already Sorted: 21, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-core-cf/src/main/resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-core-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-core-cf:bundle:2.0.0-SNAPSHOT...
[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 20 source files to /home/jenkins/agent/workspace/leshan/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/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/leshan-core-cf/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-core-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.114 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] --- bundle:5.1.8:bundle (default-bundle) @ leshan-core-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/leshan-core-cf-2.0.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-core-cf ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/leshan-core-cf-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-core-cf ---
[INFO] Comparing [org.eclipse.leshan:leshan-core-cf:jar:1.4.2] against [org.eclipse.leshan:leshan-core-cf:jar:2.0.0-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-core-cf ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/leshan-core-cf-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/2.0.0-SNAPSHOT/leshan-core-cf-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/leshan-core-cf-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/2.0.0-SNAPSHOT/leshan-core-cf-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/leshan-core-cf-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/2.0.0-SNAPSHOT/leshan-core-cf-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-core-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Installing org/eclipse/leshan/leshan-core-cf/2.0.0-SNAPSHOT/leshan-core-cf-2.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-core-cf >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core-cf ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-core-cf ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-core-cf ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 21
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         21 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-core-cf <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-core-cf ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-core >----------------
[INFO] Building leshan - server core 2.0.0-SNAPSHOT                      [3/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-server-core ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-core ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-server-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-server-core ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 107
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         107 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-server-core ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-core/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-server-core ---
[INFO] Processed 107 files in 00:00.226 (Already Sorted: 107, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-core/src/main/resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-server-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-server-core:bundle:2.0.0-SNAPSHOT...
[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 97 source files to /home/jenkins/agent/workspace/leshan/leshan-server-core/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/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 10 source files to /home/jenkins/agent/workspace/leshan/leshan-server-core/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.SerializationTests
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.leshan.server.SerializationTests
[INFO] Running org.eclipse.leshan.server.registration.RegistrationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.leshan.server.registration.RegistrationTest
[INFO] Running org.eclipse.leshan.server.registration.RegistrationUpdateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.047 s - in org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest
[INFO] Running org.eclipse.leshan.server.registration.InMemoryRegistrationStoreTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.leshan.server.registration.InMemoryRegistrationStoreTest
[INFO] Running org.eclipse.leshan.server.registration.RegistrationHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.leshan.server.registration.RegistrationHandlerTest
[INFO] Running org.eclipse.leshan.server.queue.PresenceServiceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.211 s - in org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest
[INFO] Running org.eclipse.leshan.server.bootstrap.BootstrapConfigTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.leshan.server.bootstrap.BootstrapConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-server-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-server-core/target/leshan-server-core-2.0.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-server-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-server-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-core/target/leshan-server-core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-core ---
[INFO] Comparing [org.eclipse.leshan:leshan-server-core:jar:1.4.2] against [org.eclipse.leshan:leshan-server-core:jar:2.0.0-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-core ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core/target/leshan-server-core-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/2.0.0-SNAPSHOT/leshan-server-core-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core/target/leshan-server-core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/2.0.0-SNAPSHOT/leshan-server-core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core/target/leshan-server-core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/2.0.0-SNAPSHOT/leshan-server-core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Installing org/eclipse/leshan/leshan-server-core/2.0.0-SNAPSHOT/leshan-server-core-2.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-core >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-core ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-server-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-server-core ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 107
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         107 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-core <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-server-core ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-server-cf >-----------------
[INFO] Building leshan - server californium 2.0.0-SNAPSHOT               [4/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-server-cf ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-cf ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-server-cf ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-server-cf ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 55
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         55 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-server-cf ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-cf/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-server-cf ---
[INFO] Processed 55 files in 00:00.173 (Already Sorted: 55, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-cf/src/main/resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-server-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-server-cf:bundle:2.0.0-SNAPSHOT...
[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 45 source files to /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/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 10 source files to /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 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.494 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest
[INFO] Running org.eclipse.leshan.server.californium.LeshanServerBuilderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.731 s - in org.eclipse.leshan.server.californium.LeshanServerBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.observation.ObserveUtilTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.leshan.server.californium.observation.ObserveUtilTest
[INFO] Running org.eclipse.leshan.server.californium.observation.LwM2mObservationStoreTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in org.eclipse.leshan.server.californium.observation.LwM2mObservationStoreTest
[INFO] Running org.eclipse.leshan.server.californium.observation.ObservationServiceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.leshan.server.californium.observation.ObservationServiceTest
[INFO] Running org.eclipse.leshan.server.californium.request.LwM2mResponseBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.eclipse.leshan.server.californium.request.LwM2mResponseBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 s - in org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.LeshanServerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.281 s - in org.eclipse.leshan.server.californium.LeshanServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-server-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/leshan-server-cf-2.0.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-server-cf ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/leshan-server-cf-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-cf ---
[INFO] Comparing [org.eclipse.leshan:leshan-server-cf:jar:1.4.2] against [org.eclipse.leshan:leshan-server-cf:jar:2.0.0-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-cf ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/leshan-server-cf-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/2.0.0-SNAPSHOT/leshan-server-cf-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/leshan-server-cf-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/2.0.0-SNAPSHOT/leshan-server-cf-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/leshan-server-cf-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/2.0.0-SNAPSHOT/leshan-server-cf-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Installing org/eclipse/leshan/leshan-server-cf/2.0.0-SNAPSHOT/leshan-server-cf-2.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-cf >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-cf ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-server-cf ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-server-cf ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 55
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         55 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-cf <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-server-cf ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-redis >---------------
[INFO] Building leshan - server redis 2.0.0-SNAPSHOT                     [5/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-server-redis ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-redis ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-server-redis ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-server-redis ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 11
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         11 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-server-redis ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-redis/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-server-redis ---
[INFO] Processed 11 files in 00:00.069 (Already Sorted: 11, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-redis ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-redis/src/main/resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-server-redis ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-server-redis:bundle:2.0.0-SNAPSHOT...
[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 9 source files to /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-redis ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/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/leshan-server-redis/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-redis ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-redis ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s - in org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest
[INFO] Running org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-server-redis ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/leshan-server-redis-2.0.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-server-redis ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/leshan-server-redis-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-redis ---
[INFO] Comparing [org.eclipse.leshan:leshan-server-redis:jar:1.4.2] against [org.eclipse.leshan:leshan-server-redis:jar:2.0.0-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-redis ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/leshan-server-redis-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/2.0.0-SNAPSHOT/leshan-server-redis-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/leshan-server-redis-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/2.0.0-SNAPSHOT/leshan-server-redis-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/leshan-server-redis-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/2.0.0-SNAPSHOT/leshan-server-redis-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-redis ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Installing org/eclipse/leshan/leshan-server-redis/2.0.0-SNAPSHOT/leshan-server-redis-2.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-redis >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-redis ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-server-redis ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-server-redis ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 11
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         11 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-redis <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-server-redis ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-core >----------------
[INFO] Building leshan - client core 2.0.0-SNAPSHOT                      [6/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-client-core ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-core ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-client-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-client-core ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 68
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         68 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-client-core ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-core/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-client-core ---
[INFO] Processed 68 files in 00:00.262 (Already Sorted: 68, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-client-core/src/main/resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-client-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-client-core:bundle:2.0.0-SNAPSHOT...
[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 63 source files to /home/jenkins/agent/workspace/leshan/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/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/leshan-client-core/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-client-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s - in org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest
[INFO] Running org.eclipse.leshan.client.util.LinkFormatHelperTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 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.039 s - in org.eclipse.leshan.client.util.ObjectsInitializerTest
[INFO] Running org.eclipse.leshan.client.util.ObjectEnablerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.leshan.client.util.ObjectEnablerTest
[INFO] Running org.eclipse.leshan.client.send.ManualDataSenderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.01 s - in org.eclipse.leshan.client.send.ManualDataSenderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-client-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-client-core/target/leshan-client-core-2.0.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-client-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-client-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-client-core/target/leshan-client-core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-client-core ---
[INFO] Comparing [org.eclipse.leshan:leshan-client-core:jar:1.4.2] against [org.eclipse.leshan:leshan-client-core:jar:2.0.0-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-client-core ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-core/target/leshan-client-core-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/2.0.0-SNAPSHOT/leshan-client-core-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-core/target/leshan-client-core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/2.0.0-SNAPSHOT/leshan-client-core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-core/target/leshan-client-core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/2.0.0-SNAPSHOT/leshan-client-core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-client-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Installing org/eclipse/leshan/leshan-client-core/2.0.0-SNAPSHOT/leshan-client-core-2.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-client-core >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-core ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-client-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-client-core ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 68
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         68 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-client-core <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-client-core ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-client-cf >-----------------
[INFO] Building leshan - client californium 2.0.0-SNAPSHOT               [7/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-client-cf ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-cf ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-client-cf ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-client-cf ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 27
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         27 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-client-cf ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-cf/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-client-cf ---
[INFO] Processed 27 files in 00:00.129 (Already Sorted: 27, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-client-cf/src/main/resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-client-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-client-cf:bundle:2.0.0-SNAPSHOT...
[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 27 source files to /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/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] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-client-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-client-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/leshan-client-cf-2.0.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-client-cf ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/leshan-client-cf-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-client-cf ---
[INFO] Comparing [org.eclipse.leshan:leshan-client-cf:jar:1.4.2] against [org.eclipse.leshan:leshan-client-cf:jar:2.0.0-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-client-cf ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/leshan-client-cf-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/2.0.0-SNAPSHOT/leshan-client-cf-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/leshan-client-cf-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/2.0.0-SNAPSHOT/leshan-client-cf-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/leshan-client-cf-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/2.0.0-SNAPSHOT/leshan-client-cf-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-client-cf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Installing org/eclipse/leshan/leshan-client-cf/2.0.0-SNAPSHOT/leshan-client-cf-2.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-client-cf >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-cf ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-client-cf ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-client-cf ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 27
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         27 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-client-cf <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-client-cf ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] ------------< org.eclipse.leshan:leshan-integration-tests >-------------
[INFO] Building leshan - integration tests 2.0.0-SNAPSHOT                [8/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-integration-tests ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-integration-tests ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-integration-tests ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-integration-tests ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 63
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         63 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          2s
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-integration-tests ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-integration-tests/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-integration-tests ---
[INFO] Processed 63 files in 00:00.911 (Already Sorted: 63, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-integration-tests/src/main/resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-integration-tests ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-integration-tests:jar:2.0.0-SNAPSHOT...
[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/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 63 source files to /home/jenkins/agent/workspace/leshan/leshan-integration-tests/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-integration-tests ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.integration.tests.SecurityStoreTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.209 s - in org.eclipse.leshan.integration.tests.SecurityStoreTest
[INFO] Running org.eclipse.leshan.integration.tests.write.WriteSingleValueTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.378 s - in org.eclipse.leshan.integration.tests.write.WriteSingleValueTest
[INFO] Running org.eclipse.leshan.integration.tests.write.WriteFailedTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.leshan.integration.tests.write.WriteFailedTest
[INFO] Running org.eclipse.leshan.integration.tests.write.WriteMultiValueTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 s - in org.eclipse.leshan.integration.tests.write.WriteMultiValueTest
[INFO] Running org.eclipse.leshan.integration.tests.write.WriteCompositeTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.256 s - in org.eclipse.leshan.integration.tests.write.WriteCompositeTest
[INFO] Running org.eclipse.leshan.integration.tests.write.WriteOpaqueValueTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s - in org.eclipse.leshan.integration.tests.write.WriteOpaqueValueTest
[INFO] Running org.eclipse.leshan.integration.tests.lockstep.LockStepTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.181 s - in org.eclipse.leshan.integration.tests.lockstep.LockStepTest
[INFO] Running org.eclipse.leshan.integration.tests.read.ReadCompositeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.leshan.integration.tests.read.ReadCompositeTest
[INFO] Running org.eclipse.leshan.integration.tests.read.ReadSingleValueTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s - in org.eclipse.leshan.integration.tests.read.ReadSingleValueTest
[INFO] Running org.eclipse.leshan.integration.tests.read.ReadMultiValueTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s - in org.eclipse.leshan.integration.tests.read.ReadMultiValueTest
[INFO] Running org.eclipse.leshan.integration.tests.read.ReadFailedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.leshan.integration.tests.read.ReadFailedTest
[INFO] Running org.eclipse.leshan.integration.tests.read.ReadOpaqueValueTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.leshan.integration.tests.read.ReadOpaqueValueTest
[INFO] Running org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Running org.eclipse.leshan.integration.tests.observe.ObserveCompositeTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.271 s - in org.eclipse.leshan.integration.tests.observe.ObserveCompositeTest
[INFO] Running org.eclipse.leshan.integration.tests.observe.ObserveTimeStampTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 s - in org.eclipse.leshan.integration.tests.observe.ObserveTimeStampTest
[INFO] Running org.eclipse.leshan.integration.tests.observe.ObserveTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.272 s - in org.eclipse.leshan.integration.tests.observe.ObserveTest
[INFO] Running org.eclipse.leshan.integration.tests.create.CreateFailedTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.leshan.integration.tests.create.CreateFailedTest
[INFO] Running org.eclipse.leshan.integration.tests.create.CreateTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 s - in org.eclipse.leshan.integration.tests.create.CreateTest
[INFO] Running org.eclipse.leshan.integration.tests.SecureBootstrapTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 s - in org.eclipse.leshan.integration.tests.SecureBootstrapTest
[INFO] Running org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.82 s - in org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Running org.eclipse.leshan.integration.tests.send.SendTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.leshan.integration.tests.send.SendTest
[INFO] Running org.eclipse.leshan.integration.tests.send.LockStepSendTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.leshan.integration.tests.send.LockStepSendTest
[INFO] Running org.eclipse.leshan.integration.tests.send.SendTimestampedTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.073 s - in org.eclipse.leshan.integration.tests.send.SendTimestampedTest
[INFO] Running org.eclipse.leshan.integration.tests.OscoreTest
2023-05-04 09:44:02,458 ERROR o.e.c.o.RequestDecryptor [CoapServer(main)#1] Security context not found
2023-05-04 09:44:02,460 ERROR o.e.c.o.ObjectSecurityLayer [CoapServer(main)#1] Error while receiving OSCore request: Security context not found
2023-05-04 09:44:02,462 ERROR o.e.c.o.RequestDecryptor [CoapServer(main)#1] Security context not found
2023-05-04 09:44:02,463 ERROR o.e.c.o.ObjectSecurityLayer [CoapServer(main)#1] Error while receiving OSCore request: Security context not found
2023-05-04 09:44:02,504 ERROR o.e.c.o.ObjectSecurityContextLayer [CoapServer(main)#1] Context is null
2023-05-04 09:44:02,505 ERROR o.e.c.o.ObjectSecurityContextLayer [CoapServer(main)#1] Error sending request: Context is null
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 s - in org.eclipse.leshan.integration.tests.OscoreTest
[INFO] Running org.eclipse.leshan.integration.tests.DeleteTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.leshan.integration.tests.DeleteTest
[INFO] Running org.eclipse.leshan.integration.tests.OscoreBootstrapTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.leshan.integration.tests.OscoreBootstrapTest
[INFO] Running org.eclipse.leshan.integration.tests.QueueModeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.657 s - in org.eclipse.leshan.integration.tests.QueueModeTest
[INFO] Running org.eclipse.leshan.integration.tests.SecurityTest
[INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.648 s - in org.eclipse.leshan.integration.tests.SecurityTest
[INFO] Running org.eclipse.leshan.integration.tests.ServerOnlySecurityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.leshan.integration.tests.ServerOnlySecurityTest
[INFO] Running org.eclipse.leshan.integration.tests.BootstrapTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s - in org.eclipse.leshan.integration.tests.BootstrapTest
[INFO] Running org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 371, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[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-no-fork (attach-sources) @ leshan-integration-tests ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-integration-tests ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-integration-tests >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-integration-tests ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-integration-tests ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-integration-tests ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 63
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         63 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-integration-tests <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-integration-tests ---
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-core-demo >-----------------
[INFO] Building leshan - core demo 2.0.0-SNAPSHOT                        [9/14]
[INFO]   from leshan-core-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] --- clean:3.2.0:clean (default-clean) @ leshan-core-demo ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core-demo ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-core-demo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-core-demo ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 26
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         26 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-core-demo ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan/leshan-core-demo' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/leshan/leshan-core-demo
[INFO] Storing buildNumber: d47e000c915b498a496d53d7c2b0cddd85068375 at timestamp: 1683193488510
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan/leshan-core-demo' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/leshan/leshan-core-demo
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-core-demo ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core-demo/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-core-demo ---
[INFO] Processed 26 files in 00:00.037 (Already Sorted: 26, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core-demo ---
[INFO] Copying 340 resources
[INFO] Copying 1 resource
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-core-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-core-demo:jar:2.0.0-SNAPSHOT...
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-core-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 25 source files to /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-core-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-core-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-core-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/leshan-core-demo/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.core.demo.ValidateDemoModelsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s - in org.eclipse.leshan.core.demo.ValidateDemoModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-core-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/leshan-core-demo-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-core-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/leshan-core-demo-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-core-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/leshan-core-demo-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-demo/2.0.0-SNAPSHOT/leshan-core-demo-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/leshan-core-demo-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-demo/2.0.0-SNAPSHOT/leshan-core-demo-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/leshan-core-demo-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-demo/2.0.0-SNAPSHOT/leshan-core-demo-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-core-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core-demo ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-core-demo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-core-demo ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 26
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         26 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-core-demo ---
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-core-demo <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-core-demo ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-demo >----------------
[INFO] Building leshan - client demo 2.0.0-SNAPSHOT                     [10/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-client-demo ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-demo ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-client-demo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-client-demo ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 9
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         9 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-client-demo ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-demo/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-client-demo ---
[INFO] Processed 9 files in 00:00.059 (Already Sorted: 9, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-client-demo/src/main/resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-client-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-client-demo:jar:2.0.0-SNAPSHOT...
[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 9 source files to /home/jenkins/agent/workspace/leshan/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/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] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-client-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-client-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-client-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Reading assembly descriptor: ../build-config/demo-build-config/jar-with-dependencies-with-logback.xml
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-client-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/2.0.0-SNAPSHOT/leshan-client-demo-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/2.0.0-SNAPSHOT/leshan-client-demo-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/2.0.0-SNAPSHOT/leshan-client-demo-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/2.0.0-SNAPSHOT/leshan-client-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-client-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-demo ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-client-demo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-client-demo ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 9
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         9 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-client-demo <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-client-demo ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] -------------< org.eclipse.leshan:leshan-server-core-demo >-------------
[INFO] Building leshan - server core demo 2.0.0-SNAPSHOT                [11/14]
[INFO]   from leshan-server-core-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] --- clean:3.2.0:clean (default-clean) @ leshan-server-core-demo ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-core-demo ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-server-core-demo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-server-core-demo ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 9
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         9 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-server-core-demo ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-server-core-demo ---
[INFO] Processed 9 files in 00:00.032 (Already Sorted: 9, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-core-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/src/main/resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-server-core-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-server-core-demo:jar:2.0.0-SNAPSHOT...
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-core-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 9 source files to /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-core-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-core-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-server-core-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-server-core-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/leshan-server-core-demo-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-server-core-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/leshan-server-core-demo-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-core-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/leshan-server-core-demo-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core-demo/2.0.0-SNAPSHOT/leshan-server-core-demo-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/leshan-server-core-demo-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core-demo/2.0.0-SNAPSHOT/leshan-server-core-demo-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/leshan-server-core-demo-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core-demo/2.0.0-SNAPSHOT/leshan-server-core-demo-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-core-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-core-demo ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-server-core-demo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-server-core-demo ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 9
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         9 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-core-demo <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-server-core-demo ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-demo >----------------
[INFO] Building leshan - server demo 2.0.0-SNAPSHOT                     [12/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-server-demo ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-demo ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-server-demo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-server-demo ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 19
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         19 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-server-demo ---
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-server-demo ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-demo/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-server-demo ---
[INFO] Processed 19 files in 00:00.104 (Already Sorted: 19, Needed Sorting: 0)
[INFO] 
[INFO] --- frontend:1.12.1:install-node-and-yarn (install node and yarn) @ leshan-server-demo ---
[INFO] Installing node version v12.22.5
[INFO] Downloading https://nodejs.org/dist/v12.22.5/node-v12.22.5-linux-x64.tar.gz to /home/jenkins/.m2/repository/com/github/eirslett/node/12.22.5/node-12.22.5-linux-x64.tar.gz
[INFO] No proxies configured
[INFO] No proxy was configured, downloading directly
[INFO] Unpacking /home/jenkins/.m2/repository/com/github/eirslett/node/12.22.5/node-12.22.5-linux-x64.tar.gz into /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp/node/tmp
[INFO] Copying node binary from /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp/node/tmp/node-v12.22.5-linux-x64/bin/node to /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp/node/node
[INFO] Installed node locally.
[INFO] Installing Yarn version v1.22.19
[INFO] Downloading https://sourceforge.net/projects/yarn.mirror/files/v1.22.19/yarn-v1.22.19.tar.gz to /home/jenkins/.m2/repository/com/github/eirslett/yarn/1.22.19/yarn-1.22.19.tar.gz
[INFO] No proxies configured
[INFO] No proxy was configured, downloading directly
[INFO] Unpacking /home/jenkins/.m2/repository/com/github/eirslett/yarn/1.22.19/yarn-1.22.19.tar.gz into /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp/node/yarn
[INFO] Installed Yarn locally.
[INFO] 
[INFO] --- frontend:1.12.1:yarn (yarn install) @ leshan-server-demo ---
[INFO] Running 'yarn ' in /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp
[INFO] yarn install v1.22.19
[INFO] [1/4] Resolving packages...
[INFO] [2/4] Fetching packages...
[INFO] [3/4] Linking dependencies...
[INFO] [4/4] Building fresh packages...
[INFO] Done in 17.37s.
[INFO] 
[INFO] --- frontend:1.12.1:yarn (yarn build) @ leshan-server-demo ---
[INFO] Running 'yarn build' in /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp
[INFO] yarn run v1.22.19
[INFO] $ vue-cli-service build
[INFO] All browser targets in the browserslist configuration have supported ES module.
[INFO] Therefore we don't build two separate bundles for differential loading.
[INFO] 
[INFO] 
[INFO] -  Building for production...
[INFO]  WARNING  Compiled with 3 warnings9:45:56 AM
[INFO] 
[INFO]  warning  
[INFO] 
[INFO] asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
[INFO] This can impact web performance.
[INFO] Assets: 
[INFO]   css/chunk-vendors.f4559c83.css (447 KiB)
[INFO]   js/chunk-vendors.0e3584d8.js (510 KiB)
[INFO] 
[INFO]  warning  
[INFO] 
[INFO] entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
[INFO] Entrypoints:
[INFO]   app (1.04 MiB)
[INFO]       css/chunk-vendors.f4559c83.css
[INFO]       js/chunk-vendors.0e3584d8.js
[INFO]       css/app.c9714550.css
[INFO]       js/app.f4716595.js
[INFO] 
[INFO] 
[INFO]  warning  
[INFO] 
[INFO] webpack performance recommendations: 
[INFO] You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
[INFO] For more info visit https://webpack.js.org/guides/code-splitting/
[INFO] 
[INFO]   File                                      Size             Gzipped
[INFO] 
[INFO]   ../target/classes/webapp/js/chunk-vend    510.42 KiB       155.33 KiB
[INFO]   ors.0e3584d8.js
[INFO]   ../target/classes/webapp/js/app.f47165    105.39 KiB       28.36 KiB
[INFO]   95.js
[INFO]   ../target/classes/webapp/css/chunk-ven    446.73 KiB       66.68 KiB
[INFO]   dors.f4559c83.css
[INFO]   ../target/classes/webapp/css/app.c9714    0.33 KiB         0.20 KiB
[INFO]   550.css
[INFO] 
[INFO]   Images and other types of assets omitted.
[INFO]   Build at: 2023-05-04T09:45:56.891Z - Hash: c9e11dacbe5a8bef - Time: 35266ms
[INFO] 
[INFO]  DONE  Build complete. The ../target/classes/webapp directory is ready to be deployed.
[INFO]  INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
[INFO]        
[INFO] Done in 36.94s.
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-demo ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-server-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-server-demo:jar:2.0.0-SNAPSHOT...
[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 19 source files to /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/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] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-server-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-server-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-server-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Reading assembly descriptor: ../build-config/demo-build-config/jar-with-dependencies-with-logback.xml
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/2.0.0-SNAPSHOT/leshan-server-demo-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/2.0.0-SNAPSHOT/leshan-server-demo-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/2.0.0-SNAPSHOT/leshan-server-demo-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/2.0.0-SNAPSHOT/leshan-server-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-demo ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-server-demo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-server-demo ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 19
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         19 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-server-demo ---
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-demo <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-server-demo ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >---------------
[INFO] Building leshan - bootstrap server demo 2.0.0-SNAPSHOT           [13/14]
[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] --- clean:3.2.0:clean (default-clean) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-bsserver-demo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-bsserver-demo ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 10
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         10 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan-bsserver-demo ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/pom.xml
[INFO] 
[INFO] --- impsort:1.6.2:check (default) @ leshan-bsserver-demo ---
[INFO] Processed 10 files in 00:00.051 (Already Sorted: 10, Needed Sorting: 0)
[INFO] 
[INFO] --- frontend:1.12.1:install-node-and-yarn (install node and yarn) @ leshan-bsserver-demo ---
[INFO] Installing node version v12.22.5
[INFO] Unpacking /home/jenkins/.m2/repository/com/github/eirslett/node/12.22.5/node-12.22.5-linux-x64.tar.gz into /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp/node/tmp
[INFO] Copying node binary from /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp/node/tmp/node-v12.22.5-linux-x64/bin/node to /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp/node/node
[INFO] Installed node locally.
[INFO] Installing Yarn version v1.22.19
[INFO] Unpacking /home/jenkins/.m2/repository/com/github/eirslett/yarn/1.22.19/yarn-1.22.19.tar.gz into /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp/node/yarn
[INFO] Installed Yarn locally.
[INFO] 
[INFO] --- frontend:1.12.1:yarn (yarn install) @ leshan-bsserver-demo ---
[INFO] Running 'yarn ' in /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp
[INFO] yarn install v1.22.19
[INFO] [1/4] Resolving packages...
[INFO] [2/4] Fetching packages...
[INFO] [3/4] Linking dependencies...
[INFO] [4/4] Building fresh packages...
[INFO] Done in 5.49s.
[INFO] 
[INFO] --- frontend:1.12.1:yarn (yarn build) @ leshan-bsserver-demo ---
[INFO] Running 'yarn build' in /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp
[INFO] yarn run v1.22.19
[INFO] $ vue-cli-service build
[INFO] All browser targets in the browserslist configuration have supported ES module.
[INFO] Therefore we don't build two separate bundles for differential loading.
[INFO] 
[INFO] 
[INFO] -  Building for production...
[INFO]  WARNING  Compiled with 3 warnings9:46:40 AM
[INFO] 
[INFO]  warning  
[INFO] 
[INFO] asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
[INFO] This can impact web performance.
[INFO] Assets: 
[INFO]   css/chunk-vendors.bcfc6849.css (458 KiB)
[INFO]   js/chunk-vendors.85528922.js (488 KiB)
[INFO] 
[INFO]  warning  
[INFO] 
[INFO] entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
[INFO] Entrypoints:
[INFO]   app (1000 KiB)
[INFO]       css/chunk-vendors.bcfc6849.css
[INFO]       js/chunk-vendors.85528922.js
[INFO]       css/app.bd7f80cf.css
[INFO]       js/app.15e9ab5c.js
[INFO] 
[INFO] 
[INFO]  warning  
[INFO] 
[INFO] webpack performance recommendations: 
[INFO] You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
[INFO] For more info visit https://webpack.js.org/guides/code-splitting/
[INFO] 
[INFO]   File                                      Size             Gzipped
[INFO] 
[INFO]   ../target/classes/webapp/js/chunk-vend    487.83 KiB       147.90 KiB
[INFO]   ors.85528922.js
[INFO]   ../target/classes/webapp/js/app.15e9ab    57.35 KiB        18.36 KiB
[INFO]   5c.js
[INFO]   ../target/classes/webapp/css/chunk-ven    457.80 KiB       67.17 KiB
[INFO]   dors.bcfc6849.css
[INFO]   ../target/classes/webapp/css/app.bd7f8    0.33 KiB         0.21 KiB
[INFO]   0cf.css
[INFO] 
[INFO]   Images and other types of assets omitted.
[INFO]   Build at: 2023-05-04T09:46:40.948Z - Hash: 458342a698d03906 - Time: 31875ms
[INFO] 
[INFO]  DONE  Build complete. The ../target/classes/webapp directory is ready to be deployed.
[INFO]  INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
[INFO]        
[INFO] Done in 33.56s.
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-bsserver-demo ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- flatten:1.3.0:flatten (flatten) @ leshan-bsserver-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.leshan:leshan-bsserver-demo:jar:2.0.0-SNAPSHOT...
[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 10 source files to /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-bsserver-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-bsserver-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ leshan-bsserver-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-bsserver-demo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Reading assembly descriptor: ../build-config/demo-build-config/jar-with-dependencies-with-logback.xml
[INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-bsserver-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/2.0.0-SNAPSHOT/leshan-bsserver-demo-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/2.0.0-SNAPSHOT/leshan-bsserver-demo-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/2.0.0-SNAPSHOT/leshan-bsserver-demo-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/2.0.0-SNAPSHOT/leshan-bsserver-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-bsserver-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ leshan-bsserver-demo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- formatter:2.16.0:validate (default) @ leshan-bsserver-demo ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 10
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         10 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          0s
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-bsserver-demo ---
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-bsserver-demo <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-bsserver-demo ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] ---------------------< org.eclipse.leshan:leshan >----------------------
[INFO] Building leshan 2.0.0-SNAPSHOT                                   [14/14]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan ---
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default) @ leshan ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/pom.xml
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan ---
[INFO] Installing /home/jenkins/agent/workspace/leshan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan/2.0.0-SNAPSHOT/leshan-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan ---
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for leshan 2.0.0-SNAPSHOT:
[INFO] 
[INFO] leshan - core ...................................... SUCCESS [ 36.396 s]
[INFO] leshan - core californium .......................... SUCCESS [  5.782 s]
[INFO] leshan - server core ............................... SUCCESS [  7.938 s]
[INFO] leshan - server californium ........................ SUCCESS [ 20.825 s]
[INFO] leshan - server redis .............................. SUCCESS [  9.838 s]
[INFO] leshan - client core ............................... SUCCESS [  8.510 s]
[INFO] leshan - client californium ........................ SUCCESS [  4.031 s]
[INFO] leshan - integration tests ......................... SUCCESS [01:29 min]
[INFO] leshan - core demo ................................. SUCCESS [  4.489 s]
[INFO] leshan - client demo ............................... SUCCESS [  2.685 s]
[INFO] leshan - server core demo .......................... SUCCESS [  1.910 s]
[INFO] leshan - server demo ............................... SUCCESS [01:04 min]
[INFO] leshan - bootstrap server demo ..................... SUCCESS [ 43.641 s]
[INFO] leshan ............................................. SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:11 min
[INFO] Finished at: 2023-05-04T09:46:43Z
[INFO] ------------------------------------------------------------------------
[leshan] $ /opt/tools/apache-maven/latest/bin/mvn com.github.ekryd.sortpom:sortpom-maven-plugin:verify -PallPom -B
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] leshan                                                             [pom]
[INFO] leshan - shared build config                                       [pom]
[INFO] leshan - shared library build config                               [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 - shared demo build config                                  [pom]
[INFO] leshan - core demo                                                 [jar]
[INFO] leshan - client demo                                               [jar]
[INFO] leshan - server core demo                                          [jar]
[INFO] leshan - server demo                                               [jar]
[INFO] leshan - bootstrap server demo                                     [jar]
[INFO] 
[INFO] ---------------------< org.eclipse.leshan:leshan >----------------------
[INFO] Building leshan 2.0.0-SNAPSHOT                                    [1/17]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/pom.xml
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-build-config >---------------
[INFO] Building leshan - shared build config 2.0.0-SNAPSHOT              [2/17]
[INFO]   from build-config/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-build-config ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/build-config/pom.xml
[INFO] 
[INFO] ----------------< org.eclipse.leshan:lib-build-config >-----------------
[INFO] Building leshan - shared library build config 2.0.0-SNAPSHOT      [3/17]
[INFO]   from build-config/lib-build-config/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ lib-build-config ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/build-config/lib-build-config/pom.xml
[INFO] 
[INFO] -------------------< org.eclipse.leshan:leshan-core >-------------------
[INFO] Building leshan - core 2.0.0-SNAPSHOT                             [4/17]
[INFO]   from leshan-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-core ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core/pom.xml
[INFO] 
[INFO] -----------------< org.eclipse.leshan:leshan-core-cf >------------------
[INFO] Building leshan - core californium 2.0.0-SNAPSHOT                 [5/17]
[INFO]   from leshan-core-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-core-cf ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core-cf/pom.xml
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-core >----------------
[INFO] Building leshan - server core 2.0.0-SNAPSHOT                      [6/17]
[INFO]   from leshan-server-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-server-core ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-core/pom.xml
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-server-cf >-----------------
[INFO] Building leshan - server californium 2.0.0-SNAPSHOT               [7/17]
[INFO]   from leshan-server-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-server-cf ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-cf/pom.xml
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-redis >---------------
[INFO] Building leshan - server redis 2.0.0-SNAPSHOT                     [8/17]
[INFO]   from leshan-server-redis/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-server-redis ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-redis/pom.xml
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-core >----------------
[INFO] Building leshan - client core 2.0.0-SNAPSHOT                      [9/17]
[INFO]   from leshan-client-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-client-core ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-core/pom.xml
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-client-cf >-----------------
[INFO] Building leshan - client californium 2.0.0-SNAPSHOT              [10/17]
[INFO]   from leshan-client-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-client-cf ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-cf/pom.xml
[INFO] 
[INFO] ------------< org.eclipse.leshan:leshan-integration-tests >-------------
[INFO] Building leshan - integration tests 2.0.0-SNAPSHOT               [11/17]
[INFO]   from leshan-integration-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-integration-tests ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-integration-tests/pom.xml
[INFO] 
[INFO] ----------------< org.eclipse.leshan:demo-build-config >----------------
[INFO] Building leshan - shared demo build config 2.0.0-SNAPSHOT        [12/17]
[INFO]   from build-config/demo-build-config/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ demo-build-config ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/build-config/demo-build-config/pom.xml
[INFO] 
[INFO] ----------------< org.eclipse.leshan:leshan-core-demo >-----------------
[INFO] Building leshan - core demo 2.0.0-SNAPSHOT                       [13/17]
[INFO]   from leshan-core-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-core-demo ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core-demo/pom.xml
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-demo >----------------
[INFO] Building leshan - client demo 2.0.0-SNAPSHOT                     [14/17]
[INFO]   from leshan-client-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-client-demo ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-demo/pom.xml
[INFO] 
[INFO] -------------< org.eclipse.leshan:leshan-server-core-demo >-------------
[INFO] Building leshan - server core demo 2.0.0-SNAPSHOT                [15/17]
[INFO]   from leshan-server-core-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-server-core-demo ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/pom.xml
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-server-demo >----------------
[INFO] Building leshan - server demo 2.0.0-SNAPSHOT                     [16/17]
[INFO]   from leshan-server-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-server-demo ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-demo/pom.xml
[INFO] 
[INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >---------------
[INFO] Building leshan - bootstrap server demo 2.0.0-SNAPSHOT           [17/17]
[INFO]   from leshan-bsserver-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- sortpom:3.0.1:verify (default-cli) @ leshan-bsserver-demo ---
[INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for leshan 2.0.0-SNAPSHOT:
[INFO] 
[INFO] leshan ............................................. SUCCESS [  0.161 s]
[INFO] leshan - shared build config ....................... SUCCESS [  0.015 s]
[INFO] leshan - shared library build config ............... SUCCESS [  0.078 s]
[INFO] leshan - core ...................................... SUCCESS [  0.008 s]
[INFO] leshan - core californium .......................... SUCCESS [  0.006 s]
[INFO] leshan - server core ............................... SUCCESS [  0.006 s]
[INFO] leshan - server californium ........................ SUCCESS [  0.006 s]
[INFO] leshan - server redis .............................. SUCCESS [  0.005 s]
[INFO] leshan - client core ............................... SUCCESS [  0.005 s]
[INFO] leshan - client californium ........................ SUCCESS [  0.005 s]
[INFO] leshan - integration tests ......................... SUCCESS [  0.006 s]
[INFO] leshan - shared demo build config .................. SUCCESS [  0.006 s]
[INFO] leshan - core demo ................................. SUCCESS [  0.005 s]
[INFO] leshan - client demo ............................... SUCCESS [  0.005 s]
[INFO] leshan - server core demo .......................... SUCCESS [  0.038 s]
[INFO] leshan - server demo ............................... SUCCESS [  0.005 s]
[INFO] leshan - bootstrap server demo ..................... SUCCESS [  0.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.282 s
[INFO] Finished at: 2023-05-04T09:46:46Z
[INFO] ------------------------------------------------------------------------
[leshan] $ /bin/sh -xe /tmp/jenkins16862872225182434889.sh
+ cp leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar leshan-server-demo.jar
+ cp leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar leshan-bsserver-demo.jar
+ cp leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar leshan-client-demo.jar
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS