Skip to content

Console Output

Push event to branch 1.x
09:39:43 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained .jenkins/ci.jenkins from 82124bed8d0f089f488cf80c89aabb8b4501a30e
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-bwrf7 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-bwrf7"
  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-bwrf7"
    - 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-bwrf7"
    - 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-3160.vd76b_9ddd10cc"
    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"

Running on basic-bwrf7 in /home/jenkins/agent/workspace/leshan-ci_1.x
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-leshan/leshan.git
 > git init /home/jenkins/agent/workspace/leshan-ci_1.x # timeout=10
Fetching upstream changes from https://github.com/eclipse-leshan/leshan.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-leshan/leshan.git +refs/heads/1.x:refs/remotes/origin/1.x # timeout=10
Avoid second fetch
Checking out Revision 82124bed8d0f089f488cf80c89aabb8b4501a30e (1.x)
 > git config remote.origin.url https://github.com/eclipse-leshan/leshan.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/1.x:refs/remotes/origin/1.x # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82124bed8d0f089f488cf80c89aabb8b4501a30e # timeout=10
Commit message: "Fix Licenses pom metadata"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 1.x 82124bed8d0f089f488cf80c89aabb8b4501a30e # timeout=10
 > git rev-list --no-walk 9b01d28d5c659e071f8cc07dc141ba1d4c64ecc9 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -B clean install javadoc:javadoc
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] leshan                                                             [pom]
[INFO] leshan - core                                                   [bundle]
[INFO] leshan - core californium                                       [bundle]
[INFO] leshan - server core                                            [bundle]
[INFO] leshan - server californium                                     [bundle]
[INFO] leshan - server redis                                           [bundle]
[INFO] leshan - client core                                            [bundle]
[INFO] leshan - client californium                                     [bundle]
[INFO] leshan - integration tests                                         [jar]
[INFO] leshan - server demo                                               [jar]
[INFO] leshan - client demo                                               [jar]
[INFO] leshan - bootstrap server demo                                     [jar]
[INFO] 
[INFO] ---------------------< org.eclipse.leshan:leshan >----------------------
[INFO] Building leshan 1.5.1-SNAPSHOT                                    [1/12]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan ---
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan ---
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan ---
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan/1.5.1-SNAPSHOT/leshan-1.5.1-SNAPSHOT.pom
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan ---
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan ---
[INFO] 
[INFO] -------------------< org.eclipse.leshan:leshan-core >-------------------
[INFO] Building leshan - core 1.5.1-SNAPSHOT                             [2/12]
[INFO]   from leshan-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-core ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core ---
[INFO] Copying 11 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 138 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-core ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentValidationTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.leshan.core.request.argument.ArgumentValidationTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.leshan.core.request.argument.ArgumentsTest
[INFO] Running org.eclipse.leshan.core.attributes.AttributeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.leshan.core.attributes.AttributeTest
[INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsParsingTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 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.068 s - in org.eclipse.leshan.core.request.argument.ArgumentaSerializingTest
[INFO] Running org.eclipse.leshan.core.attributes.AttributeSetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.leshan.core.attributes.AttributeSetTest
[INFO] Running org.eclipse.leshan.core.tlv.TlvDecoderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.leshan.core.tlv.TlvDecoderTest
[INFO] Running org.eclipse.leshan.core.json.JsonSerializerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.leshan.core.json.JsonSerializerTest
[INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest
[INFO] Running org.eclipse.leshan.core.LinkObjectTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.leshan.core.LinkObjectTest
[INFO] Running org.eclipse.leshan.core.node.LwM2MResourceTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.leshan.core.node.LwM2MResourceTest
[INFO] Running org.eclipse.leshan.core.json.JsonDeserializerTest
SLF4J: A number (866) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s - in org.eclipse.leshan.core.json.JsonDeserializerTest
[INFO] Running org.eclipse.leshan.core.model.DDFFileParserTest
[Fatal Error] :2:10: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.eclipse.leshan.core.model.DDFFileParserTest
[INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest
[INFO] Running org.eclipse.leshan.core.tlv.TlvEncoderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.leshan.core.tlv.TlvEncoderTest
[INFO] Running org.eclipse.leshan.core.model.ValidateModelsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 s - in org.eclipse.leshan.core.model.ValidateModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-core ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core/target/leshan-core-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-core >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core/target/leshan-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-core ---
[INFO] Comparing [org.eclipse.leshan:leshan-core:jar:1.5.0] against [org.eclipse.leshan:leshan-core:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-core ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.5.1-SNAPSHOT/leshan-core-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core/target/leshan-core-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.5.1-SNAPSHOT/leshan-core-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core/target/leshan-core-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.5.1-SNAPSHOT/leshan-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-core ---
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/leshan/leshan-core/1.5.1-SNAPSHOT/leshan-core-1.5.1-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] <<< 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 1.5.1-SNAPSHOT                 [3/12]
[INFO]   from leshan-core-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-core-cf ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-core-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-core-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core-cf/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-core-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-core-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core-cf/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-core-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core-cf ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.core.californium.ResponseCodeUtilTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.leshan.core.californium.ResponseCodeUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-core-cf ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core-cf/target/leshan-core-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core-cf/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-core-cf >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-core-cf ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-core-cf <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-core-cf ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core-cf/target/leshan-core-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-core-cf ---
[INFO] Comparing [org.eclipse.leshan:leshan-core-cf:jar:1.5.0] against [org.eclipse.leshan:leshan-core-cf:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-core-cf ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.5.1-SNAPSHOT/leshan-core-cf-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core-cf/target/leshan-core-cf-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.5.1-SNAPSHOT/leshan-core-cf-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-core-cf/target/leshan-core-cf-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.5.1-SNAPSHOT/leshan-core-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-core-cf ---
[INFO] Installing org/eclipse/leshan/leshan-core-cf/1.5.1-SNAPSHOT/leshan-core-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> 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] <<< 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 1.5.1-SNAPSHOT                      [4/12]
[INFO]   from leshan-server-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-server-core ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 61 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/target/classes
[INFO] /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/src/main/java/org/eclipse/leshan/server/queue/PresenceServiceImpl.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/src/main/java/org/eclipse/leshan/server/queue/PresenceServiceImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.registration.RegistrationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.leshan.server.registration.RegistrationTest
[INFO] Running org.eclipse.leshan.server.SerializationTests
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.leshan.server.SerializationTests
[INFO] Running org.eclipse.leshan.server.registration.RegistrationUpdateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.013 s - in org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest
[INFO] Running org.eclipse.leshan.server.queue.PresenceServiceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 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.209 s - in org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-server-core ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/target/leshan-server-core-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-core >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-core ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-server-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/target/leshan-server-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-core ---
[INFO] Comparing [org.eclipse.leshan:leshan-server-core:jar:1.5.0] against [org.eclipse.leshan:leshan-server-core:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-core ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.5.1-SNAPSHOT/leshan-server-core-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/target/leshan-server-core-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.5.1-SNAPSHOT/leshan-server-core-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-core/target/leshan-server-core-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.5.1-SNAPSHOT/leshan-server-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-core ---
[INFO] Installing org/eclipse/leshan/leshan-server-core/1.5.1-SNAPSHOT/leshan-server-core-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> 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] <<< 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 1.5.1-SNAPSHOT               [5/12]
[INFO]   from leshan-server-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-server-cf ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/target/classes
[INFO] /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/src/main/java/org/eclipse/leshan/server/californium/registration/InMemoryRegistrationStore.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/src/main/java/org/eclipse/leshan/server/californium/registration/InMemoryRegistrationStore.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-server-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-cf ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.544 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest
[INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest
[INFO] Running org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.LeshanServerBuilderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.774 s - in org.eclipse.leshan.server.californium.LeshanServerBuilderTest
[INFO] Running org.eclipse.leshan.server.californium.LeshanServerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.313 s - in org.eclipse.leshan.server.californium.LeshanServerTest
[INFO] Running org.eclipse.leshan.server.californium.observation.ObservationServiceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s - in org.eclipse.leshan.server.californium.observation.ObservationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-server-cf ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/target/leshan-server-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-cf >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-cf ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-cf <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-server-cf ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/target/leshan-server-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-cf ---
[INFO] Comparing [org.eclipse.leshan:leshan-server-cf:jar:1.5.0] against [org.eclipse.leshan:leshan-server-cf:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-cf ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.5.1-SNAPSHOT/leshan-server-cf-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/target/leshan-server-cf-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.5.1-SNAPSHOT/leshan-server-cf-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-cf/target/leshan-server-cf-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.5.1-SNAPSHOT/leshan-server-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-cf ---
[INFO] Installing org/eclipse/leshan/leshan-server-cf/1.5.1-SNAPSHOT/leshan-server-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> 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] <<< 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 1.5.1-SNAPSHOT                     [6/12]
[INFO]   from leshan-server-redis/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-server-redis ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-redis ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-redis ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-redis ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/target/classes
[INFO] /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-redis ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-redis ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-redis ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest
[INFO] Running org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-server-redis ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/target/leshan-server-redis-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-redis >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-redis ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-redis <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-server-redis ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/target/leshan-server-redis-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-redis ---
[INFO] Comparing [org.eclipse.leshan:leshan-server-redis:jar:1.5.0] against [org.eclipse.leshan:leshan-server-redis:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-redis ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.5.1-SNAPSHOT/leshan-server-redis-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/target/leshan-server-redis-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.5.1-SNAPSHOT/leshan-server-redis-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-redis/target/leshan-server-redis-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.5.1-SNAPSHOT/leshan-server-redis-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-redis ---
[INFO] Installing org/eclipse/leshan/leshan-server-redis/1.5.1-SNAPSHOT/leshan-server-redis-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> 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] <<< 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 1.5.1-SNAPSHOT                      [7/12]
[INFO]   from leshan-client-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-client-core ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-core ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-core/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-core/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-client-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.util.ObjectEnablerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 s - in org.eclipse.leshan.client.util.ObjectEnablerTest
[INFO] Running org.eclipse.leshan.client.util.LinkFormatHelperTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 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.472 s - in org.eclipse.leshan.client.util.ObjectsInitializerTest
[INFO] Running org.eclipse.leshan.client.util.ServerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.leshan.client.util.ServerTest
[INFO] Running org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest
SLF4J: A number (17) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s - in org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-client-core ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-core/target/leshan-client-core-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-core >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-core ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-client-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-core/target/leshan-client-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-client-core ---
[INFO] Comparing [org.eclipse.leshan:leshan-client-core:jar:1.5.0] against [org.eclipse.leshan:leshan-client-core:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-client-core ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.5.1-SNAPSHOT/leshan-client-core-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-core/target/leshan-client-core-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.5.1-SNAPSHOT/leshan-client-core-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-core/target/leshan-client-core-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.5.1-SNAPSHOT/leshan-client-core-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-client-core ---
[INFO] Installing org/eclipse/leshan/leshan-client-core/1.5.1-SNAPSHOT/leshan-client-core-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> 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] <<< 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 1.5.1-SNAPSHOT               [8/12]
[INFO]   from leshan-client-cf/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-client-cf ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-cf ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/target/classes
[INFO] /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/src/main/java/org/eclipse/leshan/client/californium/SecurityObjectPskStore.java: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/src/main/java/org/eclipse/leshan/client/californium/SecurityObjectPskStore.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/src/main/java/org/eclipse/leshan/client/californium/SecurityObjectPskStore.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-cf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-cf ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/target/test-classes
[INFO] 
[INFO] --- animal-sniffer:1.22:check (default) @ leshan-client-cf ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-cf ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.californium.LeshanBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s - in org.eclipse.leshan.client.californium.LeshanBuilderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-client-cf ---
[INFO] Building bundle: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/target/leshan-client-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-cf >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-cf ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-cf <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-client-cf ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/target/leshan-client-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-client-cf ---
[INFO] Comparing [org.eclipse.leshan:leshan-client-cf:jar:1.5.0] against [org.eclipse.leshan:leshan-client-cf:jar:1.5.1-SNAPSHOT] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-client-cf ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.5.1-SNAPSHOT/leshan-client-cf-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/target/leshan-client-cf-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.5.1-SNAPSHOT/leshan-client-cf-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-cf/target/leshan-client-cf-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.5.1-SNAPSHOT/leshan-client-cf-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.8:install (default-install) @ leshan-client-cf ---
[INFO] Installing org/eclipse/leshan/leshan-client-cf/1.5.1-SNAPSHOT/leshan-client-cf-1.5.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] >>> 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] <<< 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 1.5.1-SNAPSHOT                [9/12]
[INFO]   from leshan-integration-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-integration-tests ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-integration-tests ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-integration-tests/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-integration-tests ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-integration-tests/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-integration-tests ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-integration-tests/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.integration.tests.DeleteTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.169 s - in org.eclipse.leshan.integration.tests.DeleteTest
[INFO] Running org.eclipse.leshan.integration.tests.ReadTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.798 s - in org.eclipse.leshan.integration.tests.ReadTest
[INFO] Running org.eclipse.leshan.integration.tests.CreateTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.169 s - in org.eclipse.leshan.integration.tests.CreateTest
[INFO] Running org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.101 s - in org.eclipse.leshan.integration.tests.ExecuteTest
[INFO] Running org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.594 s - in org.eclipse.leshan.integration.tests.RegistrationTest
[INFO] Running org.eclipse.leshan.integration.tests.BootstrapTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.768 s - in org.eclipse.leshan.integration.tests.BootstrapTest
[INFO] Running org.eclipse.leshan.integration.tests.WriteTest
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.004 s - in org.eclipse.leshan.integration.tests.WriteTest
[INFO] Running org.eclipse.leshan.integration.tests.ObserveTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.982 s - in org.eclipse.leshan.integration.tests.ObserveTest
[INFO] Running org.eclipse.leshan.integration.tests.SecurityTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.606 s - in org.eclipse.leshan.integration.tests.SecurityTest
[INFO] Running org.eclipse.leshan.integration.tests.QueueModeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.536 s - in org.eclipse.leshan.integration.tests.QueueModeTest
[INFO] Running org.eclipse.leshan.integration.tests.FailingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.616 s - in org.eclipse.leshan.integration.tests.FailingTest
[INFO] Running org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s - in org.eclipse.leshan.integration.tests.DiscoverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-integration-tests ---
[INFO] Skipping packaging of the jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-integration-tests >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-integration-tests ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-integration-tests <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-integration-tests ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-integration-tests ---
[INFO] Skipping execution
[INFO] 
[INFO] --- 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] <<< 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-server-demo >----------------
[INFO] Building leshan - server demo 1.5.1-SNAPSHOT                     [10/12]
[INFO]   from leshan-server-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-server-demo ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-server-demo ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo
[INFO] Storing buildNumber: 82124bed8d0f089f488cf80c89aabb8b4501a30e at timestamp: 1705416143085
[INFO] Storing buildScmBranch: 1.x
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-server-demo ---
[INFO] Copying 364 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-server-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo/target/classes
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ leshan-server-demo ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-server-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-demo ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.server.demo.model.ValidateServerDemoModelsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.607 s - in org.eclipse.leshan.server.demo.model.ValidateServerDemoModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-server-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-server-demo ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-demo <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-server-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-server-demo ---
[INFO] Reading assembly descriptor: ../jar-with-dependencies-with-logback.xml
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-server-demo ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-server-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.5.1-SNAPSHOT/leshan-server-demo-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.5.1-SNAPSHOT/leshan-server-demo-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.5.1-SNAPSHOT/leshan-server-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.5.1-SNAPSHOT/leshan-server-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-server-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-server-demo ---
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-demo <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-server-demo ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] ---------------< org.eclipse.leshan:leshan-client-demo >----------------
[INFO] Building leshan - client demo 1.5.1-SNAPSHOT                     [11/12]
[INFO]   from leshan-client-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-client-demo ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-demo ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-client-demo ---
[INFO] Copying 255 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-client-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-demo/target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-client-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-demo/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-demo ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.leshan.client.demo.model.ValidateClientDemoModelsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.272 s - in org.eclipse.leshan.client.demo.model.ValidateClientDemoModelsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-client-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-client-demo ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-demo <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-client-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-client-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-client-demo ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-client-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.5.1-SNAPSHOT/leshan-client-demo-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.5.1-SNAPSHOT/leshan-client-demo-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.5.1-SNAPSHOT/leshan-client-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.5.1-SNAPSHOT/leshan-client-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] >>> 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] <<< 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-bsserver-demo >---------------
[INFO] Building leshan - bootstrap server demo 1.5.1-SNAPSHOT           [12/12]
[INFO]   from leshan-bsserver-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.10.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ leshan-bsserver-demo ---
[INFO] Copying 38 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ leshan-bsserver-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-bsserver-demo/target/classes
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ leshan-bsserver-demo ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ leshan-bsserver-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-bsserver-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-bsserver-demo ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-bsserver-demo ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ leshan-bsserver-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan-bsserver-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-bsserver-demo ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ leshan-bsserver-demo <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ leshan-bsserver-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-bsserver-demo ---
[INFO] Reading assembly descriptor: ../jar-with-dependencies-with-logback.xml
[INFO] Building jar: /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] --- revapi:0.14.7:check (default) @ leshan-bsserver-demo ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ leshan-bsserver-demo ---
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-bsserver-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.5.1-SNAPSHOT/leshan-bsserver-demo-1.5.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.5.1-SNAPSHOT/leshan-bsserver-demo-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.5.1-SNAPSHOT/leshan-bsserver-demo-1.5.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/leshan-ci_1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.5.1-SNAPSHOT/leshan-bsserver-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] >>> javadoc:3.4.1:javadoc (default-cli) > generate-sources @ leshan-bsserver-demo >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ leshan-bsserver-demo ---
[INFO] 
[INFO] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-bsserver-demo <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.4.1:javadoc (default-cli) @ leshan-bsserver-demo ---
[INFO] No previous run data found, generating javadoc.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for leshan 1.5.1-SNAPSHOT:
[INFO] 
[INFO] leshan ............................................. SUCCESS [ 24.868 s]
[INFO] leshan - core ...................................... SUCCESS [ 18.482 s]
[INFO] leshan - core californium .......................... SUCCESS [  4.959 s]
[INFO] leshan - server core ............................... SUCCESS [  6.048 s]
[INFO] leshan - server californium ........................ SUCCESS [ 17.741 s]
[INFO] leshan - server redis .............................. SUCCESS [  5.884 s]
[INFO] leshan - client core ............................... SUCCESS [  6.521 s]
[INFO] leshan - client californium ........................ SUCCESS [  5.925 s]
[INFO] leshan - integration tests ......................... SUCCESS [ 32.856 s]
[INFO] leshan - server demo ............................... SUCCESS [ 15.959 s]
[INFO] leshan - client demo ............................... SUCCESS [  4.688 s]
[INFO] leshan - bootstrap server demo ..................... SUCCESS [  3.593 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:35 min
[INFO] Finished at: 2024-01-16T14:42:39Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ cp leshan-server-demo/target/leshan-server-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar leshan-server-demo.jar
+ cp leshan-bsserver-demo/target/leshan-bsserver-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar leshan-bsserver-demo.jar
+ cp leshan-client-demo/target/leshan-client-demo-1.5.1-SNAPSHOT-jar-with-dependencies.jar leshan-client-demo.jar
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS