Started by an SCM change Running as SYSTEM Agent basic-5mh4j is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-5mh4j" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.leshan.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-5mh4j" - 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-5mh4j" - 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-4.11.2" 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-5mh4j (basic) in workspace /home/jenkins/agent/workspace/leshan-1.x The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/leshan.git > git init /home/jenkins/agent/workspace/leshan-1.x # timeout=10 Fetching upstream changes from https://github.com/eclipse/leshan.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/leshan.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/leshan.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/1.x^{commit} # timeout=10 Checking out Revision 63cf6777a6b1e45322137e8b7a63fa9062cee6bc (origin/1.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 63cf6777a6b1e45322137e8b7a63fa9062cee6bc # timeout=10 Commit message: "Upgrade dependencies and maven plugin dependencies." > git rev-list --no-walk f9c39a65ecb791abf17509c4ba75722b2ce772ae # timeout=10 [leshan-1.x] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean install javadoc:javadoc -PuseToolchain -B Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) 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.14.14-200.fc34.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.4.0-SNAPSHOT [1/12] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan --- [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan/1.4.0-SNAPSHOT/leshan-1.4.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan --- [INFO] [INFO] -------------------< org.eclipse.leshan:leshan-core >------------------- [INFO] Building leshan - core 1.4.0-SNAPSHOT [2/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 138 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-core/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.21:check (default) @ leshan-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- SLF4J: A number (113) 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] Running org.eclipse.leshan.core.model.ValidateModelsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.835 s - in org.eclipse.leshan.core.model.ValidateModelsTest [INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest [INFO] Running org.eclipse.leshan.core.json.JsonSerializerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.leshan.core.json.JsonSerializerTest [INFO] Running org.eclipse.leshan.core.request.argument.ArgumentaSerializingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.leshan.core.request.argument.ArgumentaSerializingTest [INFO] Running org.eclipse.leshan.core.tlv.TlvEncoderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.leshan.core.tlv.TlvEncoderTest [INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest [INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.leshan.core.request.argument.ArgumentsTest [INFO] Running org.eclipse.leshan.core.attributes.AttributeSetTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.leshan.core.attributes.AttributeSetTest [INFO] Running org.eclipse.leshan.core.request.argument.ArgumentValidationTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.leshan.core.request.argument.ArgumentValidationTest [INFO] Running org.eclipse.leshan.core.tlv.TlvDecoderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.leshan.core.tlv.TlvDecoderTest [INFO] Running org.eclipse.leshan.core.LinkObjectTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.leshan.core.LinkObjectTest [INFO] Running org.eclipse.leshan.core.node.LwM2MResourceTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.leshan.core.node.LwM2MResourceTest [INFO] Running org.eclipse.leshan.core.json.JsonDeserializerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.leshan.core.json.JsonDeserializerTest [INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsParsingTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.leshan.core.request.argument.ArgumentsParsingTest [INFO] Running org.eclipse.leshan.core.attributes.AttributeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.leshan.core.attributes.AttributeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 141, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ leshan-core --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-core/target/leshan-core-1.4.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-1.x/leshan-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-core >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-core/target/leshan-core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-core --- [INFO] Comparing [org.eclipse.leshan:leshan-core:jar:1.0.0] against [org.eclipse.leshan:leshan-core:jar:1.4.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-core/target/leshan-core-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.4.0-SNAPSHOT/leshan-core-1.4.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.4.0-SNAPSHOT/leshan-core-1.4.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-core/target/leshan-core-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.4.0-SNAPSHOT/leshan-core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:install (default-install) @ leshan-core --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/leshan/leshan-core/1.4.0-SNAPSHOT/leshan-core-1.4.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-core >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-core --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] -----------------< org.eclipse.leshan:leshan-core-cf >------------------ [INFO] Building leshan - core californium 1.4.0-SNAPSHOT [3/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-core-cf --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-core-cf --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-core-cf --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-core-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-core-cf --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-core-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-core-cf --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.21:check (default) @ leshan-core-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-core-cf --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.core.californium.ResponseCodeUtilTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 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] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ leshan-core-cf --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/target/leshan-core-cf-1.4.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-core-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-core-cf --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-core-cf --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-core-cf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-core-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/target/leshan-core-cf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-core-cf --- [INFO] Comparing [org.eclipse.leshan:leshan-core-cf:jar:1.0.0] against [org.eclipse.leshan:leshan-core-cf:jar:1.4.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-core-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/target/leshan-core-cf-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.4.0-SNAPSHOT/leshan-core-cf-1.4.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.4.0-SNAPSHOT/leshan-core-cf-1.4.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/target/leshan-core-cf-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.4.0-SNAPSHOT/leshan-core-cf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:install (default-install) @ leshan-core-cf --- [INFO] Installing org/eclipse/leshan/leshan-core-cf/1.4.0-SNAPSHOT/leshan-core-cf-1.4.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-core-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-core-cf --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-core-cf --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-core-cf <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-core-cf --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-core >---------------- [INFO] Building leshan - server core 1.4.0-SNAPSHOT [4/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-server-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-server-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-server-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-server-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.21:check (default) @ leshan-server-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-server-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest [INFO] Running org.eclipse.leshan.server.queue.PresenceServiceTest SLF4J: A number (4) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s - in org.eclipse.leshan.server.queue.PresenceServiceTest [INFO] Running org.eclipse.leshan.server.registration.RegistrationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.leshan.server.registration.RegistrationTest [INFO] Running org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest [INFO] Running org.eclipse.leshan.server.SerializationTests [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.016 s - in org.eclipse.leshan.server.registration.RegistrationUpdateTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ leshan-server-core --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/target/leshan-server-core-1.4.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-core >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/target/leshan-server-core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-server-core --- [INFO] Comparing [org.eclipse.leshan:leshan-server-core:jar:1.0.0] against [org.eclipse.leshan:leshan-server-core:jar:1.4.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/target/leshan-server-core-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.4.0-SNAPSHOT/leshan-server-core-1.4.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.4.0-SNAPSHOT/leshan-server-core-1.4.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/target/leshan-server-core-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.4.0-SNAPSHOT/leshan-server-core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:install (default-install) @ leshan-server-core --- [INFO] Installing org/eclipse/leshan/leshan-server-core/1.4.0-SNAPSHOT/leshan-server-core-1.4.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-server-core >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-server-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-server-core --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-server-cf >----------------- [INFO] Building leshan - server californium 1.4.0-SNAPSHOT [5/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-cf --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-cf --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-cf --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-server-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-server-cf --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-server-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-server-cf --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.21:check (default) @ leshan-server-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-server-cf --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s - in org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest [INFO] Running org.eclipse.leshan.server.californium.observation.ObservationServiceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s - in org.eclipse.leshan.server.californium.observation.ObservationServiceTest [INFO] Running org.eclipse.leshan.server.californium.LeshanServerBuilderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.039 s - in org.eclipse.leshan.server.californium.LeshanServerBuilderTest [INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 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.649 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest [INFO] Running org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest [INFO] Running org.eclipse.leshan.server.californium.LeshanServerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.664 s - in org.eclipse.leshan.server.californium.LeshanServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ leshan-server-cf --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/target/leshan-server-cf-1.4.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-cf --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-cf --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-cf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/target/leshan-server-cf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-server-cf --- [INFO] Comparing [org.eclipse.leshan:leshan-server-cf:jar:1.0.0] against [org.eclipse.leshan:leshan-server-cf:jar:1.4.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/target/leshan-server-cf-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.4.0-SNAPSHOT/leshan-server-cf-1.4.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.4.0-SNAPSHOT/leshan-server-cf-1.4.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/target/leshan-server-cf-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.4.0-SNAPSHOT/leshan-server-cf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:install (default-install) @ leshan-server-cf --- [INFO] Installing org/eclipse/leshan/leshan-server-cf/1.4.0-SNAPSHOT/leshan-server-cf-1.4.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-server-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-cf --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-cf --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-server-cf <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-server-cf --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-redis >--------------- [INFO] Building leshan - server redis 1.4.0-SNAPSHOT [6/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-redis --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-redis --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-redis --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-server-redis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-server-redis --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-server-redis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-server-redis --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-server-redis --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 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.084 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] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ leshan-server-redis --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/target/leshan-server-redis-1.4.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-redis >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-redis --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-redis --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-redis <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-redis --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/target/leshan-server-redis-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-server-redis --- [INFO] Comparing [org.eclipse.leshan:leshan-server-redis:jar:1.0.0] against [org.eclipse.leshan:leshan-server-redis:jar:1.4.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-redis --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/target/leshan-server-redis-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.4.0-SNAPSHOT/leshan-server-redis-1.4.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.4.0-SNAPSHOT/leshan-server-redis-1.4.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/target/leshan-server-redis-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.4.0-SNAPSHOT/leshan-server-redis-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:install (default-install) @ leshan-server-redis --- [INFO] Installing org/eclipse/leshan/leshan-server-redis/1.4.0-SNAPSHOT/leshan-server-redis-1.4.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-server-redis >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-redis --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-redis --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-server-redis <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-server-redis --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-client-core >---------------- [INFO] Building leshan - client core 1.4.0-SNAPSHOT [7/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-client-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-client-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-client-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-client-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-client-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-client-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-client-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.21:check (default) @ leshan-client-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-client-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.client.util.LinkFormatHelperTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 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.583 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.025 s - in org.eclipse.leshan.client.util.ServerTest [INFO] Running org.eclipse.leshan.client.util.ObjectEnablerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s - in org.eclipse.leshan.client.util.ObjectEnablerTest [INFO] Running org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest SLF4J: A number (32) 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.571 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] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ leshan-client-core --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/target/leshan-client-core-1.4.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-core >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-client-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-client-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-client-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/target/leshan-client-core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-client-core --- [INFO] Comparing [org.eclipse.leshan:leshan-client-core:jar:1.0.0] against [org.eclipse.leshan:leshan-client-core:jar:1.4.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-client-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/target/leshan-client-core-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.4.0-SNAPSHOT/leshan-client-core-1.4.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.4.0-SNAPSHOT/leshan-client-core-1.4.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/target/leshan-client-core-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.4.0-SNAPSHOT/leshan-client-core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:install (default-install) @ leshan-client-core --- [INFO] Installing org/eclipse/leshan/leshan-client-core/1.4.0-SNAPSHOT/leshan-client-core-1.4.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-client-core >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-client-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-client-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-client-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-client-core --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-client-cf >----------------- [INFO] Building leshan - client californium 1.4.0-SNAPSHOT [8/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-client-cf --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-client-cf --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-client-cf --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-client-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-client-cf --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-client-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-client-cf --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.21:check (default) @ leshan-client-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-client-cf --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.client.californium.LeshanBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 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] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ leshan-client-cf --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/target/leshan-client-cf-1.4.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-client-cf --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-client-cf --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-cf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-client-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/target/leshan-client-cf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-client-cf --- [INFO] Comparing [org.eclipse.leshan:leshan-client-cf:jar:1.0.0] against [org.eclipse.leshan:leshan-client-cf:jar:1.4.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-client-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/target/leshan-client-cf-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.4.0-SNAPSHOT/leshan-client-cf-1.4.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.4.0-SNAPSHOT/leshan-client-cf-1.4.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/target/leshan-client-cf-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.4.0-SNAPSHOT/leshan-client-cf-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:install (default-install) @ leshan-client-cf --- [INFO] Installing org/eclipse/leshan/leshan-client-cf/1.4.0-SNAPSHOT/leshan-client-cf-1.4.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-client-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-client-cf --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-client-cf --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-client-cf <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-client-cf --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ------------< org.eclipse.leshan:leshan-integration-tests >------------- [INFO] Building leshan - integration tests 1.4.0-SNAPSHOT [9/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-integration-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-integration-tests --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-integration-tests --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-integration-tests/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-integration-tests --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-integration-tests/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-integration-tests --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-integration-tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-integration-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.integration.tests.DiscoverTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.214 s - in org.eclipse.leshan.integration.tests.DiscoverTest [INFO] Running org.eclipse.leshan.integration.tests.SecurityTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.508 s - in org.eclipse.leshan.integration.tests.SecurityTest [INFO] Running org.eclipse.leshan.integration.tests.FailingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.777 s - in org.eclipse.leshan.integration.tests.FailingTest [INFO] Running org.eclipse.leshan.integration.tests.ExecuteTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.029 s - in org.eclipse.leshan.integration.tests.ExecuteTest [INFO] Running org.eclipse.leshan.integration.tests.QueueModeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.067 s - in org.eclipse.leshan.integration.tests.QueueModeTest [INFO] Running org.eclipse.leshan.integration.tests.ObserveTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.811 s - in org.eclipse.leshan.integration.tests.ObserveTest [INFO] Running org.eclipse.leshan.integration.tests.WriteTest [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.754 s - in org.eclipse.leshan.integration.tests.WriteTest [INFO] Running org.eclipse.leshan.integration.tests.CreateTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.311 s - in org.eclipse.leshan.integration.tests.CreateTest [INFO] Running org.eclipse.leshan.integration.tests.RegistrationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.385 s - in org.eclipse.leshan.integration.tests.RegistrationTest [INFO] Running org.eclipse.leshan.integration.tests.DeleteTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.731 s - in org.eclipse.leshan.integration.tests.DeleteTest [INFO] Running org.eclipse.leshan.integration.tests.BootstrapTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.32 s - in org.eclipse.leshan.integration.tests.BootstrapTest [INFO] Running org.eclipse.leshan.integration.tests.ReadTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.228 s - in org.eclipse.leshan.integration.tests.ReadTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ leshan-integration-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-integration-tests >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-integration-tests --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-integration-tests --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-integration-tests <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-integration-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-integration-tests --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-integration-tests --- [INFO] Skipping artifact installation [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-integration-tests >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-integration-tests --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-integration-tests --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-integration-tests <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-integration-tests --- [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-demo >---------------- [INFO] Building leshan - server demo 1.4.0-SNAPSHOT [10/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-demo --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-demo --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-demo --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-server-demo --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo [INFO] Storing buildNumber: 63cf6777a6b1e45322137e8b7a63fa9062cee6bc at timestamp: 1647947820302 [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-1.x/leshan-server-demo' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-server-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 364 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-server-demo --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/leshan-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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-server-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-server-demo --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-server-demo --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.demo.model.ValidateServerDemoModelsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.09 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] --- maven-jar-plugin:3.2.2:jar (default-jar) @ leshan-server-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/target/leshan-server-demo-1.4.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-demo --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-demo --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-server-demo --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-demo <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/target/leshan-server-demo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ leshan-server-demo --- [INFO] Reading assembly descriptor: ../jar-with-dependencies-with-logback.xml [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/target/leshan-server-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-server-demo --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/target/leshan-server-demo-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.4.0-SNAPSHOT/leshan-server-demo-1.4.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.4.0-SNAPSHOT/leshan-server-demo-1.4.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/target/leshan-server-demo-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.4.0-SNAPSHOT/leshan-server-demo-1.4.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/target/leshan-server-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.4.0-SNAPSHOT/leshan-server-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-server-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-server-demo --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-server-demo --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-server-demo --- [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-server-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-server-demo --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] 11 warnings [WARNING] Javadoc Warnings [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.45.v20220203/jetty-server-9.4.45.v20220203.jar(org/eclipse/jetty/server/Server.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.45.v20220203/jetty-servlet-9.4.45.v20220203.jar(org/eclipse/jetty/servlet/ServletHolder.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-webapp/9.4.45.v20220203/jetty-webapp-9.4.45.v20220203.jar(org/eclipse/jetty/webapp/WebAppContext.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar(org/apache/commons/io/IOUtils.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.45.v20220203/jetty-servlets-9.4.45.v20220203.jar(org/eclipse/jetty/servlets/EventSource.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.45.v20220203/jetty-servlets-9.4.45.v20220203.jar(org/eclipse/jetty/servlets/EventSourceServlet.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.45.v20220203/jetty-servlets-9.4.45.v20220203.jar(org/eclipse/jetty/servlets/EventSource$Emitter.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.45.v20220203/jetty-util-9.4.45.v20220203.jar(org/eclipse/jetty/util/annotation/ManagedObject.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.45.v20220203/jetty-util-9.4.45.v20220203.jar(org/eclipse/jetty/util/annotation/Name.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.45.v20220203/jetty-util-9.4.45.v20220203.jar(org/eclipse/jetty/util/annotation/ManagedAttribute.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.45.v20220203/jetty-servlets-9.4.45.v20220203.jar(org/eclipse/jetty/servlets/EventSourceServlet$EventSourceEmitter.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-client-demo >---------------- [INFO] Building leshan - client demo 1.4.0-SNAPSHOT [11/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-client-demo --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-client-demo --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-client-demo --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-client-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 255 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-client-demo --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-client-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-client-demo --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-client-demo --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.client.demo.model.ValidateClientDemoModelsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.784 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] --- maven-jar-plugin:3.2.2:jar (default-jar) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/leshan-client-demo-1.4.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-client-demo --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-client-demo --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-demo <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/leshan-client-demo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/leshan-client-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-client-demo --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-client-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/leshan-client-demo-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.4.0-SNAPSHOT/leshan-client-demo-1.4.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.4.0-SNAPSHOT/leshan-client-demo-1.4.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/leshan-client-demo-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.4.0-SNAPSHOT/leshan-client-demo-1.4.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/leshan-client-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.4.0-SNAPSHOT/leshan-client-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-client-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-client-demo --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-client-demo --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-client-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-client-demo --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >--------------- [INFO] Building leshan - bootstrap server demo 1.4.0-SNAPSHOT [12/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-bsserver-demo --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ leshan-bsserver-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 38 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-bsserver-demo --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ leshan-bsserver-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-bsserver-demo --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-bsserver-demo --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ leshan-bsserver-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-bsserver-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-bsserver-demo --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-bsserver-demo --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-bsserver-demo <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-bsserver-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ leshan-bsserver-demo --- [INFO] Reading assembly descriptor: ../jar-with-dependencies-with-logback.xml [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ leshan-bsserver-demo --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-bsserver-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.4.0-SNAPSHOT/leshan-bsserver-demo-1.4.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.4.0-SNAPSHOT/leshan-bsserver-demo-1.4.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.4.0-SNAPSHOT/leshan-bsserver-demo-1.4.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.4.0-SNAPSHOT/leshan-bsserver-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.3.2:javadoc (default-cli) > generate-sources @ leshan-bsserver-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ leshan-bsserver-demo --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-bsserver-demo --- [INFO] [INFO] <<< maven-javadoc-plugin:3.3.2:javadoc (default-cli) < generate-sources @ leshan-bsserver-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.2:javadoc (default-cli) @ leshan-bsserver-demo --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] 6 warnings [WARNING] Javadoc Warnings [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.45.v20220203/jetty-server-9.4.45.v20220203.jar(org/eclipse/jetty/server/Server.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.45.v20220203/jetty-servlet-9.4.45.v20220203.jar(org/eclipse/jetty/servlet/ServletHolder.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-webapp/9.4.45.v20220203/jetty-webapp-9.4.45.v20220203.jar(org/eclipse/jetty/webapp/WebAppContext.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.45.v20220203/jetty-util-9.4.45.v20220203.jar(org/eclipse/jetty/util/annotation/ManagedObject.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.45.v20220203/jetty-util-9.4.45.v20220203.jar(org/eclipse/jetty/util/annotation/Name.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [WARNING] warning: /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.45.v20220203/jetty-util-9.4.45.v20220203.jar(org/eclipse/jetty/util/annotation/ManagedAttribute.class): major version 52 is newer than 51, the highest major version supported by this compiler. [WARNING] It is recommended that the compiler be upgraded. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for leshan 1.4.0-SNAPSHOT: [INFO] [INFO] leshan ............................................. SUCCESS [ 13.106 s] [INFO] leshan - core ...................................... SUCCESS [ 22.100 s] [INFO] leshan - core californium .......................... SUCCESS [ 7.480 s] [INFO] leshan - server core ............................... SUCCESS [ 7.487 s] [INFO] leshan - server californium ........................ SUCCESS [ 19.746 s] [INFO] leshan - server redis .............................. SUCCESS [ 7.469 s] [INFO] leshan - client core ............................... SUCCESS [ 8.675 s] [INFO] leshan - client californium ........................ SUCCESS [ 6.666 s] [INFO] leshan - integration tests ......................... SUCCESS [ 34.259 s] [INFO] leshan - server demo ............................... SUCCESS [ 36.132 s] [INFO] leshan - client demo ............................... SUCCESS [ 7.042 s] [INFO] leshan - bootstrap server demo ..................... SUCCESS [ 4.111 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:13 min [INFO] Finished at: 2022-03-22T11:17:41Z [INFO] ------------------------------------------------------------------------ [leshan-1.x] $ /bin/sh -xe /tmp/jenkins16434557882766237225.sh + cp leshan-server-demo/target/leshan-server-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar leshan-server-demo.jar + cp leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar leshan-bsserver-demo.jar + cp leshan-client-demo/target/leshan-client-demo-1.4.0-SNAPSHOT-jar-with-dependencies.jar leshan-client-demo.jar Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS