Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Running as SYSTEM Agent basic-nxqnf is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-nxqnf" 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-nxqnf" - 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-nxqnf" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.leshan.svc.cluster.local/leshan/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "6144Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - 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: "" workingDir: "/home/jenkins/agent" hostNetwork: false 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" optional: false name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-nxqnf (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/leshan.git > git init /home/jenkins/agent/workspace/leshan-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' > git fetch --tags --force --progress -- https://github.com/eclipse-leshan/leshan.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-leshan/leshan.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/1.x^{commit} # timeout=10 Checking out Revision 69334eb800a1e2dd17203e51dd86fbad2bbbcce0 (origin/1.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 69334eb800a1e2dd17203e51dd86fbad2bbbcce0 # timeout=10 Commit message: "Upgrade demo dependencies (logback, jetty, gson, common-io)" First time build. Skipping changelog. [leshan-1.x] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean install javadoc:javadoc -PuseToolchain -B Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] leshan [pom] [INFO] leshan - 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.3-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] --- toolchains:3.1.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] >>> source:3.2.1:jar (attach-sources) > generate-sources @ leshan >>> [INFO] [INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ leshan --- [INFO] [INFO] --- toolchains:3.1.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] <<< 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-1.x/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan/1.4.3-SNAPSHOT/leshan-1.4.3-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] --- toolchains:3.1.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] <<< 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.4.3-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] --- toolchains:3.1.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] --- 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] 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] --- resources:3.3.0:testResources (default-testResources) @ leshan-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-1.x/leshan-core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ leshan-core --- [WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}. [INFO] 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:1.22:check (default) @ leshan-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] 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 (125) 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.393 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.006 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.01 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.002 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.008 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.016 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.005 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.003 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.005 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.006 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.008 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.018 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.003 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.003 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] --- bundle:5.1.8:bundle (default-bundle) @ leshan-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-core/target/leshan-core-1.4.3-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-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] --- toolchains:3.1.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] <<< 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-1.x/leshan-core/target/leshan-core-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.14.7:check (default) @ leshan-core --- [INFO] Comparing [org.eclipse.leshan:leshan-core:jar:1.4.2] against [org.eclipse.leshan:leshan-core:jar:1.4.3-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-1.x/leshan-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.4.3-SNAPSHOT/leshan-core-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-core/target/leshan-core-1.4.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.4.3-SNAPSHOT/leshan-core-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-core/target/leshan-core-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/1.4.3-SNAPSHOT/leshan-core-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.8:install (default-install) @ leshan-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Writing OBR metadata [INFO] Installing org/eclipse/leshan/leshan-core/1.4.3-SNAPSHOT/leshan-core-1.4.3-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] --- toolchains:3.1.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] <<< javadoc:3.4.1:javadoc (default-cli) < generate-sources @ leshan-core <<< [INFO] [INFO] [INFO] --- javadoc:3.4.1: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.3-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] --- toolchains:3.1.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] --- resources:3.3.0:resources (default-resources) @ leshan-core-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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] --- resources:3.3.0:testResources (default-testResources) @ leshan-core-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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:1.22:check (default) @ leshan-core-cf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-core-cf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] 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.12 s - in org.eclipse.leshan.core.californium.ResponseCodeUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.8:bundle (default-bundle) @ leshan-core-cf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/target/leshan-core-cf-1.4.3-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-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] --- toolchains:3.1.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] <<< 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-1.x/leshan-core-cf/target/leshan-core-cf-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.14.7:check (default) @ leshan-core-cf --- [INFO] Comparing [org.eclipse.leshan:leshan-core-cf:jar:1.4.2] against [org.eclipse.leshan:leshan-core-cf:jar:1.4.3-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-1.x/leshan-core-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.4.3-SNAPSHOT/leshan-core-cf-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/target/leshan-core-cf-1.4.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.4.3-SNAPSHOT/leshan-core-cf-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-core-cf/target/leshan-core-cf-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/1.4.3-SNAPSHOT/leshan-core-cf-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.8:install (default-install) @ leshan-core-cf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/leshan/leshan-core-cf/1.4.3-SNAPSHOT/leshan-core-cf-1.4.3-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] --- toolchains:3.1.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] <<< 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] 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.3-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] --- toolchains:3.1.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] --- resources:3.3.0:resources (default-resources) @ leshan-server-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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:1.22:check (default) @ leshan-server-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] 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.034 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.181 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.008 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.046 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.036 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.034 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] --- bundle:5.1.8:bundle (default-bundle) @ leshan-server-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/target/leshan-server-core-1.4.3-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-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] --- toolchains:3.1.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] <<< 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-1.x/leshan-server-core/target/leshan-server-core-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.14.7:check (default) @ leshan-server-core --- [INFO] Comparing [org.eclipse.leshan:leshan-server-core:jar:1.4.2] against [org.eclipse.leshan:leshan-server-core:jar:1.4.3-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-1.x/leshan-server-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.4.3-SNAPSHOT/leshan-server-core-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/target/leshan-server-core-1.4.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.4.3-SNAPSHOT/leshan-server-core-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-core/target/leshan-server-core-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/1.4.3-SNAPSHOT/leshan-server-core-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/leshan/leshan-server-core/1.4.3-SNAPSHOT/leshan-server-core-1.4.3-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] --- toolchains:3.1.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] <<< 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] 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.3-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] --- toolchains:3.1.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] --- resources:3.3.0:resources (default-resources) @ leshan-server-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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:1.22:check (default) @ leshan-server-cf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-cf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] 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.281 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.263 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: 0.67 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.55 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.344 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.107 s - in org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest [INFO] Running org.eclipse.leshan.server.californium.LeshanServerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.168 s - in org.eclipse.leshan.server.californium.LeshanServerTest [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 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/target/leshan-server-cf-1.4.3-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-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] --- toolchains:3.1.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] <<< 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-1.x/leshan-server-cf/target/leshan-server-cf-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.14.7:check (default) @ leshan-server-cf --- [INFO] Comparing [org.eclipse.leshan:leshan-server-cf:jar:1.4.2] against [org.eclipse.leshan:leshan-server-cf:jar:1.4.3-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-1.x/leshan-server-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.4.3-SNAPSHOT/leshan-server-cf-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/target/leshan-server-cf-1.4.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.4.3-SNAPSHOT/leshan-server-cf-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-cf/target/leshan-server-cf-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/1.4.3-SNAPSHOT/leshan-server-cf-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-cf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/leshan/leshan-server-cf/1.4.3-SNAPSHOT/leshan-server-cf-1.4.3-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] --- toolchains:3.1.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] <<< 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] 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.3-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] --- toolchains:3.1.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] --- resources:3.3.0:resources (default-resources) @ leshan-server-redis --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-redis --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-redis --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] 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.019 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.043 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 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/target/leshan-server-redis-1.4.3-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-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] --- toolchains:3.1.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] <<< 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-1.x/leshan-server-redis/target/leshan-server-redis-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.14.7:check (default) @ leshan-server-redis --- [INFO] Comparing [org.eclipse.leshan:leshan-server-redis:jar:1.4.2] against [org.eclipse.leshan:leshan-server-redis:jar:1.4.3-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-1.x/leshan-server-redis/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.4.3-SNAPSHOT/leshan-server-redis-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/target/leshan-server-redis-1.4.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.4.3-SNAPSHOT/leshan-server-redis-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-redis/target/leshan-server-redis-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/1.4.3-SNAPSHOT/leshan-server-redis-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.8:install (default-install) @ leshan-server-redis --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/leshan/leshan-server-redis/1.4.3-SNAPSHOT/leshan-server-redis-1.4.3-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] --- toolchains:3.1.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] <<< 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] 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.3-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] --- toolchains:3.1.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] --- resources:3.3.0:resources (default-resources) @ leshan-client-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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:1.22:check (default) @ leshan-client-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] 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.642 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.343 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.125 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.334 s - in org.eclipse.leshan.client.util.ObjectEnablerTest [INFO] Running org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest SLF4J: A number (14) 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.334 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 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/target/leshan-client-core-1.4.3-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-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] --- toolchains:3.1.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] <<< 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-1.x/leshan-client-core/target/leshan-client-core-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.14.7:check (default) @ leshan-client-core --- [INFO] Comparing [org.eclipse.leshan:leshan-client-core:jar:1.4.2] against [org.eclipse.leshan:leshan-client-core:jar:1.4.3-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-1.x/leshan-client-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.4.3-SNAPSHOT/leshan-client-core-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/target/leshan-client-core-1.4.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.4.3-SNAPSHOT/leshan-client-core-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-core/target/leshan-client-core-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/1.4.3-SNAPSHOT/leshan-client-core-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.8:install (default-install) @ leshan-client-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/leshan/leshan-client-core/1.4.3-SNAPSHOT/leshan-client-core-1.4.3-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] --- toolchains:3.1.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] <<< 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] 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.3-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] --- toolchains:3.1.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] --- resources:3.3.0:resources (default-resources) @ leshan-client-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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:1.22:check (default) @ leshan-client-cf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-cf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] 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.216 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 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Building bundle: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/target/leshan-client-cf-1.4.3-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan-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] --- toolchains:3.1.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] <<< 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-1.x/leshan-client-cf/target/leshan-client-cf-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.14.7:check (default) @ leshan-client-cf --- [INFO] Comparing [org.eclipse.leshan:leshan-client-cf:jar:1.4.2] against [org.eclipse.leshan:leshan-client-cf:jar:1.4.3-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-1.x/leshan-client-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.4.3-SNAPSHOT/leshan-client-cf-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/target/leshan-client-cf-1.4.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.4.3-SNAPSHOT/leshan-client-cf-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-cf/target/leshan-client-cf-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/1.4.3-SNAPSHOT/leshan-client-cf-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.8:install (default-install) @ leshan-client-cf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/leshan/leshan-client-cf/1.4.3-SNAPSHOT/leshan-client-cf-1.4.3-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] --- toolchains:3.1.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] <<< 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] 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.3-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] --- toolchains:3.1.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] --- resources:3.3.0:resources (default-resources) @ leshan-integration-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [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-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] 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] --- surefire:3.0.0-M5:test (default-test) @ leshan-integration-tests --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] 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.192 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: 28.412 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.337 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.088 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.226 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.915 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.491 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.301 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.421 s - in org.eclipse.leshan.integration.tests.RegistrationTest [INFO] Running org.eclipse.leshan.integration.tests.DeleteTest 2023-07-18 13:34:16,827 ERROR org.eclipse.californium.elements.util.SerialExecutor$1 [CoapServer(main)#1] unexpected error occurred: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1a6d1901 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@6f59c43[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 14] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:325) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:530) at org.eclipse.californium.core.network.stack.ReliabilityLayer$RetransmissionTask.startTimer(ReliabilityLayer.java:458) at org.eclipse.californium.core.network.stack.ReliabilityLayer$3$1.run(ReliabilityLayer.java:184) at org.eclipse.californium.elements.util.SerialExecutor$1.run(SerialExecutor.java:289) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.812 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.755 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.212 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] --- 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] --- toolchains:3.1.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] <<< 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] --- toolchains:3.1.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] <<< 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.4.3-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] --- toolchains:3.1.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: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: 69334eb800a1e2dd17203e51dd86fbad2bbbcce0 at timestamp: 1689687285457 [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] --- 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] 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] --- resources:3.3.0:testResources (default-testResources) @ leshan-server-demo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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] --- surefire:3.0.0-M5:test (default-test) @ leshan-server-demo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] 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: 1.591 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-1.x/leshan-server-demo/target/leshan-server-demo-1.4.3-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] --- toolchains:3.1.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: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-1.x/leshan-server-demo/target/leshan-server-demo-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-server-demo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Reading assembly descriptor: ../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.3-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-1.x/leshan-server-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.4.3-SNAPSHOT/leshan-server-demo-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/target/leshan-server-demo-1.4.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.4.3-SNAPSHOT/leshan-server-demo-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/target/leshan-server-demo-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.4.3-SNAPSHOT/leshan-server-demo-1.4.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-server-demo/target/leshan-server-demo-1.4.3-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/1.4.3-SNAPSHOT/leshan-server-demo-1.4.3-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] --- toolchains:3.1.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: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] 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.51.v20230217/jetty-server-9.4.51.v20230217.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.51.v20230217/jetty-servlet-9.4.51.v20230217.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.51.v20230217/jetty-webapp-9.4.51.v20230217.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.13.0/commons-io-2.13.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.51.v20230217/jetty-servlets-9.4.51.v20230217.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.51.v20230217/jetty-servlets-9.4.51.v20230217.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.51.v20230217/jetty-servlets-9.4.51.v20230217.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.51.v20230217/jetty-util-9.4.51.v20230217.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.51.v20230217/jetty-util-9.4.51.v20230217.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.51.v20230217/jetty-util-9.4.51.v20230217.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.51.v20230217/jetty-servlets-9.4.51.v20230217.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.3-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] --- toolchains:3.1.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] --- 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] 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] --- resources:3.3.0:testResources (default-testResources) @ leshan-client-demo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] 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] --- surefire:3.0.0-M5:test (default-test) @ leshan-client-demo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] 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.423 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-1.x/leshan-client-demo/target/leshan-client-demo-1.4.3-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] --- toolchains:3.1.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] <<< 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-1.x/leshan-client-demo/target/leshan-client-demo-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-client-demo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Building jar: /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/leshan-client-demo-1.4.3-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-1.x/leshan-client-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.4.3-SNAPSHOT/leshan-client-demo-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/leshan-client-demo-1.4.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.4.3-SNAPSHOT/leshan-client-demo-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/leshan-client-demo-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.4.3-SNAPSHOT/leshan-client-demo-1.4.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-client-demo/target/leshan-client-demo-1.4.3-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/1.4.3-SNAPSHOT/leshan-client-demo-1.4.3-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] --- toolchains:3.1.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] <<< 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] 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.3-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] --- toolchains:3.1.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: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] 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] --- resources:3.3.0:testResources (default-testResources) @ leshan-bsserver-demo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ leshan-bsserver-demo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [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-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.3-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] --- toolchains:3.1.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: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-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.4.2:single (make-assembly) @ leshan-bsserver-demo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Reading assembly descriptor: ../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.3-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-1.x/leshan-bsserver-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.4.3-SNAPSHOT/leshan-bsserver-demo-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.4.3-SNAPSHOT/leshan-bsserver-demo-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.4.3-SNAPSHOT/leshan-bsserver-demo-1.4.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-1.x/leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.3-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/1.4.3-SNAPSHOT/leshan-bsserver-demo-1.4.3-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] --- toolchains:3.1.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: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] 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.51.v20230217/jetty-server-9.4.51.v20230217.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.51.v20230217/jetty-servlet-9.4.51.v20230217.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.51.v20230217/jetty-webapp-9.4.51.v20230217.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.51.v20230217/jetty-util-9.4.51.v20230217.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.51.v20230217/jetty-util-9.4.51.v20230217.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.51.v20230217/jetty-util-9.4.51.v20230217.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.3-SNAPSHOT: [INFO] [INFO] leshan ............................................. SUCCESS [ 8.570 s] [INFO] leshan - core ...................................... SUCCESS [ 27.378 s] [INFO] leshan - core californium .......................... SUCCESS [ 4.698 s] [INFO] leshan - server core ............................... SUCCESS [ 5.079 s] [INFO] leshan - server californium ........................ SUCCESS [ 14.670 s] [INFO] leshan - server redis .............................. SUCCESS [ 4.689 s] [INFO] leshan - client core ............................... SUCCESS [ 5.561 s] [INFO] leshan - client californium ........................ SUCCESS [ 4.284 s] [INFO] leshan - integration tests ......................... SUCCESS [ 32.829 s] [INFO] leshan - server demo ............................... SUCCESS [ 10.109 s] [INFO] leshan - client demo ............................... SUCCESS [ 4.435 s] [INFO] leshan - bootstrap server demo ..................... SUCCESS [ 2.663 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:13 min [INFO] Finished at: 2023-07-18T13:35:00Z [INFO] ------------------------------------------------------------------------ [leshan-1.x] $ /bin/sh -xe /tmp/jenkins17902677445031908030.sh + cp leshan-server-demo/target/leshan-server-demo-1.4.3-SNAPSHOT-jar-with-dependencies.jar leshan-server-demo.jar + cp leshan-bsserver-demo/target/leshan-bsserver-demo-1.4.3-SNAPSHOT-jar-with-dependencies.jar leshan-bsserver-demo.jar + cp leshan-client-demo/target/leshan-client-demo-1.4.3-SNAPSHOT-jar-with-dependencies.jar leshan-client-demo.jar Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS