Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-lvk5m is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-lvk5m"
  namespace: "leshan"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.leshan.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-lvk5m"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-lvk5m"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.leshan.svc.cluster.local/leshan/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-leshan"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-lvk5m (basic) in workspace /home/jenkins/agent/workspace/leshan
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-leshan/leshan.git
 > git init /home/jenkins/agent/workspace/leshan # timeout=10
Fetching upstream changes from https://github.com/eclipse-leshan/leshan.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-leshan/leshan.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-leshan/leshan.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 71756db5e41e4ed8c0d9da7a26e6a26222a57c73 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71756db5e41e4ed8c0d9da7a26e6a26222a57c73 # timeout=10
Commit message: "Upgrade to nodejs v18.13.0 and do not use parallel build."
 > git rev-list --no-walk 5dcd7f94e8ac8641b185e1391640dc1a568ccd37 # timeout=10
[leshan] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean install javadoc:javadoc -PeclipseJenkins -B
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
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 - 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 ]-------------------------------
[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: 290
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         290 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          3s
[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 290 files in 00:02.006 (Already Sorted: 290, Needed Sorting: 0)
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core ---
[INFO] Copying 21 resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ leshan-core ---
[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 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 251 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 ---
[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.23:check (default) @ leshan-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ leshan-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[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.111 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.064 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.016 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.002 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.167 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.032 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.005 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.019 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.002 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.297 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.037 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.031 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.014 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.003 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.127 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.007 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.002 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.174 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.207 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.004 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.107 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.137 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.006 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.008 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.208 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.015 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.9:bundle (default-bundle) @ leshan-core ---
[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.9:install (default-install) @ leshan-core ---
[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: 290
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         290 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 ]-------------------------------
[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.071 (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.5.0:flatten (flatten) @ leshan-core-cf ---
[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 ---
[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 ---
[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.23:check (default) @ leshan-core-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ leshan-core-cf ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[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.150 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.9:bundle (default-bundle) @ leshan-core-cf ---
[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.9:install (default-install) @ leshan-core-cf ---
[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 ]-------------------------------
[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: 106
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         106 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 106 files in 00:00.356 (Already Sorted: 106, 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.5.0:flatten (flatten) @ leshan-server-core ---
[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 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 96 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 ---
[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.23:check (default) @ leshan-server-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ leshan-server-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[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.044 s -- in org.eclipse.leshan.server.SerializationTests
[INFO] Running org.eclipse.leshan.server.registration.RegistrationTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.009 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.002 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.173 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.009 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.005 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.229 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.130 s -- in org.eclipse.leshan.server.bootstrap.BootstrapConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ leshan-server-core ---
[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.9:install (default-install) @ leshan-server-core ---
[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: 106
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         106 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 ]-------------------------------
[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.223 (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.5.0:flatten (flatten) @ leshan-server-cf ---
[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 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/classes
[WARNING] /home/jenkins/agent/workspace/leshan/leshan-server-cf/src/main/java/org/eclipse/leshan/server/californium/ConnectionCleaner.java:[26,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/leshan/leshan-server-cf/src/main/java/org/eclipse/leshan/server/californium/ConnectionCleaner.java:[26,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[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 ---
[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.23:check (default) @ leshan-server-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ leshan-server-cf ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[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: 17.69 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.787 s -- in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest
[WARNING] ForkStarter IOException: Stream closed. See the dump file /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/surefire-reports/2023-08-23T13-59-30_195-jvmRun1.dumpstream
[INFO] Running org.eclipse.leshan.server.californium.LeshanServerBuilderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.107 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.274 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.461 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.232 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.293 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.571 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.536 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.9:bundle (default-bundle) @ leshan-server-cf ---
[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.9:install (default-install) @ leshan-server-cf ---
[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 ]-------------------------------
[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: 12
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         12 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 12 files in 00:00.115 (Already Sorted: 12, 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.5.0:flatten (flatten) @ leshan-server-redis ---
[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 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 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 ---
[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.23:check (default) @ leshan-server-redis ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ leshan-server-redis ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[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.278 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.026 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.9:bundle (default-bundle) @ leshan-server-redis ---
[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.9:install (default-install) @ leshan-server-redis ---
[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: 12
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         12 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 ]-------------------------------
[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.385 (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.5.0:flatten (flatten) @ leshan-client-core ---
[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 ---
[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 ---
[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.23:check (default) @ leshan-client-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ leshan-client-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[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.303 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.551 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.040 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.014 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.014 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.9:bundle (default-bundle) @ leshan-client-core ---
[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.9:install (default-install) @ leshan-client-core ---
[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 ]-------------------------------
[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.103 (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.5.0:flatten (flatten) @ leshan-client-cf ---
[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 ---
[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 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ leshan-client-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ leshan-client-cf ---
[INFO] No tests to run.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ leshan-client-cf ---
[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.9:install (default-install) @ leshan-client-cf ---
[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 ]---------------------------------
[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: 69
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         69 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          3s
[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 69 files in 00:01.308 (Already Sorted: 69, 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.5.0:flatten (flatten) @ leshan-integration-tests ---
[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 ---
[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 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 69 source files to /home/jenkins/agent/workspace/leshan/leshan-integration-tests/target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ leshan-integration-tests ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[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.252 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: 4.405 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.103 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.898 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.321 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.710 s -- in org.eclipse.leshan.integration.tests.write.WriteOpaqueValueTest
[INFO] Running org.eclipse.leshan.integration.tests.observe.DynamicIPObserveTest
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.548 s -- in org.eclipse.leshan.integration.tests.observe.DynamicIPObserveTest
[INFO] Running org.eclipse.leshan.integration.tests.observe.ObserveCompositeTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.416 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.443 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.423 s -- in org.eclipse.leshan.integration.tests.observe.ObserveTest
[INFO] Running org.eclipse.leshan.integration.tests.send.DynamicIPSendTest
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.066 s -- in org.eclipse.leshan.integration.tests.send.DynamicIPSendTest
[INFO] Running org.eclipse.leshan.integration.tests.send.SendTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 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.040 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.098 s -- in org.eclipse.leshan.integration.tests.send.SendTimestampedTest
[INFO] Running org.eclipse.leshan.integration.tests.lockstep.LockStepTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.214 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.226 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.613 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.407 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.162 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.238 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.241 s -- in org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Running org.eclipse.leshan.integration.tests.create.CreateFailedTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 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.540 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.296 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.872 s -- in org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Running org.eclipse.leshan.integration.tests.OscoreTest
2023-08-23 14:02:42,279 ERROR o.e.c.o.RequestDecryptor [CoapServer(main)#1] Security context not found
2023-08-23 14:02:42,282 ERROR o.e.c.o.ObjectSecurityLayer [CoapServer(main)#1] Error while receiving OSCore request: Security context not found
2023-08-23 14:02:42,285 ERROR o.e.c.o.RequestDecryptor [CoapServer(main)#1] Security context not found
2023-08-23 14:02:42,285 ERROR o.e.c.o.ObjectSecurityLayer [CoapServer(main)#1] Error while receiving OSCore request: Security context not found
2023-08-23 14:02:42,327 ERROR o.e.c.o.ObjectSecurityContextLayer [CoapServer(main)#1] Context is null
2023-08-23 14:02:42,328 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.638 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.158 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.134 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.716 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: 38.66 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.047 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.525 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.292 s -- in org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 382, Failures: 0, Errors: 0, Skipped: 2
[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: 69
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         69 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 ]---------------------------------
[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.2.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: 71756db5e41e4ed8c0d9da7a26e6a26222a57c73 at timestamp: 1692799410389
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan/leshan-core-demo' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/leshan/leshan-core-demo
[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 scmBranch: 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.042 (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] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ leshan-core-demo ---
[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 ---
[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 ---
[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.1.2:test (default-test) @ leshan-core-demo ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[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.389 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.2.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 ]---------------------------------
[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.069 (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.5.0:flatten (flatten) @ leshan-client-demo ---
[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 ---
[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 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ leshan-client-demo ---
[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.6.0:single (make-assembly) @ leshan-client-demo ---
[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 ]---------------------------------
[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.046 (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.5.0:flatten (flatten) @ leshan-server-core-demo ---
[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 ---
[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 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ leshan-server-core-demo ---
[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 ]---------------------------------
[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.2.0:create (default) @ leshan-server-demo ---
[INFO] 
[INFO] --- wagon:2.0.2:sshexec (prepare-build) @ leshan-server-demo ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for leshan 2.0.0-SNAPSHOT:
[INFO] 
[INFO] leshan - core ...................................... SUCCESS [ 43.240 s]
[INFO] leshan - core californium .......................... SUCCESS [  6.449 s]
[INFO] leshan - server core ............................... SUCCESS [ 26.365 s]
[INFO] leshan - server californium ........................ SUCCESS [ 56.337 s]
[INFO] leshan - server redis .............................. SUCCESS [ 11.182 s]
[INFO] leshan - client core ............................... SUCCESS [ 11.495 s]
[INFO] leshan - client californium ........................ SUCCESS [  5.212 s]
[INFO] leshan - integration tests ......................... SUCCESS [01:42 min]
[INFO] leshan - core demo ................................. SUCCESS [  7.772 s]
[INFO] leshan - client demo ............................... SUCCESS [  4.178 s]
[INFO] leshan - server core demo .......................... SUCCESS [  2.788 s]
[INFO] leshan - server demo ............................... FAILURE [  1.976 s]
[INFO] leshan - bootstrap server demo ..................... SKIPPED
[INFO] leshan ............................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:46 min
[INFO] Finished at: 2023-08-23T14:03:45Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 13 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:3.10.1
[WARNING]  * org.apache.maven.plugins:maven-enforcer-plugin:3.1.0
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING]  * org.apache.maven.plugins:maven-javadoc-plugin:3.4.1
[WARNING]  * com.github.ekryd.sortpom:sortpom-maven-plugin:3.0.1
[WARNING]  * net.revelc.code.formatter:formatter-maven-plugin:2.16.0
[WARNING]  * org.apache.maven.plugins:maven-source-plugin:3.2.1
[WARNING]  * org.apache.felix:maven-bundle-plugin:5.1.9
[WARNING]  * org.revapi:revapi-maven-plugin:0.14.7
[WARNING]  * org.codehaus.mojo:wagon-maven-plugin:2.0.2
[WARNING]  * org.codehaus.mojo:versions-maven-plugin:2.12.0
[WARNING]  * org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[ERROR] Failed to execute goal org.codehaus.mojo:wagon-maven-plugin:2.0.2:sshexec (prepare-build) on project leshan-server-demo: Unable to execute remote command: Exit code 255 - genie.leshan@projects-storage.eclipse.org: Permission denied (publickey,password). -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :leshan-server-demo
Build step 'Invoke top-level Maven targets' marked build as failure
Sending e-mails to: sbernard@sierrawireless.com
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: FAILURE