Started by an SCM change Running as SYSTEM Agent basic-c3lm7 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-c3lm7" 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-c3lm7" - 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-c3lm7" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.leshan.svc.cluster.local/leshan/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-leshan" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-c3lm7 (basic) in workspace /home/jenkins/agent/workspace/leshan The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/leshan.git > git init /home/jenkins/agent/workspace/leshan # timeout=10 Fetching upstream changes from https://github.com/eclipse/leshan.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/leshan.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/leshan.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision dbe5aa21840d6a1f41606612eec09736193e3c89 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f dbe5aa21840d6a1f41606612eec09736193e3c89 # timeout=10 Commit message: "Add some test about LwM2mObservationStore.remove()" > git rev-list --no-walk 250c8e2e21907f1e3e705c44790b5b85567ffc18 # timeout=10 [leshan] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean install javadoc:javadoc -B Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] leshan - core [bundle] [INFO] leshan - core californium [bundle] [INFO] leshan - server core [bundle] [INFO] leshan - server californium [bundle] [INFO] leshan - server redis [bundle] [INFO] leshan - client core [bundle] [INFO] leshan - client californium [bundle] [INFO] leshan - integration tests [jar] [INFO] leshan - core demo [jar] [INFO] leshan - client demo [jar] [INFO] leshan - server core demo [jar] [INFO] leshan - server demo [jar] [INFO] leshan - bootstrap server demo [jar] [INFO] leshan [pom] [INFO] [INFO] -------------------< org.eclipse.leshan:leshan-core >------------------- [INFO] Building leshan - core 2.0.0-SNAPSHOT [1/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-core --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 283 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 283 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 5s [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-core --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-core --- [INFO] Processed 283 files in 00:03.106 (Already Sorted: 283, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-core --- [INFO] Copying 21 resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-core --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-core:bundle:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 244 source files to /home/jenkins/agent/workspace/leshan/leshan-core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-core --- [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/leshan/leshan-core/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.22:check (default) @ leshan-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.core.link.LinkParserValidationTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.leshan.core.link.LinkParserValidationTest [INFO] Running org.eclipse.leshan.core.response.ObserveResponseTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.leshan.core.response.ObserveResponseTest [INFO] Running org.eclipse.leshan.core.senml.cbor.SenMLCborSerializerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.leshan.core.senml.cbor.SenMLCborSerializerTest [INFO] Running org.eclipse.leshan.core.senml.cbor.SenMLJsonSerDesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.leshan.core.senml.cbor.SenMLJsonSerDesTest [INFO] Running org.eclipse.leshan.core.request.argument.ArgumentValidationTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.leshan.core.request.argument.ArgumentValidationTest [INFO] Running org.eclipse.leshan.core.util.base64.DefaultBase64DecoderTest [INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.leshan.core.util.base64.DefaultBase64DecoderTest [INFO] Running org.eclipse.leshan.core.link.DefaultLinkSerializerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.leshan.core.link.DefaultLinkSerializerTest [INFO] Running org.eclipse.leshan.core.link.DefaultLinkParserTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.leshan.core.link.DefaultLinkParserTest [INFO] Running org.eclipse.leshan.core.link.attributes.AttributeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.leshan.core.link.attributes.AttributeTest [INFO] Running org.eclipse.leshan.core.link.MixedLwM2mLinkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.leshan.core.link.MixedLwM2mLinkTest [INFO] Running org.eclipse.leshan.core.link.lwm2m.attributes.DefaultLwM2mAttributeParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.leshan.core.link.lwm2m.attributes.DefaultLwM2mAttributeParserTest [INFO] Running org.eclipse.leshan.core.link.attributes.AttributeSetTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.leshan.core.link.attributes.AttributeSetTest [INFO] Running org.eclipse.leshan.core.response.ObserveCompositeResponseTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.leshan.core.response.ObserveCompositeResponseTest [INFO] Running org.eclipse.leshan.core.link.lwm2m.DefaultLwM2mLinkParserTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.leshan.core.link.lwm2m.DefaultLwM2mLinkParserTest [INFO] Running org.eclipse.leshan.core.request.argument.ArgumentaSerializingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.leshan.core.request.argument.ArgumentaSerializingTest [INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.leshan.core.request.argument.ArgumentsTest [INFO] Running org.eclipse.leshan.core.request.ContentFormatTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.leshan.core.request.ContentFormatTest [INFO] Running org.eclipse.leshan.core.request.argument.ArgumentsParsingTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.leshan.core.request.argument.ArgumentsParsingTest [INFO] Running org.eclipse.leshan.core.request.WriteAttributesRequestTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.leshan.core.request.WriteAttributesRequestTest [INFO] Running org.eclipse.leshan.core.util.TimestampUtilTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.leshan.core.util.TimestampUtilTest [INFO] Running org.eclipse.leshan.core.util.base64.DefaultBase64EncoderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.leshan.core.util.base64.DefaultBase64EncoderTest [INFO] Running org.eclipse.leshan.core.util.X509CertUtilTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s - in org.eclipse.leshan.core.util.X509CertUtilTest [INFO] Running org.eclipse.leshan.core.json.JsonDeserializerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.leshan.core.json.JsonDeserializerTest [INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest [INFO] Running org.eclipse.leshan.core.json.JsonSerializerTest 2023-01-26 16:22:15,636 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] {"e":[{"n":"0","sv":"Open Mobile Alliance"},{"n":"1","sv":"Lightweight M2M Client"},{"n":"2","sv":"345000123"},{"n":"3","sv":"1.0"},{"n":"6/0","v":1},{"n":"6/1","v":5},{"n":"7/0","v":3800},{"n":"7/1","v":5000},{"n":"8/0","v":125},{"n":"8/1","v":900},{"n":"9","v":100},{"n":"10","v":15},{"n":"11/0","v":0},{"n":"13","v":1.367491215E9},{"n":"14","sv":"+02:00"},{"n":"15","sv":"U"}]} SLF4J: A number (280) 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 https://www.slf4j.org/codes.html#replay 2023-01-26 16:22:15,689 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] LwM2mJsonElement [baseName=null, baseTime=null, resourceList=[JsonArrayEntry [name=0, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=Open Mobile Alliance, time=null], JsonArrayEntry [name=1, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=Lightweight M2M Client, time=null], JsonArrayEntry [name=2, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=345000123, time=null], JsonArrayEntry [name=3, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=1.0, time=null], JsonArrayEntry [name=6/0, floatValue=1, booleanValue=null, objectLinkValue=null, stringValue=null, time=null], JsonArrayEntry [name=6/1, floatValue=5, booleanValue=null, objectLinkValue=null, stringValue=null, time=null], JsonArrayEntry [name=7/0, floatValue=3800, booleanValue=null, objectLinkValue=null, stringValue=null, time=null], JsonArrayEntry [name=7/1, floatValue=5000, booleanValue=null, objectLinkValue=null, stringValue=null, time=null], JsonArrayEntry [name=8/0, floatValue=125, booleanValue=null, objectLinkValue=null, stringValue=null, time=null], JsonArrayEntry [name=8/1, floatValue=900, booleanValue=null, objectLinkValue=null, stringValue=null, time=null], JsonArrayEntry [name=9, floatValue=100, booleanValue=null, objectLinkValue=null, stringValue=null, time=null], JsonArrayEntry [name=10, floatValue=15, booleanValue=null, objectLinkValue=null, stringValue=null, time=null], JsonArrayEntry [name=11/0, floatValue=0, booleanValue=null, objectLinkValue=null, stringValue=null, time=null], JsonArrayEntry [name=13, floatValue=1.367491215E9, booleanValue=null, objectLinkValue=null, stringValue=null, time=null], JsonArrayEntry [name=14, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=+02:00, time=null], JsonArrayEntry [name=15, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=U, time=null]]] 2023-01-26 16:22:15,690 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] LwM2mJsonElement [baseName=null, baseTime=25462634, resourceList=[JsonArrayEntry [name=1/2, floatValue=22.4, booleanValue=null, objectLinkValue=null, stringValue=null, time=-5], JsonArrayEntry [name=1/2, floatValue=22.9, booleanValue=null, objectLinkValue=null, stringValue=null, time=-30], JsonArrayEntry [name=1/2, floatValue=24.1, booleanValue=null, objectLinkValue=null, stringValue=null, time=-50]]] 2023-01-26 16:22:15,690 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] {"bn":"/","e":[{"n":"A/0/0/0","ov":"B:0"},{"n":"A/0/0/1","ov":"B:1"},{"n":"A/0/1","sv":"8613800755500"},{"n":"B/0/0","sv":"myService1"},{"n":"B/0/1","sv":"Internet.15.234"},{"n":"B/0/2","ov":"C:0"},{"n":"B/1/0","sv":"myService2"},{"n":"B/1/1","sv":"Internet.15.235"},{"n":"B/1/2","ov":"FFFF:FFFF"},{"n":"C/0/0","sv":"85.76.76.84"},{"n":"C/0/1","sv":"85.76.255.255"}]} 2023-01-26 16:22:15,690 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] LwM2mJsonElement [baseName=/, baseTime=null, resourceList=[JsonArrayEntry [name=A/0/0/0, floatValue=null, booleanValue=null, objectLinkValue=B:0, stringValue=null, time=null], JsonArrayEntry [name=A/0/0/1, floatValue=null, booleanValue=null, objectLinkValue=B:1, stringValue=null, time=null], JsonArrayEntry [name=A/0/1, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=8613800755500, time=null], JsonArrayEntry [name=B/0/0, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=myService1, time=null], JsonArrayEntry [name=B/0/1, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=Internet.15.234, time=null], JsonArrayEntry [name=B/0/2, floatValue=null, booleanValue=null, objectLinkValue=C:0, stringValue=null, time=null], JsonArrayEntry [name=B/1/0, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=myService2, time=null], JsonArrayEntry [name=B/1/1, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=Internet.15.235, time=null], JsonArrayEntry [name=B/1/2, floatValue=null, booleanValue=null, objectLinkValue=FFFF:FFFF, stringValue=null, time=null], JsonArrayEntry [name=C/0/0, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=85.76.76.84, time=null], JsonArrayEntry [name=C/0/1, floatValue=null, booleanValue=null, objectLinkValue=null, stringValue=85.76.255.255, time=null]]] 2023-01-26 16:22:15,691 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Loading OMA standard object models for LWM2M 1.1 2023-01-26 16:22:15,692 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Parsing DDF file /models/0-1_0.xml 2023-01-26 16:22:15,692 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Parsing DDF file /models/0-1_1.xml 2023-01-26 16:22:15,692 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Parsing DDF file /models/0.xml 2023-01-26 16:22:15,693 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Parsing DDF file /models/1-1_0.xml 2023-01-26 16:22:15,693 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Parsing DDF file /models/1-1_1.xml 2023-01-26 16:22:15,693 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Parsing DDF file /models/2-1_0.xml 2023-01-26 16:22:15,694 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Parsing DDF file /models/2.xml 2023-01-26 16:22:15,694 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Parsing DDF file /models/3-1_0.xml 2023-01-26 16:22:15,694 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Parsing DDF file /models/3-1_1.xml 2023-01-26 16:22:15,695 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-2] Parsing DDF file /models/3.xml 2023-01-26 16:22:15,695 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/4-1_0.xml 2023-01-26 16:22:15,696 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/4-1_1.xml 2023-01-26 16:22:15,696 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/4-1_2.xml 2023-01-26 16:22:15,696 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/4.xml 2023-01-26 16:22:15,696 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/5-1_0.xml 2023-01-26 16:22:15,696 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/5.xml 2023-01-26 16:22:15,696 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/6.xml 2023-01-26 16:22:15,697 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/7.xml 2023-01-26 16:22:15,697 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/21.xml 2023-01-26 16:22:15,697 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding time-stamped nodes for path [TimestampedLwM2mNode [timestamp=1970-01-01T00:08:20Z, node=LwM2mSingleResource [id=1, value=22.9, type=FLOAT]], TimestampedLwM2mNode [timestamp=1970-01-01T00:08:30Z, node=LwM2mSingleResource [id=1, value=22.4, type=FLOAT]], TimestampedLwM2mNode [timestamp=1970-01-01T00:08:40Z, node=LwM2mSingleResource [id=1, value=24.1, type=FLOAT]]] and format /1024/0/1 2023-01-26 16:22:15,698 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=1, value=22.9, type=FLOAT] into JSON 2023-01-26 16:22:15,698 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 22.9 in JSON 2023-01-26 16:22:15,699 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=1, value=22.4, type=FLOAT] into JSON 2023-01-26 16:22:15,699 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 22.4 in JSON 2023-01-26 16:22:15,699 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=1, value=24.1, type=FLOAT] into JSON 2023-01-26 16:22:15,699 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 24.1 in JSON 2023-01-26 16:22:15,699 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node timestampedNode: [TimestampedLwM2mNode [timestamp=1970-01-01T00:08:20Z, node=LwM2mSingleResource [id=1, value=22.9, type=FLOAT]], TimestampedLwM2mNode [timestamp=1970-01-01T00:08:30Z, node=LwM2mSingleResource [id=1, value=22.4, type=FLOAT]], TimestampedLwM2mNode [timestamp=1970-01-01T00:08:40Z, node=LwM2mSingleResource [id=1, value=24.1, type=FLOAT]]] 2023-01-26 16:22:15,700 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding time-stamped nodes for path [TimestampedLwM2mNode [timestamp=1978-07-05T15:20:00Z, node=LwM2mSingleResource [id=1, value=22.9, type=FLOAT]], TimestampedLwM2mNode [timestamp=1978-07-05T15:20:10Z, node=LwM2mSingleResource [id=1, value=22.4, type=FLOAT]], TimestampedLwM2mNode [timestamp=1978-07-05T15:20:20Z, node=LwM2mSingleResource [id=1, value=24.1, type=FLOAT]]] and format /1024/0/1 2023-01-26 16:22:15,700 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=1, value=22.9, type=FLOAT] into SenML JSON 2023-01-26 16:22:15,700 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 22.9 in SenML 2023-01-26 16:22:15,701 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=1, value=22.4, type=FLOAT] into SenML JSON 2023-01-26 16:22:15,701 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 22.4 in SenML 2023-01-26 16:22:15,701 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=1, value=24.1, type=FLOAT] into SenML JSON 2023-01-26 16:22:15,701 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 24.1 in SenML 2023-01-26 16:22:15,701 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node timestampedNode: [TimestampedLwM2mNode [timestamp=1978-07-05T15:20:00Z, node=LwM2mSingleResource [id=1, value=22.9, type=FLOAT]], TimestampedLwM2mNode [timestamp=1978-07-05T15:20:10Z, node=LwM2mSingleResource [id=1, value=22.4, type=FLOAT]], TimestampedLwM2mNode [timestamp=1978-07-05T15:20:20Z, node=LwM2mSingleResource [id=1, value=24.1, type=FLOAT]]] 2023-01-26 16:22:15,702 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mSingleResource [id=3, value=3Bytes, type=OPAQUE] for path /0/0/3 and format SENML_CBOR(112) 2023-01-26 16:22:15,702 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=3, value=3Bytes, type=OPAQUE] into SenML JSON 2023-01-26 16:22:15,702 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value [-85, -51, -17] in SenML 2023-01-26 16:22:15,702 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mSingleResource [id=3, value=3Bytes, type=OPAQUE]: [-127, -94, 33, 102, 47, 48, 47, 48, 47, 51, 8, 67, -85, -51, -17] 2023-01-26 16:22:15,702 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mObjectInstance [id=-1, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}] for path /3 and format TLV(11542) 2023-01-26 16:22:15,706 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object instance LwM2mObjectInstance [id=-1, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}] into TLV 2023-01-26 16:22:15,707 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Open Mobile Alliance in TLV 2023-01-26 16:22:15,707 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Lightweight M2M Client in TLV 2023-01-26 16:22:15,707 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 345000123 in TLV 2023-01-26 16:22:15,707 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 1.0 in TLV 2023-01-26 16:22:15,708 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 1 in TLV 2023-01-26 16:22:15,708 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 5 in TLV 2023-01-26 16:22:15,708 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 3800 in TLV 2023-01-26 16:22:15,708 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 5000 in TLV 2023-01-26 16:22:15,708 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 125 in TLV 2023-01-26 16:22:15,708 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 900 in TLV 2023-01-26 16:22:15,709 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 100 in TLV 2023-01-26 16:22:15,709 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 15 in TLV 2023-01-26 16:22:15,709 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 0 in TLV 2023-01-26 16:22:15,709 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Thu May 02 10:40:15 UTC 2013 in TLV 2023-01-26 16:22:15,709 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value +02:00 in TLV 2023-01-26 16:22:15,709 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value U in TLV 2023-01-26 16:22:15,710 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] start 2023-01-26 16:22:15,710 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 23 2023-01-26 16:22:15,710 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 48 2023-01-26 16:22:15,710 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 60 2023-01-26 16:22:15,710 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 65 2023-01-26 16:22:15,710 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 73 2023-01-26 16:22:15,710 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 84 2023-01-26 16:22:15,711 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 93 2023-01-26 16:22:15,711 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 96 2023-01-26 16:22:15,711 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 99 2023-01-26 16:22:15,711 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 104 2023-01-26 16:22:15,711 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 110 2023-01-26 16:22:15,711 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 118 2023-01-26 16:22:15,712 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 121 2023-01-26 16:22:15,712 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] done, size : 121 2023-01-26 16:22:15,712 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mObjectInstance [id=-1, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}]: [-56, 0, 20, 79, 112, 101, 110, 32, 77, 111, 98, 105, 108, 101, 32, 65, 108, 108, 105, 97, 110, 99, 101, -56, 1, 22, 76, 105, 103, 104, 116, 119, 101, 105, 103, 104, 116, 32, 77, 50, 77, 32, 67, 108, 105, 101, 110, 116, -56, 2, 9, 51, 52, 53, 48, 48, 48, 49, 50, 51, -61, 3, 49, 46, 48, -122, 6, 65, 0, 1, 65, 1, 5, -120, 7, 8, 66, 0, 14, -40, 66, 1, 19, -120, -121, 8, 65, 0, 125, 66, 1, 3, -124, -63, 9, 100, -63, 10, 15, -125, 11, 65, 0, 0, -60, 13, 81, -126, 66, -113, -58, 14, 43, 48, 50, 58, 48, 48, -63, 16, 85] 2023-01-26 16:22:15,712 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER] for path /3/0/7 and format SENML_JSON(110) 2023-01-26 16:22:15,713 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER] into SenML JSON 2023-01-26 16:22:15,713 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 3800 in SenML 2023-01-26 16:22:15,713 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 5000 in SenML 2023-01-26 16:22:15,713 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER]: [91, 123, 34, 98, 110, 34, 58, 34, 47, 51, 47, 48, 47, 55, 47, 34, 44, 34, 110, 34, 58, 34, 48, 34, 44, 34, 118, 34, 58, 51, 56, 48, 48, 125, 44, 123, 34, 110, 34, 58, 34, 49, 34, 44, 34, 118, 34, 58, 53, 48, 48, 48, 125, 93] 2023-01-26 16:22:15,713 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME] for path /3/0/13 and format TEXT(0) 2023-01-26 16:22:15,714 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME] into text 2023-01-26 16:22:15,714 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME]: [49, 51, 54, 55, 52, 57, 49, 50, 49, 53] 2023-01-26 16:22:15,714 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding nodes {/3/0/0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], /3/0/9=LwM2mSingleResource [id=9, value=95, type=INTEGER], /1/0/1=LwM2mSingleResource [id=1, value=86400, type=INTEGER]} for path [/3/0/0, /3/0/9, /1/0/1] and format SENML_JSON(110) 2023-01-26 16:22:15,714 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING] into SenML JSON 2023-01-26 16:22:15,714 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value Open Mobile Alliance in SenML 2023-01-26 16:22:15,715 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=9, value=95, type=INTEGER] into SenML JSON 2023-01-26 16:22:15,715 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 95 in SenML 2023-01-26 16:22:15,715 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=1, value=86400, type=INTEGER] into SenML JSON 2023-01-26 16:22:15,715 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 86400 in SenML 2023-01-26 16:22:15,715 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded nodes {/3/0/0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], /3/0/9=LwM2mSingleResource [id=9, value=95, type=INTEGER], /1/0/1=LwM2mSingleResource [id=1, value=86400, type=INTEGER]}: [91, 123, 34, 98, 110, 34, 58, 34, 47, 51, 47, 48, 47, 48, 34, 44, 34, 118, 115, 34, 58, 34, 79, 112, 101, 110, 32, 77, 111, 98, 105, 108, 101, 32, 65, 108, 108, 105, 97, 110, 99, 101, 34, 125, 44, 123, 34, 98, 110, 34, 58, 34, 47, 51, 47, 48, 47, 57, 34, 44, 34, 118, 34, 58, 57, 53, 125, 44, 123, 34, 98, 110, 34, 58, 34, 47, 49, 47, 48, 47, 49, 34, 44, 34, 118, 34, 58, 56, 54, 52, 48, 48, 125, 93] 2023-01-26 16:22:15,716 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding time-stamped nodes for path [TimestampedLwM2mNode [timestamp=1970-01-01T00:01:50Z, node=LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=22.9, type=FLOAT]}]], TimestampedLwM2mNode [timestamp=1970-01-01T00:02:00Z, node=LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=a string, type=STRING], 1=LwM2mSingleResource [id=1, value=22.4, type=FLOAT]}]], TimestampedLwM2mNode [timestamp=1970-01-01T00:02:10Z, node=LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=24.1, type=FLOAT]}]]] and format /1024/0 2023-01-26 16:22:15,716 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object instance LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=22.9, type=FLOAT]}] into JSON 2023-01-26 16:22:15,716 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 22.9 in JSON 2023-01-26 16:22:15,716 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object instance LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=a string, type=STRING], 1=LwM2mSingleResource [id=1, value=22.4, type=FLOAT]}] into JSON 2023-01-26 16:22:15,717 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value a string in JSON 2023-01-26 16:22:15,717 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 22.4 in JSON 2023-01-26 16:22:15,717 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object instance LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=24.1, type=FLOAT]}] into JSON 2023-01-26 16:22:15,717 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 24.1 in JSON 2023-01-26 16:22:15,717 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node timestampedNode: [TimestampedLwM2mNode [timestamp=1970-01-01T00:01:50Z, node=LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=22.9, type=FLOAT]}]], TimestampedLwM2mNode [timestamp=1970-01-01T00:02:00Z, node=LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=a string, type=STRING], 1=LwM2mSingleResource [id=1, value=22.4, type=FLOAT]}]], TimestampedLwM2mNode [timestamp=1970-01-01T00:02:10Z, node=LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=24.1, type=FLOAT]}]]] 2023-01-26 16:22:15,718 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}] for path /3/0 and format TLV(11542) 2023-01-26 16:22:15,718 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object instance LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}] into TLV 2023-01-26 16:22:15,719 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Open Mobile Alliance in TLV 2023-01-26 16:22:15,719 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Lightweight M2M Client in TLV 2023-01-26 16:22:15,719 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 345000123 in TLV 2023-01-26 16:22:15,719 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 1.0 in TLV 2023-01-26 16:22:15,720 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 1 in TLV 2023-01-26 16:22:15,720 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 5 in TLV 2023-01-26 16:22:15,720 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 3800 in TLV 2023-01-26 16:22:15,720 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 5000 in TLV 2023-01-26 16:22:15,720 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 125 in TLV 2023-01-26 16:22:15,720 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 900 in TLV 2023-01-26 16:22:15,721 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 100 in TLV 2023-01-26 16:22:15,721 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 15 in TLV 2023-01-26 16:22:15,721 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 0 in TLV 2023-01-26 16:22:15,721 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Thu May 02 10:40:15 UTC 2013 in TLV 2023-01-26 16:22:15,721 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value +02:00 in TLV 2023-01-26 16:22:15,721 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value U in TLV 2023-01-26 16:22:15,721 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] start 2023-01-26 16:22:15,722 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 23 2023-01-26 16:22:15,722 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 48 2023-01-26 16:22:15,722 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 60 2023-01-26 16:22:15,722 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 65 2023-01-26 16:22:15,722 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 73 2023-01-26 16:22:15,722 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 84 2023-01-26 16:22:15,723 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 93 2023-01-26 16:22:15,723 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 96 2023-01-26 16:22:15,723 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 99 2023-01-26 16:22:15,723 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 104 2023-01-26 16:22:15,723 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 110 2023-01-26 16:22:15,723 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 118 2023-01-26 16:22:15,723 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 121 2023-01-26 16:22:15,724 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] done, size : 121 2023-01-26 16:22:15,724 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}]: [-56, 0, 20, 79, 112, 101, 110, 32, 77, 111, 98, 105, 108, 101, 32, 65, 108, 108, 105, 97, 110, 99, 101, -56, 1, 22, 76, 105, 103, 104, 116, 119, 101, 105, 103, 104, 116, 32, 77, 50, 77, 32, 67, 108, 105, 101, 110, 116, -56, 2, 9, 51, 52, 53, 48, 48, 48, 49, 50, 51, -61, 3, 49, 46, 48, -122, 6, 65, 0, 1, 65, 1, 5, -120, 7, 8, 66, 0, 14, -40, 66, 1, 19, -120, -121, 8, 65, 0, 125, 66, 1, 3, -124, -63, 9, 100, -63, 10, 15, -125, 11, 65, 0, 0, -60, 13, 81, -126, 66, -113, -58, 14, 43, 48, 50, 58, 48, 48, -63, 16, 85] 2023-01-26 16:22:15,724 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mSingleResource [id=0, value=5Bytes, type=OPAQUE] for path /5/0/0 and format TEXT(0) 2023-01-26 16:22:15,724 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=0, value=5Bytes, type=OPAQUE] into text 2023-01-26 16:22:15,725 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mSingleResource [id=0, value=5Bytes, type=OPAQUE]: [65, 81, 73, 68, 66, 65, 85, 61] 2023-01-26 16:22:15,725 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}] for path /3 and format TLV(11542) 2023-01-26 16:22:15,725 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object instance LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}] into TLV 2023-01-26 16:22:15,726 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Open Mobile Alliance in TLV 2023-01-26 16:22:15,726 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Lightweight M2M Client in TLV 2023-01-26 16:22:15,726 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 345000123 in TLV 2023-01-26 16:22:15,726 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 1.0 in TLV 2023-01-26 16:22:15,726 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 1 in TLV 2023-01-26 16:22:15,726 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 5 in TLV 2023-01-26 16:22:15,726 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 3800 in TLV 2023-01-26 16:22:15,727 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 5000 in TLV 2023-01-26 16:22:15,727 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 125 in TLV 2023-01-26 16:22:15,727 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 900 in TLV 2023-01-26 16:22:15,727 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 100 in TLV 2023-01-26 16:22:15,727 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 15 in TLV 2023-01-26 16:22:15,727 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 0 in TLV 2023-01-26 16:22:15,727 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Thu May 02 10:40:15 UTC 2013 in TLV 2023-01-26 16:22:15,728 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value +02:00 in TLV 2023-01-26 16:22:15,728 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value U in TLV 2023-01-26 16:22:15,728 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] start 2023-01-26 16:22:15,728 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 124 2023-01-26 16:22:15,728 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] done, size : 124 2023-01-26 16:22:15,728 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}]: [8, 0, 121, -56, 0, 20, 79, 112, 101, 110, 32, 77, 111, 98, 105, 108, 101, 32, 65, 108, 108, 105, 97, 110, 99, 101, -56, 1, 22, 76, 105, 103, 104, 116, 119, 101, 105, 103, 104, 116, 32, 77, 50, 77, 32, 67, 108, 105, 101, 110, 116, -56, 2, 9, 51, 52, 53, 48, 48, 48, 49, 50, 51, -61, 3, 49, 46, 48, -122, 6, 65, 0, 1, 65, 1, 5, -120, 7, 8, 66, 0, 14, -40, 66, 1, 19, -120, -121, 8, 65, 0, 125, 66, 1, 3, -124, -63, 9, 100, -63, 10, 15, -125, 11, 65, 0, 0, -60, 13, 81, -126, 66, -113, -58, 14, 43, 48, 50, 58, 48, 48, -63, 16, 85] 2023-01-26 16:22:15,729 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mObject [id=3, instances={0=LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}]}] for path /3 and format TLV(11542) 2023-01-26 16:22:15,729 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object LwM2mObject [id=3, instances={0=LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}]}] into TLV 2023-01-26 16:22:15,730 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Open Mobile Alliance in TLV 2023-01-26 16:22:15,730 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Lightweight M2M Client in TLV 2023-01-26 16:22:15,730 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 345000123 in TLV 2023-01-26 16:22:15,730 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 1.0 in TLV 2023-01-26 16:22:15,730 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 1 in TLV 2023-01-26 16:22:15,731 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 5 in TLV 2023-01-26 16:22:15,731 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 3800 in TLV 2023-01-26 16:22:15,731 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 5000 in TLV 2023-01-26 16:22:15,731 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 125 in TLV 2023-01-26 16:22:15,731 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 900 in TLV 2023-01-26 16:22:15,731 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 100 in TLV 2023-01-26 16:22:15,731 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 15 in TLV 2023-01-26 16:22:15,732 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 0 in TLV 2023-01-26 16:22:15,782 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Thu May 02 10:40:15 UTC 2013 in TLV 2023-01-26 16:22:15,783 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value +02:00 in TLV 2023-01-26 16:22:15,783 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value U in TLV 2023-01-26 16:22:15,783 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] start 2023-01-26 16:22:15,783 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] tlv size : 124 2023-01-26 16:22:15,783 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] done, size : 124 2023-01-26 16:22:15,784 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mObject [id=3, instances={0=LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}]}]: [8, 0, 121, -56, 0, 20, 79, 112, 101, 110, 32, 77, 111, 98, 105, 108, 101, 32, 65, 108, 108, 105, 97, 110, 99, 101, -56, 1, 22, 76, 105, 103, 104, 116, 119, 101, 105, 103, 104, 116, 32, 77, 50, 77, 32, 67, 108, 105, 101, 110, 116, -56, 2, 9, 51, 52, 53, 48, 48, 48, 49, 50, 51, -61, 3, 49, 46, 48, -122, 6, 65, 0, 1, 65, 1, 5, -120, 7, 8, 66, 0, 14, -40, 66, 1, 19, -120, -121, 8, 65, 0, 125, 66, 1, 3, -124, -63, 9, 100, -63, 10, 15, -125, 11, 65, 0, 0, -60, 13, 81, -126, 66, -113, -58, 14, 43, 48, 50, 58, 48, 48, -63, 16, 85] 2023-01-26 16:22:15,785 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mSingleResource [id=15, value=56.4, type=FLOAT] for path /323/0/15 and format TEXT(0) 2023-01-26 16:22:15,785 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=15, value=56.4, type=FLOAT] into text 2023-01-26 16:22:15,785 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mSingleResource [id=15, value=56.4, type=FLOAT]: [53, 54, 46, 52] 2023-01-26 16:22:15,786 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}] for path /3/0 and format SENML_JSON(110) 2023-01-26 16:22:15,787 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object instance LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}] into SenML 2023-01-26 16:22:15,787 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value Open Mobile Alliance in SenML 2023-01-26 16:22:15,788 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value Lightweight M2M Client in SenML 2023-01-26 16:22:15,788 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 345000123 in SenML 2023-01-26 16:22:15,788 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 1.0 in SenML 2023-01-26 16:22:15,788 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 1 in SenML 2023-01-26 16:22:15,789 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 5 in SenML 2023-01-26 16:22:15,789 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 3800 in SenML 2023-01-26 16:22:15,789 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 5000 in SenML 2023-01-26 16:22:15,789 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 125 in SenML 2023-01-26 16:22:15,789 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 900 in SenML 2023-01-26 16:22:15,790 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 100 in SenML 2023-01-26 16:22:15,790 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 15 in SenML 2023-01-26 16:22:15,790 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 0 in SenML 2023-01-26 16:22:15,790 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value Thu May 02 10:40:15 UTC 2013 in SenML 2023-01-26 16:22:15,791 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value +02:00 in SenML 2023-01-26 16:22:15,791 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value U in SenML 2023-01-26 16:22:15,791 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}]: [91, 123, 34, 98, 110, 34, 58, 34, 47, 51, 47, 48, 47, 34, 44, 34, 110, 34, 58, 34, 48, 34, 44, 34, 118, 115, 34, 58, 34, 79, 112, 101, 110, 32, 77, 111, 98, 105, 108, 101, 32, 65, 108, 108, 105, 97, 110, 99, 101, 34, 125, 44, 123, 34, 110, 34, 58, 34, 49, 34, 44, 34, 118, 115, 34, 58, 34, 76, 105, 103, 104, 116, 119, 101, 105, 103, 104, 116, 32, 77, 50, 77, 32, 67, 108, 105, 101, 110, 116, 34, 125, 44, 123, 34, 110, 34, 58, 34, 50, 34, 44, 34, 118, 115, 34, 58, 34, 51, 52, 53, 48, 48, 48, 49, 50, 51, 34, 125, 44, 123, 34, 110, 34, 58, 34, 51, 34, 44, 34, 118, 115, 34, 58, 34, 49, 46, 48, 34, 125, 44, 123, 34, 110, 34, 58, 34, 54, 47, 48, 34, 44, 34, 118, 34, 58, 49, 125, 44, 123, 34, 110, 34, 58, 34, 54, 47, 49, 34, 44, 34, 118, 34, 58, 53, 125, 44, 123, 34, 110, 34, 58, 34, 55, 47, 48, 34, 44, 34, 118, 34, 58, 51, 56, 48, 48, 125, 44, 123, 34, 110, 34, 58, 34, 55, 47, 49, 34, 44, 34, 118, 34, 58, 53, 48, 48, 48, 125, 44, 123, 34, 110, 34, 58, 34, 56, 47, 48, 34, 44, 34, 118, 34, 58, 49, 50, 53, 125, 44, 123, 34, 110, 34, 58, 34, 56, 47, 49, 34, 44, 34, 118, 34, 58, 57, 48, 48, 125, 44, 123, 34, 110, 34, 58, 34, 57, 34, 44, 34, 118, 34, 58, 49, 48, 48, 125, 44, 123, 34, 110, 34, 58, 34, 49, 48, 34, 44, 34, 118, 34, 58, 49, 53, 125, 44, 123, 34, 110, 34, 58, 34, 49, 49, 47, 48, 34, 44, 34, 118, 34, 58, 48, 125, 44, 123, 34, 110, 34, 58, 34, 49, 51, 34, 44, 34, 118, 34, 58, 49, 51, 54, 55, 52, 57, 49, 50, 49, 53, 125, 44, 123, 34, 110, 34, 58, 34, 49, 52, 34, 44, 34, 118, 115, 34, 58, 34, 43, 48, 50, 58, 48, 48, 34, 125, 44, 123, 34, 110, 34, 58, 34, 49, 54, 34, 44, 34, 118, 115, 34, 58, 34, 85, 34, 125, 93] 2023-01-26 16:22:15,792 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding time-stamped nodes for path [TimestampedLwM2mNode [timestamp=1970-01-01T00:08:20Z, node=LwM2mResourceInstance [id=0, value=22.9, type=FLOAT]], TimestampedLwM2mNode [timestamp=1970-01-01T00:08:30Z, node=LwM2mResourceInstance [id=0, value=22.4, type=FLOAT]], TimestampedLwM2mNode [timestamp=1970-01-01T00:08:40Z, node=LwM2mResourceInstance [id=0, value=24.1, type=FLOAT]]] and format /1024/0/1/0 2023-01-26 16:22:15,793 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource instance LwM2mResourceInstance [id=0, value=22.9, type=FLOAT] into JSON 2023-01-26 16:22:15,793 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 22.9 in JSON 2023-01-26 16:22:15,793 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource instance LwM2mResourceInstance [id=0, value=22.4, type=FLOAT] into JSON 2023-01-26 16:22:15,793 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 22.4 in JSON 2023-01-26 16:22:15,794 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource instance LwM2mResourceInstance [id=0, value=24.1, type=FLOAT] into JSON 2023-01-26 16:22:15,794 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 24.1 in JSON 2023-01-26 16:22:15,794 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node timestampedNode: [TimestampedLwM2mNode [timestamp=1970-01-01T00:08:20Z, node=LwM2mResourceInstance [id=0, value=22.9, type=FLOAT]], TimestampedLwM2mNode [timestamp=1970-01-01T00:08:30Z, node=LwM2mResourceInstance [id=0, value=22.4, type=FLOAT]], TimestampedLwM2mNode [timestamp=1970-01-01T00:08:40Z, node=LwM2mResourceInstance [id=0, value=24.1, type=FLOAT]]] 2023-01-26 16:22:15,795 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding paths [/4/0/0, /4/0/1, /4/0/2] with format SENML_JSON(110) 2023-01-26 16:22:15,795 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded path [/4/0/0, /4/0/1, /4/0/2]: [91, 123, 34, 110, 34, 58, 34, 47, 52, 47, 48, 47, 48, 34, 125, 44, 123, 34, 110, 34, 58, 34, 47, 52, 47, 48, 47, 49, 34, 125, 44, 123, 34, 110, 34, 58, 34, 47, 52, 47, 48, 47, 50, 34, 125, 93] 2023-01-26 16:22:15,795 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding time-stamped nodes for path [TimestampedLwM2mNode [timestamp=1970-01-01T00:03:30Z, node=LwM2mObject [id=1204, instances={0=LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=22.9, type=FLOAT]}]}]], TimestampedLwM2mNode [timestamp=1970-01-01T00:03:40Z, node=LwM2mObject [id=1204, instances={0=LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=a string, type=STRING], 1=LwM2mSingleResource [id=1, value=22.4, type=FLOAT]}], 1=LwM2mObjectInstance [id=1, resources={1=LwM2mSingleResource [id=1, value=23.0, type=FLOAT]}]}]], TimestampedLwM2mNode [timestamp=1970-01-01T00:03:50Z, node=LwM2mObject [id=1204, instances={0=LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=24.1, type=FLOAT]}]}]]] and format /1024 2023-01-26 16:22:15,796 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding Object LwM2mObject [id=1204, instances={0=LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=22.9, type=FLOAT]}]}] into JSON 2023-01-26 16:22:15,796 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 22.9 in JSON 2023-01-26 16:22:15,797 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding Object LwM2mObject [id=1204, instances={0=LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=a string, type=STRING], 1=LwM2mSingleResource [id=1, value=22.4, type=FLOAT]}], 1=LwM2mObjectInstance [id=1, resources={1=LwM2mSingleResource [id=1, value=23.0, type=FLOAT]}]}] into JSON 2023-01-26 16:22:15,797 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value a string in JSON 2023-01-26 16:22:15,797 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 22.4 in JSON 2023-01-26 16:22:15,798 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 23.0 in JSON 2023-01-26 16:22:15,798 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding Object LwM2mObject [id=1204, instances={0=LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=24.1, type=FLOAT]}]}] into JSON 2023-01-26 16:22:15,798 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 24.1 in JSON 2023-01-26 16:22:15,798 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node timestampedNode: [TimestampedLwM2mNode [timestamp=1970-01-01T00:03:30Z, node=LwM2mObject [id=1204, instances={0=LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=22.9, type=FLOAT]}]}]], TimestampedLwM2mNode [timestamp=1970-01-01T00:03:40Z, node=LwM2mObject [id=1204, instances={0=LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=a string, type=STRING], 1=LwM2mSingleResource [id=1, value=22.4, type=FLOAT]}], 1=LwM2mObjectInstance [id=1, resources={1=LwM2mSingleResource [id=1, value=23.0, type=FLOAT]}]}]], TimestampedLwM2mNode [timestamp=1970-01-01T00:03:50Z, node=LwM2mObject [id=1204, instances={0=LwM2mObjectInstance [id=0, resources={1=LwM2mSingleResource [id=1, value=24.1, type=FLOAT]}]}]]] 2023-01-26 16:22:15,799 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}] for path /3/0 and format JSON(11543) 2023-01-26 16:22:15,800 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object instance LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}] into JSON 2023-01-26 16:22:15,801 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Open Mobile Alliance in JSON 2023-01-26 16:22:15,801 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Lightweight M2M Client in JSON 2023-01-26 16:22:15,801 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 345000123 in JSON 2023-01-26 16:22:15,802 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 1.0 in JSON 2023-01-26 16:22:15,802 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 1 in JSON 2023-01-26 16:22:15,802 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 5 in JSON 2023-01-26 16:22:15,802 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 3800 in JSON 2023-01-26 16:22:15,803 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 5000 in JSON 2023-01-26 16:22:15,803 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 125 in JSON 2023-01-26 16:22:15,803 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 900 in JSON 2023-01-26 16:22:15,803 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 100 in JSON 2023-01-26 16:22:15,803 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 15 in JSON 2023-01-26 16:22:15,804 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value 0 in JSON 2023-01-26 16:22:15,804 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value Thu May 02 10:40:15 UTC 2013 in JSON 2023-01-26 16:22:15,804 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value +02:00 in JSON 2023-01-26 16:22:15,804 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding value U in JSON 2023-01-26 16:22:15,805 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING], 1=LwM2mSingleResource [id=1, value=Lightweight M2M Client, type=STRING], 2=LwM2mSingleResource [id=2, value=345000123, type=STRING], 3=LwM2mSingleResource [id=3, value=1.0, type=STRING], 6=LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER], 7=LwM2mMultipleResource [id=7, values={0=LwM2mResourceInstance [id=0, value=3800, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5000, type=INTEGER]}, type=INTEGER], 8=LwM2mMultipleResource [id=8, values={0=LwM2mResourceInstance [id=0, value=125, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=900, type=INTEGER]}, type=INTEGER], 9=LwM2mSingleResource [id=9, value=100, type=INTEGER], 10=LwM2mSingleResource [id=10, value=15, type=INTEGER], 11=LwM2mMultipleResource [id=11, values={0=LwM2mResourceInstance [id=0, value=0, type=INTEGER]}, type=INTEGER], 13=LwM2mSingleResource [id=13, value=Thu May 02 10:40:15 UTC 2013, type=TIME], 14=LwM2mSingleResource [id=14, value=+02:00, type=STRING], 16=LwM2mSingleResource [id=16, value=U, type=STRING]}]: [123, 34, 98, 110, 34, 58, 34, 47, 51, 47, 48, 47, 34, 44, 34, 101, 34, 58, 91, 123, 34, 110, 34, 58, 34, 48, 34, 44, 34, 115, 118, 34, 58, 34, 79, 112, 101, 110, 32, 77, 111, 98, 105, 108, 101, 32, 65, 108, 108, 105, 97, 110, 99, 101, 34, 125, 44, 123, 34, 110, 34, 58, 34, 49, 34, 44, 34, 115, 118, 34, 58, 34, 76, 105, 103, 104, 116, 119, 101, 105, 103, 104, 116, 32, 77, 50, 77, 32, 67, 108, 105, 101, 110, 116, 34, 125, 44, 123, 34, 110, 34, 58, 34, 50, 34, 44, 34, 115, 118, 34, 58, 34, 51, 52, 53, 48, 48, 48, 49, 50, 51, 34, 125, 44, 123, 34, 110, 34, 58, 34, 51, 34, 44, 34, 115, 118, 34, 58, 34, 49, 46, 48, 34, 125, 44, 123, 34, 110, 34, 58, 34, 54, 47, 48, 34, 44, 34, 118, 34, 58, 49, 125, 44, 123, 34, 110, 34, 58, 34, 54, 47, 49, 34, 44, 34, 118, 34, 58, 53, 125, 44, 123, 34, 110, 34, 58, 34, 55, 47, 48, 34, 44, 34, 118, 34, 58, 51, 56, 48, 48, 125, 44, 123, 34, 110, 34, 58, 34, 55, 47, 49, 34, 44, 34, 118, 34, 58, 53, 48, 48, 48, 125, 44, 123, 34, 110, 34, 58, 34, 56, 47, 48, 34, 44, 34, 118, 34, 58, 49, 50, 53, 125, 44, 123, 34, 110, 34, 58, 34, 56, 47, 49, 34, 44, 34, 118, 34, 58, 57, 48, 48, 125, 44, 123, 34, 110, 34, 58, 34, 57, 34, 44, 34, 118, 34, 58, 49, 48, 48, 125, 44, 123, 34, 110, 34, 58, 34, 49, 48, 34, 44, 34, 118, 34, 58, 49, 53, 125, 44, 123, 34, 110, 34, 58, 34, 49, 49, 47, 48, 34, 44, 34, 118, 34, 58, 48, 125, 44, 123, 34, 110, 34, 58, 34, 49, 51, 34, 44, 34, 118, 34, 58, 49, 51, 54, 55, 52, 57, 49, 50, 49, 53, 125, 44, 123, 34, 110, 34, 58, 34, 49, 52, 34, 44, 34, 115, 118, 34, 58, 34, 43, 48, 50, 58, 48, 48, 34, 125, 44, 123, 34, 110, 34, 58, 34, 49, 54, 34, 44, 34, 115, 118, 34, 58, 34, 85, 34, 125, 93, 125] 2023-01-26 16:22:15,806 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING] for path /3/0/0 and format SENML_JSON(110) 2023-01-26 16:22:15,806 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING] into SenML JSON 2023-01-26 16:22:15,806 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value Open Mobile Alliance in SenML 2023-01-26 16:22:15,806 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mSingleResource [id=0, value=Open Mobile Alliance, type=STRING]: [91, 123, 34, 98, 110, 34, 58, 34, 47, 51, 47, 48, 47, 48, 34, 44, 34, 118, 115, 34, 58, 34, 79, 112, 101, 110, 32, 77, 111, 98, 105, 108, 101, 32, 65, 108, 108, 105, 97, 110, 99, 101, 34, 125, 93] 2023-01-26 16:22:15,807 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mMultipleResource [id=6, values={0=LwM2mResourceInstance [id=0, value=1, type=INTEGER], 1=LwM2mResourceInstance [id=1, value=5, type=INTEGER]}, type=INTEGER] for path /3/0/6 and format TEXT(0) 2023-01-26 16:22:15,807 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding nodes {/4/0/0=LwM2mSingleResource [id=0, value=45, type=INTEGER], /4/0/1=LwM2mSingleResource [id=1, value=30, type=INTEGER], /4/0/2=LwM2mSingleResource [id=2, value=100, type=INTEGER], /6/0=LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=43.918998, type=FLOAT], 1=LwM2mSingleResource [id=1, value=2.351149, type=FLOAT]}]} for path [/4/0/0, /4/0/1, /4/0/2, /6/0] and format SENML_JSON(110) 2023-01-26 16:22:15,808 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=0, value=45, type=INTEGER] into SenML JSON 2023-01-26 16:22:15,808 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 45 in SenML 2023-01-26 16:22:15,808 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=1, value=30, type=INTEGER] into SenML JSON 2023-01-26 16:22:15,808 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 30 in SenML 2023-01-26 16:22:15,808 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=2, value=100, type=INTEGER] into SenML JSON 2023-01-26 16:22:15,809 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 100 in SenML 2023-01-26 16:22:15,809 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object instance LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=43.918998, type=FLOAT], 1=LwM2mSingleResource [id=1, value=2.351149, type=FLOAT]}] into SenML 2023-01-26 16:22:15,809 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 43.918998 in SenML 2023-01-26 16:22:15,810 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 2.351149 in SenML 2023-01-26 16:22:15,810 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded nodes {/4/0/0=LwM2mSingleResource [id=0, value=45, type=INTEGER], /4/0/1=LwM2mSingleResource [id=1, value=30, type=INTEGER], /4/0/2=LwM2mSingleResource [id=2, value=100, type=INTEGER], /6/0=LwM2mObjectInstance [id=0, resources={0=LwM2mSingleResource [id=0, value=43.918998, type=FLOAT], 1=LwM2mSingleResource [id=1, value=2.351149, type=FLOAT]}]}: [91, 123, 34, 98, 110, 34, 58, 34, 47, 52, 47, 48, 47, 48, 34, 44, 34, 118, 34, 58, 52, 53, 125, 44, 123, 34, 98, 110, 34, 58, 34, 47, 52, 47, 48, 47, 49, 34, 44, 34, 118, 34, 58, 51, 48, 125, 44, 123, 34, 98, 110, 34, 58, 34, 47, 52, 47, 48, 47, 50, 34, 44, 34, 118, 34, 58, 49, 48, 48, 125, 44, 123, 34, 98, 110, 34, 58, 34, 47, 54, 47, 48, 47, 34, 44, 34, 110, 34, 58, 34, 48, 34, 44, 34, 118, 34, 58, 52, 51, 46, 57, 49, 56, 57, 57, 56, 125, 44, 123, 34, 110, 34, 58, 34, 49, 34, 44, 34, 118, 34, 58, 50, 46, 51, 53, 49, 49, 52, 57, 125, 93] 2023-01-26 16:22:15,810 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=0, value=SampleString, type=STRING] into SenML JSON 2023-01-26 16:22:15,811 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value SampleString in SenML 2023-01-26 16:22:15,811 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=1, value=false, type=BOOLEAN] into SenML JSON 2023-01-26 16:22:15,811 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value false in SenML 2023-01-26 16:22:15,811 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=2, value=456, type=INTEGER] into SenML JSON 2023-01-26 16:22:15,812 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 456 in SenML 2023-01-26 16:22:15,812 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=0, value=TestString, type=STRING] into SenML JSON 2023-01-26 16:22:15,812 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value TestString in SenML 2023-01-26 16:22:15,812 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding object instance LwM2mObjectInstance [id=1, resources={1=LwM2mSingleResource [id=1, value=true, type=BOOLEAN], 2=LwM2mSingleResource [id=2, value=123, type=INTEGER]}] into SenML 2023-01-26 16:22:15,813 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value true in SenML 2023-01-26 16:22:15,813 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value 123 in SenML 2023-01-26 16:22:15,813 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding node LwM2mSingleResource [id=3, value=3Bytes, type=OPAQUE] for path /0/0/3 and format SENML_JSON(110) 2023-01-26 16:22:15,813 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource LwM2mSingleResource [id=3, value=3Bytes, type=OPAQUE] into SenML JSON 2023-01-26 16:22:15,814 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoding resource value [-85, -51, -17] in SenML 2023-01-26 16:22:15,814 TRACE s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Encoded node LwM2mSingleResource [id=3, value=3Bytes, type=OPAQUE]: [91, 123, 34, 98, 110, 34, 58, 34, 47, 48, 47, 48, 47, 51, 34, 44, 34, 118, 100, 34, 58, 34, 113, 56, 51, 118, 34, 125, 93] 2023-01-26 16:22:15,814 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Loading OMA standard object models 2023-01-26 16:22:15,814 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/0-1_0.xml 2023-01-26 16:22:15,814 DEBUG s.r.GeneratedMethodAccessor3 [pool-2-thread-2] Parsing DDF file /models/0-1_1.xml [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 s - in org.eclipse.leshan.core.json.JsonSerializerTest [INFO] Running org.eclipse.leshan.core.node.LwM2mParhTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.leshan.core.node.LwM2mParhTest [INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest [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.node.TimestampedLwM2mNodesTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.leshan.core.node.TimestampedLwM2mNodesTest [INFO] Running org.eclipse.leshan.core.tlv.TlvDecoderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.leshan.core.tlv.TlvDecoderTest [INFO] Running org.eclipse.leshan.core.tlv.TlvEncoderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.leshan.core.tlv.TlvEncoderTest [INFO] Running org.eclipse.leshan.core.model.LwM2mModelRespositotyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.leshan.core.model.LwM2mModelRespositotyTest [INFO] Running org.eclipse.leshan.core.datatype.NumberUtilTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.leshan.core.datatype.NumberUtilTest [INFO] Running org.eclipse.leshan.core.VersionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.leshan.core.VersionTest [INFO] Running org.eclipse.leshan.core.model.ValidateModelsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 s - in org.eclipse.leshan.core.model.ValidateModelsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 406, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ leshan-core --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ leshan-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.7:check (default) @ leshan-core --- [INFO] Comparing [org.eclipse.leshan:leshan-core:jar:1.4.2] against [org.eclipse.leshan:leshan-core:jar:2.0.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/2.0.0-SNAPSHOT/leshan-core-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/2.0.0-SNAPSHOT/leshan-core-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/2.0.0-SNAPSHOT/leshan-core-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core/target/leshan-core-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/2.0.0-SNAPSHOT/leshan-core-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ leshan-core --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/leshan/leshan-core/2.0.0-SNAPSHOT/leshan-core-2.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-core >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-core --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 283 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 283 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-core --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] -----------------< org.eclipse.leshan:leshan-core-cf >------------------ [INFO] Building leshan - core californium 2.0.0-SNAPSHOT [2/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-core-cf --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-core-cf --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-core-cf --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-core-cf --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 21 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 21 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-core-cf --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core-cf/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-core-cf --- [INFO] Processed 21 files in 00:00.067 (Already Sorted: 21, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-core-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-core-cf/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-core-cf --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-core-cf:bundle:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-core-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-core-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-core-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-core-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.22:check (default) @ leshan-core-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-core-cf --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.core.californium.ResponseCodeUtilTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.leshan.core.californium.ResponseCodeUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ leshan-core-cf --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/leshan-core-cf-2.0.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-core-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/leshan-core-cf-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.7:check (default) @ leshan-core-cf --- [INFO] Comparing [org.eclipse.leshan:leshan-core-cf:jar:1.4.2] against [org.eclipse.leshan:leshan-core-cf:jar:2.0.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-core-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/leshan-core-cf-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/2.0.0-SNAPSHOT/leshan-core-cf-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/leshan-core-cf-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/2.0.0-SNAPSHOT/leshan-core-cf-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-cf/target/leshan-core-cf-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/2.0.0-SNAPSHOT/leshan-core-cf-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ leshan-core-cf --- [INFO] Installing org/eclipse/leshan/leshan-core-cf/2.0.0-SNAPSHOT/leshan-core-cf-2.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-core-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-core-cf --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-core-cf --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-core-cf --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 21 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 21 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-core-cf <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-core-cf --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-core >---------------- [INFO] Building leshan - server core 2.0.0-SNAPSHOT [3/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-server-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-server-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-server-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-server-core --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 106 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 106 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-server-core --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-core/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-server-core --- [INFO] Processed 106 files in 00:01.037 (Already Sorted: 106, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-server-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-core/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-server-core --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-server-core:bundle:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-server-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/leshan/leshan-server-core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-server-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-server-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/leshan/leshan-server-core/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.22:check (default) @ leshan-server-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-server-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.SerializationTests [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.leshan.server.SerializationTests [INFO] Running org.eclipse.leshan.server.registration.RegistrationUpdateTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.leshan.server.registration.RegistrationUpdateTest [INFO] Running org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest [INFO] Running org.eclipse.leshan.server.registration.RegistrationTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.leshan.server.registration.RegistrationTest [INFO] Running org.eclipse.leshan.server.registration.RegistrationHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.leshan.server.registration.RegistrationHandlerTest [INFO] Running org.eclipse.leshan.server.queue.PresenceServiceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.leshan.server.queue.PresenceServiceTest [INFO] Running org.eclipse.leshan.server.registration.InMemoryRegistrationStoreTest 2023-01-26 16:22:49,196 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] New registration: Registration [registrationDate=Thu Jan 26 16:22:48 UTC 2023, identity=Identity 0.0.0.0/0.0.0.0:0[unsecure], lifeTimeInSec=3600, smsNumber=null, lwM2mVersion=1.1, bindingMode=[U], queueMode=false, endpoint=myEndpoint, id=A7oJwvaKTL, objectLinks=[, , ], additionalRegistrationAttributes={}, rootPath=/, supportedContentFormats=[], supportedObjects={}, availableInstances=[], lastUpdate=Thu Jan 26 16:22:48 UTC 2023, applicationData={key1=value1, key2=value2}] SLF4J: A number (69) 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 https://www.slf4j.org/codes.html#replay 2023-01-26 16:22:49,214 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Updated registration org.eclipse.leshan.server.registration.UpdatedRegistration@6e19db89 by RegistrationUpdate [registrationId=A7oJwvaKTL, identity=Identity 0.0.0.0/0.0.0.0:0[unsecure], lifeTimeInSec=null, smsNumber=null, bindingMode=null, objectLinks=null, additionalAttributes={}, applicationData={}] 2023-01-26 16:22:49,215 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] New registration: Registration [registrationDate=Thu Jan 26 16:22:48 UTC 2023, identity=Identity 0.0.0.0/0.0.0.0:0[unsecure], lifeTimeInSec=3600, smsNumber=null, lwM2mVersion=1.1, bindingMode=[U], queueMode=false, endpoint=myEndpoint, id=xwlumLYYoZ, objectLinks=[, , ], additionalRegistrationAttributes={}, rootPath=/, supportedContentFormats=[], supportedObjects={}, availableInstances=[], lastUpdate=Thu Jan 26 16:22:48 UTC 2023, applicationData={key1=value1, key2=value2}] 2023-01-26 16:22:49,216 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Updated registration org.eclipse.leshan.server.registration.UpdatedRegistration@e3bee95 by RegistrationUpdate [registrationId=xwlumLYYoZ, identity=Identity 0.0.0.0/0.0.0.0:0[unsecure], lifeTimeInSec=null, smsNumber=null, bindingMode=null, objectLinks=null, additionalAttributes={}, applicationData={key3=value3}] 2023-01-26 16:22:49,216 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Loading OMA standard object models 2023-01-26 16:22:49,216 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/0-1_0.xml 2023-01-26 16:22:49,217 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/0-1_1.xml 2023-01-26 16:22:49,217 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/0.xml 2023-01-26 16:22:49,217 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/1-1_0.xml 2023-01-26 16:22:49,217 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/1-1_1.xml 2023-01-26 16:22:49,217 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/2-1_0.xml 2023-01-26 16:22:49,218 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/2.xml 2023-01-26 16:22:49,218 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/3-1_0.xml 2023-01-26 16:22:49,218 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/3-1_1.xml 2023-01-26 16:22:49,218 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/3.xml 2023-01-26 16:22:49,219 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/4-1_0.xml 2023-01-26 16:22:49,219 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_1.xml 2023-01-26 16:22:49,219 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_2.xml 2023-01-26 16:22:49,220 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4.xml 2023-01-26 16:22:49,220 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5-1_0.xml 2023-01-26 16:22:49,220 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5.xml 2023-01-26 16:22:49,220 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/6.xml 2023-01-26 16:22:49,220 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/7.xml 2023-01-26 16:22:49,220 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/21.xml 2023-01-26 16:22:49,221 TRACE s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Bootstrap session finished : DefaultBootstrapSession [id=ef1ct5Uqyu, endpoint=endpoint, identity=Identity 0.0.0.0/0.0.0.0:4242[psk=pskdentity], authorized=false, contentFormat=TLV(11542), applicationData={}, creationTime=1674750168998, request=org.eclipse.leshan.core.request.BootstrapRequest@911d096a, cancelled=false] 2023-01-26 16:22:49,221 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Loading OMA standard object models 2023-01-26 16:22:49,221 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0-1_0.xml 2023-01-26 16:22:49,222 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0-1_1.xml 2023-01-26 16:22:49,222 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0.xml 2023-01-26 16:22:49,222 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/1-1_0.xml 2023-01-26 16:22:49,222 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/1-1_1.xml 2023-01-26 16:22:49,222 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/2-1_0.xml 2023-01-26 16:22:49,222 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/2.xml 2023-01-26 16:22:49,223 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3-1_0.xml 2023-01-26 16:22:49,223 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3-1_1.xml 2023-01-26 16:22:49,223 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3.xml 2023-01-26 16:22:49,223 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_0.xml 2023-01-26 16:22:49,223 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_1.xml 2023-01-26 16:22:49,223 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_2.xml 2023-01-26 16:22:49,224 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4.xml 2023-01-26 16:22:49,224 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5-1_0.xml 2023-01-26 16:22:49,224 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5.xml 2023-01-26 16:22:49,224 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/6.xml 2023-01-26 16:22:49,224 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/7.xml 2023-01-26 16:22:49,224 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/21.xml 2023-01-26 16:22:49,225 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Error for DefaultBootstrapSession [id=IyeuTOrjzc, endpoint=endpoint, identity=Identity 0.0.0.0/0.0.0.0:4242[psk=pskdentity], authorized=true, contentFormat=TLV(11542), applicationData={}, creationTime=1674750169098, request=org.eclipse.leshan.core.request.BootstrapRequest@911d096a, cancelled=true] while sending BootstrapFinishRequest org.eclipse.leshan.core.request.exception.RequestCanceledException: cancelled at org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest$MockRequestSender.cancelOngoingRequests(BootstrapHandlerTest.java:222) at org.eclipse.leshan.server.bootstrap.DefaultBootstrapHandler.bootstrap(DefaultBootstrapHandler.java:106) at org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest.two_bootstrap_at_the_same_time_not_allowed(BootstrapHandlerTest.java:150) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2023-01-26 16:22:49,227 TRACE s.r.GeneratedMethodAccessor1 [pool-2-thread-1] BootstrapFinishRequest null failed because of org.eclipse.leshan.core.request.exception.RequestCanceledException: cancelled for DefaultBootstrapSession [id=IyeuTOrjzc, endpoint=endpoint, identity=Identity 0.0.0.0/0.0.0.0:4242[psk=pskdentity], authorized=true, contentFormat=TLV(11542), applicationData={}, creationTime=1674750169098, request=org.eclipse.leshan.core.request.BootstrapRequest@911d096a, cancelled=true] : BootstrapFinishRequest 2023-01-26 16:22:49,228 TRACE s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Bootstrap session finished : DefaultBootstrapSession [id=IyeuTOrjzc, endpoint=endpoint, identity=Identity 0.0.0.0/0.0.0.0:4242[psk=pskdentity], authorized=true, contentFormat=TLV(11542), applicationData={}, creationTime=1674750169098, request=org.eclipse.leshan.core.request.BootstrapRequest@911d096a, cancelled=true] 2023-01-26 16:22:49,228 TRACE s.r.GeneratedMethodAccessor1 [pool-2-thread-1] DefaultBootstrapSession [id=tfeI9YEyGt, endpoint=endpoint, identity=Identity 0.0.0.0/0.0.0.0:4243[psk=pskdentity], authorized=true, contentFormat=TLV(11542), applicationData={}, creationTime=1674750169102, request=org.eclipse.leshan.core.request.BootstrapRequest@911d096a, cancelled=false] receives BootstrapFinishResponse [code=CHANGED(204)] for BootstrapFinishRequest 2023-01-26 16:22:49,229 TRACE s.r.GeneratedMethodAccessor1 [pool-2-thread-1] BootstrapFinishRequest null receives success response for DefaultBootstrapSession [id=tfeI9YEyGt, endpoint=endpoint, identity=Identity 0.0.0.0/0.0.0.0:4243[psk=pskdentity], authorized=true, contentFormat=TLV(11542), applicationData={}, creationTime=1674750169102, request=org.eclipse.leshan.core.request.BootstrapRequest@911d096a, cancelled=false] : BootstrapFinishRequest 2023-01-26 16:22:49,229 TRACE s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Bootstrap session finished : DefaultBootstrapSession [id=tfeI9YEyGt, endpoint=endpoint, identity=Identity 0.0.0.0/0.0.0.0:4243[psk=pskdentity], authorized=true, contentFormat=TLV(11542), applicationData={}, creationTime=1674750169102, request=org.eclipse.leshan.core.request.BootstrapRequest@911d096a, cancelled=false] 2023-01-26 16:22:49,230 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Loading OMA standard object models 2023-01-26 16:22:49,230 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0-1_0.xml 2023-01-26 16:22:49,230 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0-1_1.xml 2023-01-26 16:22:49,230 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0.xml 2023-01-26 16:22:49,230 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/1-1_0.xml 2023-01-26 16:22:49,231 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/1-1_1.xml 2023-01-26 16:22:49,231 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/2-1_0.xml 2023-01-26 16:22:49,231 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/2.xml 2023-01-26 16:22:49,231 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3-1_0.xml 2023-01-26 16:22:49,231 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3-1_1.xml 2023-01-26 16:22:49,231 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3.xml 2023-01-26 16:22:49,232 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_0.xml 2023-01-26 16:22:49,232 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_1.xml 2023-01-26 16:22:49,232 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_2.xml 2023-01-26 16:22:49,232 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4.xml 2023-01-26 16:22:49,232 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5-1_0.xml 2023-01-26 16:22:49,232 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5.xml 2023-01-26 16:22:49,233 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/6.xml [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s - in org.eclipse.leshan.server.registration.InMemoryRegistrationStoreTest [INFO] Running org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s - in org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ leshan-server-core --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-server-core/target/leshan-server-core-2.0.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-server-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-server-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-core/target/leshan-server-core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.7:check (default) @ leshan-server-core --- [INFO] Comparing [org.eclipse.leshan:leshan-server-core:jar:1.4.2] against [org.eclipse.leshan:leshan-server-core:jar:2.0.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-server-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core/target/leshan-server-core-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/2.0.0-SNAPSHOT/leshan-server-core-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core/target/leshan-server-core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/2.0.0-SNAPSHOT/leshan-server-core-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core/target/leshan-server-core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/2.0.0-SNAPSHOT/leshan-server-core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ leshan-server-core --- [INFO] Installing org/eclipse/leshan/leshan-server-core/2.0.0-SNAPSHOT/leshan-server-core-2.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-core >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-server-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-server-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-server-core --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 106 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 106 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-server-core --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-server-cf >----------------- [INFO] Building leshan - server californium 2.0.0-SNAPSHOT [4/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-server-cf --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-server-cf --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-server-cf --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-server-cf --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 50 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 50 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-server-cf --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-cf/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-server-cf --- [INFO] Processed 50 files in 00:00.311 (Already Sorted: 50, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-server-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-cf/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-server-cf --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-server-cf:bundle:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-server-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-server-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-server-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.22:check (default) @ leshan-server-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-server-cf --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.463 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: 3.065 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest [INFO] Running org.eclipse.leshan.server.californium.LeshanServerBuilderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.465 s - in org.eclipse.leshan.server.californium.LeshanServerBuilderTest [INFO] Running org.eclipse.leshan.server.californium.observation.ObserveUtilTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 s - in org.eclipse.leshan.server.californium.observation.ObserveUtilTest [INFO] Running org.eclipse.leshan.server.californium.observation.LwM2mObservationStoreTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s - in org.eclipse.leshan.server.californium.observation.LwM2mObservationStoreTest [INFO] Running org.eclipse.leshan.server.californium.observation.ObservationServiceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in org.eclipse.leshan.server.californium.observation.ObservationServiceTest [INFO] Running org.eclipse.leshan.server.californium.request.LwM2mResponseBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s - in org.eclipse.leshan.server.californium.request.LwM2mResponseBuilderTest [INFO] Running org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 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.874 s - in org.eclipse.leshan.server.californium.LeshanServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ leshan-server-cf --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/leshan-server-cf-2.0.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-server-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/leshan-server-cf-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.7:check (default) @ leshan-server-cf --- [INFO] Comparing [org.eclipse.leshan:leshan-server-cf:jar:1.4.2] against [org.eclipse.leshan:leshan-server-cf:jar:2.0.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-server-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/leshan-server-cf-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/2.0.0-SNAPSHOT/leshan-server-cf-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/leshan-server-cf-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/2.0.0-SNAPSHOT/leshan-server-cf-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-cf/target/leshan-server-cf-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/2.0.0-SNAPSHOT/leshan-server-cf-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ leshan-server-cf --- [INFO] Installing org/eclipse/leshan/leshan-server-cf/2.0.0-SNAPSHOT/leshan-server-cf-2.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-server-cf --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-server-cf --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-server-cf --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 50 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 50 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-cf <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-server-cf --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-redis >--------------- [INFO] Building leshan - server redis 2.0.0-SNAPSHOT [5/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-server-redis --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-server-redis --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-server-redis --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-server-redis --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 11 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 11 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-server-redis --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-redis/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-server-redis --- [INFO] Processed 11 files in 00:00.123 (Already Sorted: 11, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-server-redis --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-redis/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-server-redis --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-server-redis:bundle:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-server-redis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-server-redis --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-redis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-server-redis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.22:check (default) @ leshan-server-redis --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-server-redis --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 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.44 s - in org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ leshan-server-redis --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/leshan-server-redis-2.0.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-server-redis --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/leshan-server-redis-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.7:check (default) @ leshan-server-redis --- [INFO] Comparing [org.eclipse.leshan:leshan-server-redis:jar:1.4.2] against [org.eclipse.leshan:leshan-server-redis:jar:2.0.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-server-redis --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/leshan-server-redis-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/2.0.0-SNAPSHOT/leshan-server-redis-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/leshan-server-redis-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/2.0.0-SNAPSHOT/leshan-server-redis-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-redis/target/leshan-server-redis-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/2.0.0-SNAPSHOT/leshan-server-redis-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ leshan-server-redis --- [INFO] Installing org/eclipse/leshan/leshan-server-redis/2.0.0-SNAPSHOT/leshan-server-redis-2.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-redis >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-server-redis --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-server-redis --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-server-redis --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 11 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 11 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-redis <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-server-redis --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-client-core >---------------- [INFO] Building leshan - client core 2.0.0-SNAPSHOT [6/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-client-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-client-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-client-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-client-core --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 68 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 68 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-client-core --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-core/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-client-core --- [INFO] Processed 68 files in 00:00.540 (Already Sorted: 68, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-client-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-client-core/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-client-core --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-client-core:bundle:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-client-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/leshan/leshan-client-core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-client-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-client-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-client-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/leshan/leshan-client-core/target/test-classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.22:check (default) @ leshan-client-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-client-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest 2023-01-26 16:23:44,403 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Loading OMA standard object models for LWM2M 1.0 SLF4J: A number (69) 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 https://www.slf4j.org/codes.html#replay 2023-01-26 16:23:44,416 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/0-1_0.xml 2023-01-26 16:23:44,417 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/0-1_1.xml 2023-01-26 16:23:44,417 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/0.xml 2023-01-26 16:23:44,417 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/1-1_0.xml 2023-01-26 16:23:44,417 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/1-1_1.xml 2023-01-26 16:23:44,417 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/2-1_0.xml 2023-01-26 16:23:44,418 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/2.xml 2023-01-26 16:23:44,418 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/3-1_0.xml 2023-01-26 16:23:44,418 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/3-1_1.xml 2023-01-26 16:23:44,418 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/3.xml 2023-01-26 16:23:44,418 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/4-1_0.xml 2023-01-26 16:23:44,419 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/4-1_1.xml 2023-01-26 16:23:44,419 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/4-1_2.xml 2023-01-26 16:23:44,419 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/4.xml 2023-01-26 16:23:44,420 DEBUG s.r.NativeMethodAccessorImpl [pool-2-thread-1] Parsing DDF file /models/5-1_0.xml 2023-01-26 16:23:44,420 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5.xml 2023-01-26 16:23:44,420 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/6.xml 2023-01-26 16:23:44,420 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/7.xml 2023-01-26 16:23:44,421 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/21.xml 2023-01-26 16:23:44,421 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Loading OMA standard object models for LWM2M 1.0 2023-01-26 16:23:44,421 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0-1_0.xml 2023-01-26 16:23:44,484 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0-1_1.xml 2023-01-26 16:23:44,484 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0.xml 2023-01-26 16:23:44,484 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/1-1_0.xml 2023-01-26 16:23:44,485 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/1-1_1.xml 2023-01-26 16:23:44,485 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/2-1_0.xml 2023-01-26 16:23:44,485 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/2.xml 2023-01-26 16:23:44,485 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3-1_0.xml 2023-01-26 16:23:44,486 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3-1_1.xml 2023-01-26 16:23:44,486 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3.xml 2023-01-26 16:23:44,486 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_0.xml 2023-01-26 16:23:44,486 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_1.xml 2023-01-26 16:23:44,487 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_2.xml 2023-01-26 16:23:44,487 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4.xml 2023-01-26 16:23:44,487 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5-1_0.xml 2023-01-26 16:23:44,487 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5.xml 2023-01-26 16:23:44,488 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/6.xml 2023-01-26 16:23:44,488 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/7.xml 2023-01-26 16:23:44,488 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/21.xml 2023-01-26 16:23:44,488 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Loading OMA standard object models for LWM2M 1.0 2023-01-26 16:23:44,489 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0-1_0.xml 2023-01-26 16:23:44,489 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0-1_1.xml 2023-01-26 16:23:44,489 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0.xml 2023-01-26 16:23:44,489 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/1-1_0.xml 2023-01-26 16:23:44,490 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/1-1_1.xml 2023-01-26 16:23:44,490 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/2-1_0.xml 2023-01-26 16:23:44,490 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/2.xml 2023-01-26 16:23:44,490 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3-1_0.xml 2023-01-26 16:23:44,491 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3-1_1.xml 2023-01-26 16:23:44,491 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3.xml 2023-01-26 16:23:44,491 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_0.xml 2023-01-26 16:23:44,491 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_1.xml 2023-01-26 16:23:44,492 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4-1_2.xml 2023-01-26 16:23:44,492 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/4.xml 2023-01-26 16:23:44,492 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5-1_0.xml 2023-01-26 16:23:44,492 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/5.xml 2023-01-26 16:23:44,493 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/6.xml 2023-01-26 16:23:44,493 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/7.xml 2023-01-26 16:23:44,493 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/21.xml 2023-01-26 16:23:44,493 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Loading OMA standard object models for LWM2M 1.0 2023-01-26 16:23:44,494 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0-1_0.xml 2023-01-26 16:23:44,494 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0-1_1.xml 2023-01-26 16:23:44,494 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/0.xml 2023-01-26 16:23:44,494 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/1-1_0.xml 2023-01-26 16:23:44,494 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/1-1_1.xml 2023-01-26 16:23:44,494 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/2-1_0.xml 2023-01-26 16:23:44,495 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/2.xml 2023-01-26 16:23:44,495 DEBUG s.r.GeneratedMethodAccessor1 [pool-2-thread-1] Parsing DDF file /models/3-1_0.xml [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.99 s - in org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest [INFO] Running org.eclipse.leshan.client.util.ObjectsInitializerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.eclipse.leshan.client.util.ObjectsInitializerTest [INFO] Running org.eclipse.leshan.client.util.ObjectEnablerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.leshan.client.util.ObjectEnablerTest [INFO] Running org.eclipse.leshan.client.util.LinkFormatHelperTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.919 s - in org.eclipse.leshan.client.util.LinkFormatHelperTest [INFO] Running org.eclipse.leshan.client.send.ManualDataSenderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.021 s - in org.eclipse.leshan.client.send.ManualDataSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ leshan-client-core --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-client-core/target/leshan-client-core-2.0.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-client-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-client-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-client-core/target/leshan-client-core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.7:check (default) @ leshan-client-core --- [INFO] Comparing [org.eclipse.leshan:leshan-client-core:jar:1.4.2] against [org.eclipse.leshan:leshan-client-core:jar:2.0.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-client-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-core/target/leshan-client-core-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/2.0.0-SNAPSHOT/leshan-client-core-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-core/target/leshan-client-core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/2.0.0-SNAPSHOT/leshan-client-core-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-core/target/leshan-client-core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/2.0.0-SNAPSHOT/leshan-client-core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ leshan-client-core --- [INFO] Installing org/eclipse/leshan/leshan-client-core/2.0.0-SNAPSHOT/leshan-client-core-2.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-client-core >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-client-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-client-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-client-core --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 68 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 68 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-client-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-client-core --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-client-cf >----------------- [INFO] Building leshan - client californium 2.0.0-SNAPSHOT [7/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-client-cf --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-client-cf --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-client-cf --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-client-cf --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 27 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 27 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-client-cf --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-cf/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-client-cf --- [INFO] Processed 27 files in 00:00.169 (Already Sorted: 27, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-client-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-client-cf/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-client-cf --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-client-cf:bundle:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-client-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-client-cf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-client-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-client-cf --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.22:check (default) @ leshan-client-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-26:8.0.0_r2 [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-client-cf --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ leshan-client-cf --- [INFO] Building bundle: /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/leshan-client-cf-2.0.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-client-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/leshan-client-cf-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.7:check (default) @ leshan-client-cf --- [INFO] Comparing [org.eclipse.leshan:leshan-client-cf:jar:1.4.2] against [org.eclipse.leshan:leshan-client-cf:jar:2.0.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-client-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/leshan-client-cf-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/2.0.0-SNAPSHOT/leshan-client-cf-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/leshan-client-cf-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/2.0.0-SNAPSHOT/leshan-client-cf-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-cf/target/leshan-client-cf-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/2.0.0-SNAPSHOT/leshan-client-cf-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ leshan-client-cf --- [INFO] Installing org/eclipse/leshan/leshan-client-cf/2.0.0-SNAPSHOT/leshan-client-cf-2.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-client-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-client-cf --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-client-cf --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-client-cf --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 27 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 27 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-client-cf <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-client-cf --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ------------< org.eclipse.leshan:leshan-integration-tests >------------- [INFO] Building leshan - integration tests 2.0.0-SNAPSHOT [8/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-integration-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-integration-tests --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-integration-tests --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-integration-tests --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 52 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 52 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 4s [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-integration-tests --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-integration-tests/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-integration-tests --- [INFO] Processed 52 files in 00:01.563 (Already Sorted: 52, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-integration-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-integration-tests/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-integration-tests --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-integration-tests:jar:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-integration-tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-integration-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-integration-tests/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-integration-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/leshan/leshan-integration-tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.integration.tests.write.WriteSingleValueTest [INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.701 s - in org.eclipse.leshan.integration.tests.write.WriteSingleValueTest [INFO] Running org.eclipse.leshan.integration.tests.write.WriteMultiValueTest [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.47 s - in org.eclipse.leshan.integration.tests.write.WriteMultiValueTest [INFO] Running org.eclipse.leshan.integration.tests.write.WriteCompositeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.275 s - in org.eclipse.leshan.integration.tests.write.WriteCompositeTest [INFO] Running org.eclipse.leshan.integration.tests.write.WriteOpaqueValueTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 s - in org.eclipse.leshan.integration.tests.write.WriteOpaqueValueTest [INFO] Running org.eclipse.leshan.integration.tests.read.ReadCompositeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in org.eclipse.leshan.integration.tests.read.ReadCompositeTest [INFO] Running org.eclipse.leshan.integration.tests.read.ReadSingleValueTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 s - in org.eclipse.leshan.integration.tests.read.ReadSingleValueTest [INFO] Running org.eclipse.leshan.integration.tests.read.ReadMultiValueTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in org.eclipse.leshan.integration.tests.read.ReadMultiValueTest [INFO] Running org.eclipse.leshan.integration.tests.read.ReadOpaqueValueTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.leshan.integration.tests.read.ReadOpaqueValueTest [INFO] Running org.eclipse.leshan.integration.tests.observe.ObserveTimeStampTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in org.eclipse.leshan.integration.tests.observe.ObserveTimeStampTest [INFO] Running org.eclipse.leshan.integration.tests.create.CreateTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s - in org.eclipse.leshan.integration.tests.create.CreateTest [INFO] Running org.eclipse.leshan.integration.tests.send.SendTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.leshan.integration.tests.send.SendTest [INFO] Running org.eclipse.leshan.integration.tests.write.WriteFailedTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.eclipse.leshan.integration.tests.write.WriteFailedTest [INFO] Running org.eclipse.leshan.integration.tests.read.ReadFailedTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.leshan.integration.tests.read.ReadFailedTest [INFO] Running org.eclipse.leshan.integration.tests.ExecuteTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.eclipse.leshan.integration.tests.ExecuteTest [INFO] Running org.eclipse.leshan.integration.tests.observe.ObserveCompositeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.356 s - in org.eclipse.leshan.integration.tests.observe.ObserveCompositeTest [INFO] Running org.eclipse.leshan.integration.tests.lockstep.LockStepTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.329 s - in org.eclipse.leshan.integration.tests.lockstep.LockStepTest [INFO] Running org.eclipse.leshan.integration.tests.create.CreateFailedTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.leshan.integration.tests.create.CreateFailedTest [INFO] Running org.eclipse.leshan.integration.tests.observe.ObserveTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.368 s - in org.eclipse.leshan.integration.tests.observe.ObserveTest [INFO] Running org.eclipse.leshan.integration.tests.send.LockStepSendTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.leshan.integration.tests.send.LockStepSendTest [INFO] Running org.eclipse.leshan.integration.tests.send.SendTimestampedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 s - in org.eclipse.leshan.integration.tests.send.SendTimestampedTest [INFO] Running org.eclipse.leshan.integration.tests.DeleteTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.leshan.integration.tests.DeleteTest [INFO] Running org.eclipse.leshan.integration.tests.RegistrationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.892 s - in org.eclipse.leshan.integration.tests.RegistrationTest [INFO] Running org.eclipse.leshan.integration.tests.QueueModeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174 s - in org.eclipse.leshan.integration.tests.QueueModeTest [INFO] Running org.eclipse.leshan.integration.tests.BootstrapTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.1 s - in org.eclipse.leshan.integration.tests.BootstrapTest [INFO] Running org.eclipse.leshan.integration.tests.SecurityTest 2023-01-26 16:25:00,086 ERROR o.e.c.o.RequestDecryptor [CoapServer(main)#1] Security context not found 2023-01-26 16:25:00,093 ERROR o.e.c.o.ObjectSecurityLayer [CoapServer(main)#1] Error while receiving OSCore request: Security context not found 2023-01-26 16:25:00,098 ERROR o.e.c.o.RequestDecryptor [CoapServer(main)#1] Security context not found 2023-01-26 16:25:00,098 ERROR o.e.c.o.ObjectSecurityLayer [CoapServer(main)#1] Error while receiving OSCore request: Security context not found 2023-01-26 16:25:19,375 ERROR o.e.c.o.ObjectSecurityContextLayer [CoapServer(main)#1] Context is null 2023-01-26 16:25:19,376 ERROR o.e.c.o.ObjectSecurityContextLayer [CoapServer(main)#1] Error sending request: Context is null 2023-01-26 16:25:19,877 ERROR o.e.c.o.RequestDecryptor [CoapServer(main)#1] Security context not found 2023-01-26 16:25:19,878 ERROR o.e.c.o.ObjectSecurityLayer [CoapServer(main)#1] Error while receiving OSCore request: Security context not found [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.54 s - in org.eclipse.leshan.integration.tests.SecurityTest [INFO] Running org.eclipse.leshan.integration.tests.DiscoverTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.leshan.integration.tests.DiscoverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 371, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ leshan-integration-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-integration-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-integration-tests --- [INFO] Skipping artifact installation [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-integration-tests >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-integration-tests --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-integration-tests --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-integration-tests --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 52 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 52 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-integration-tests <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-integration-tests --- [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-core-demo >----------------- [INFO] Building leshan - core demo 2.0.0-SNAPSHOT [9/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-core-demo --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-core-demo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-core-demo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-core-demo --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 26 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 26 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-core-demo --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan/leshan-core-demo' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/leshan/leshan-core-demo [INFO] Storing buildNumber: dbe5aa21840d6a1f41606612eec09736193e3c89 at timestamp: 1674750329209 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan/leshan-core-demo' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/leshan/leshan-core-demo [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-core-demo --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core-demo/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-core-demo --- [INFO] Processed 26 files in 00:00.162 (Already Sorted: 26, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-core-demo --- [INFO] Copying 340 resources [INFO] Copying 1 resource [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-core-demo --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-core-demo:jar:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-core-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-core-demo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-core-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-core-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-core-demo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.core.demo.ValidateDemoModelsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.402 s - in org.eclipse.leshan.core.demo.ValidateDemoModelsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ leshan-core-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/leshan-core-demo-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-core-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/leshan-core-demo-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-core-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/leshan-core-demo-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-demo/2.0.0-SNAPSHOT/leshan-core-demo-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/leshan-core-demo-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-demo/2.0.0-SNAPSHOT/leshan-core-demo-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-core-demo/target/leshan-core-demo-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-demo/2.0.0-SNAPSHOT/leshan-core-demo-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-core-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-core-demo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-core-demo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-core-demo --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 26 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 26 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-core-demo --- [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-core-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-core-demo --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-client-demo >---------------- [INFO] Building leshan - client demo 2.0.0-SNAPSHOT [10/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-client-demo --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-client-demo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-client-demo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-client-demo --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 9 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 9 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-client-demo --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-demo/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-client-demo --- [INFO] Processed 9 files in 00:00.191 (Already Sorted: 9, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-client-demo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-client-demo/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-client-demo --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-client-demo:jar:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-client-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-client-demo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-client-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-client-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-client-demo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ leshan-client-demo --- [INFO] Reading assembly descriptor: ../build-config/demo-build-config/jar-with-dependencies-with-logback.xml [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-client-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/2.0.0-SNAPSHOT/leshan-client-demo-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/2.0.0-SNAPSHOT/leshan-client-demo-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/2.0.0-SNAPSHOT/leshan-client-demo-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/2.0.0-SNAPSHOT/leshan-client-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-client-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-client-demo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-client-demo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-client-demo --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 9 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 9 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-client-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-client-demo --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] -------------< org.eclipse.leshan:leshan-server-core-demo >------------- [INFO] Building leshan - server core demo 2.0.0-SNAPSHOT [11/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-server-core-demo --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-server-core-demo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-server-core-demo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-server-core-demo --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 9 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 9 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-server-core-demo --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-server-core-demo --- [INFO] Processed 9 files in 00:00.043 (Already Sorted: 9, Needed Sorting: 0) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-server-core-demo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-server-core-demo --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-server-core-demo:jar:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-server-core-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-server-core-demo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-server-core-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-server-core-demo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ leshan-server-core-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/leshan-server-core-demo-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-server-core-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/leshan-server-core-demo-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-server-core-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/leshan-server-core-demo-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core-demo/2.0.0-SNAPSHOT/leshan-server-core-demo-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/leshan-server-core-demo-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core-demo/2.0.0-SNAPSHOT/leshan-server-core-demo-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/target/leshan-server-core-demo-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core-demo/2.0.0-SNAPSHOT/leshan-server-core-demo-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-core-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-server-core-demo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-server-core-demo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-server-core-demo --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 9 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 9 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-core-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-server-core-demo --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-demo >---------------- [INFO] Building leshan - server demo 2.0.0-SNAPSHOT [12/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-server-demo --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-server-demo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-server-demo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-server-demo --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 19 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 19 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-server-demo --- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-server-demo --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-demo/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-server-demo --- [INFO] Processed 19 files in 00:00.236 (Already Sorted: 19, Needed Sorting: 0) [INFO] [INFO] --- frontend-maven-plugin:1.12.1:install-node-and-yarn (install node and yarn) @ leshan-server-demo --- [INFO] Installing node version v12.22.5 [INFO] Downloading https://nodejs.org/dist/v12.22.5/node-v12.22.5-linux-x64.tar.gz to /home/jenkins/.m2/repository/com/github/eirslett/node/12.22.5/node-12.22.5-linux-x64.tar.gz [INFO] No proxies configured [INFO] No proxy was configured, downloading directly [INFO] Unpacking /home/jenkins/.m2/repository/com/github/eirslett/node/12.22.5/node-12.22.5-linux-x64.tar.gz into /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp/node/tmp [INFO] Copying node binary from /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp/node/tmp/node-v12.22.5-linux-x64/bin/node to /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp/node/node [INFO] Installed node locally. [INFO] Installing Yarn version v1.22.10 [INFO] Downloading https://sourceforge.net/projects/yarn.mirror/files/v1.22.10/yarn-v1.22.10.tar.gz to /home/jenkins/.m2/repository/com/github/eirslett/yarn/1.22.10/yarn-1.22.10.tar.gz [INFO] No proxies configured [INFO] No proxy was configured, downloading directly [INFO] Unpacking /home/jenkins/.m2/repository/com/github/eirslett/yarn/1.22.10/yarn-1.22.10.tar.gz into /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp/node/yarn [INFO] Installed Yarn locally. [INFO] [INFO] --- frontend-maven-plugin:1.12.1:yarn (yarn install) @ leshan-server-demo --- [INFO] Running 'yarn ' in /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp [INFO] yarn install v1.22.10 [INFO] [1/4] Resolving packages... [INFO] [2/4] Fetching packages... [INFO] info fsevents@2.3.2: The platform "linux" is incompatible with this module. [INFO] info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [INFO] [3/4] Linking dependencies... [INFO] [4/4] Building fresh packages... [INFO] Done in 32.98s. [INFO] [INFO] --- frontend-maven-plugin:1.12.1:yarn (yarn build) @ leshan-server-demo --- [INFO] Running 'yarn build' in /home/jenkins/agent/workspace/leshan/leshan-server-demo/webapp [INFO] yarn run v1.22.10 [INFO] $ vue-cli-service build [INFO] All browser targets in the browserslist configuration have supported ES module. [INFO] Therefore we don't build two separate bundles for differential loading. [INFO] [INFO] [INFO] - Building for production... [INFO] WARNING Compiled with 3 warnings4:28:07 PM [INFO] [INFO] warning [INFO] [INFO] asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). [INFO] This can impact web performance. [INFO] Assets: [INFO] css/chunk-vendors.f4559c83.css (447 KiB) [INFO] js/chunk-vendors.c6b94bca.js (510 KiB) [INFO] [INFO] warning [INFO] [INFO] entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. [INFO] Entrypoints: [INFO] app (1.04 MiB) [INFO] css/chunk-vendors.f4559c83.css [INFO] js/chunk-vendors.c6b94bca.js [INFO] css/app.c9714550.css [INFO] js/app.b22a39d0.js [INFO] [INFO] [INFO] warning [INFO] [INFO] webpack performance recommendations: [INFO] You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. [INFO] For more info visit https://webpack.js.org/guides/code-splitting/ [INFO] [INFO] File Size Gzipped [INFO] [INFO] ../target/classes/webapp/js/chunk-vend 510.42 KiB 155.33 KiB [INFO] ors.c6b94bca.js [INFO] ../target/classes/webapp/js/app.b22a39 105.40 KiB 28.36 KiB [INFO] d0.js [INFO] ../target/classes/webapp/css/chunk-ven 446.73 KiB 66.68 KiB [INFO] dors.f4559c83.css [INFO] ../target/classes/webapp/css/app.c9714 0.33 KiB 0.20 KiB [INFO] 550.css [INFO] [INFO] Images and other types of assets omitted. [INFO] Build at: 2023-01-26T16:28:07.405Z - Hash: e094e29f1f8757bd - Time: 95036ms [INFO] [INFO] DONE Build complete. The ../target/classes/webapp directory is ready to be deployed. [INFO] INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html [INFO] [INFO] Done in 98.47s. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-server-demo --- [INFO] Copying 3 resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-server-demo --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-server-demo:jar:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-server-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-server-demo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-server-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-server-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-server-demo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ leshan-server-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-server-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ leshan-server-demo --- [INFO] Reading assembly descriptor: ../build-config/demo-build-config/jar-with-dependencies-with-logback.xml [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-server-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/2.0.0-SNAPSHOT/leshan-server-demo-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/2.0.0-SNAPSHOT/leshan-server-demo-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/2.0.0-SNAPSHOT/leshan-server-demo-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/2.0.0-SNAPSHOT/leshan-server-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-server-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-server-demo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-server-demo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-server-demo --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 19 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 19 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-server-demo --- [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-server-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-server-demo --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >--------------- [INFO] Building leshan - bootstrap server demo 2.0.0-SNAPSHOT [13/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-bsserver-demo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-bsserver-demo --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 10 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 10 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-bsserver-demo --- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan-bsserver-demo --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/pom.xml [INFO] [INFO] --- impsort-maven-plugin:1.6.2:check (default) @ leshan-bsserver-demo --- [INFO] Processed 10 files in 00:00.087 (Already Sorted: 10, Needed Sorting: 0) [INFO] [INFO] --- frontend-maven-plugin:1.12.1:install-node-and-yarn (install node and yarn) @ leshan-bsserver-demo --- [INFO] Installing node version v12.22.5 [INFO] Unpacking /home/jenkins/.m2/repository/com/github/eirslett/node/12.22.5/node-12.22.5-linux-x64.tar.gz into /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp/node/tmp [INFO] Copying node binary from /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp/node/tmp/node-v12.22.5-linux-x64/bin/node to /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp/node/node [INFO] Installed node locally. [INFO] Installing Yarn version v1.22.10 [INFO] Unpacking /home/jenkins/.m2/repository/com/github/eirslett/yarn/1.22.10/yarn-1.22.10.tar.gz into /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp/node/yarn [INFO] Installed Yarn locally. [INFO] [INFO] --- frontend-maven-plugin:1.12.1:yarn (yarn install) @ leshan-bsserver-demo --- [INFO] Running 'yarn ' in /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp [INFO] yarn install v1.22.10 [INFO] [1/4] Resolving packages... [INFO] [2/4] Fetching packages... [INFO] info fsevents@2.3.2: The platform "linux" is incompatible with this module. [INFO] info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [INFO] [3/4] Linking dependencies... [INFO] [4/4] Building fresh packages... [INFO] Done in 13.36s. [INFO] [INFO] --- frontend-maven-plugin:1.12.1:yarn (yarn build) @ leshan-bsserver-demo --- [INFO] Running 'yarn build' in /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/webapp [INFO] yarn run v1.22.10 [INFO] $ vue-cli-service build [INFO] All browser targets in the browserslist configuration have supported ES module. [INFO] Therefore we don't build two separate bundles for differential loading. [INFO] [INFO] [INFO] - Building for production... [INFO] WARNING Compiled with 3 warnings4:30:08 PM [INFO] [INFO] warning [INFO] [INFO] asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). [INFO] This can impact web performance. [INFO] Assets: [INFO] css/chunk-vendors.bcfc6849.css (458 KiB) [INFO] js/chunk-vendors.fbd7c1af.js (488 KiB) [INFO] [INFO] warning [INFO] [INFO] entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. [INFO] Entrypoints: [INFO] app (1000 KiB) [INFO] css/chunk-vendors.bcfc6849.css [INFO] js/chunk-vendors.fbd7c1af.js [INFO] css/app.bd7f80cf.css [INFO] js/app.bea53ef9.js [INFO] [INFO] [INFO] warning [INFO] [INFO] webpack performance recommendations: [INFO] You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. [INFO] For more info visit https://webpack.js.org/guides/code-splitting/ [INFO] [INFO] File Size Gzipped [INFO] [INFO] ../target/classes/webapp/js/chunk-vend 487.83 KiB 147.90 KiB [INFO] ors.fbd7c1af.js [INFO] ../target/classes/webapp/js/app.bea53e 57.35 KiB 18.36 KiB [INFO] f9.js [INFO] ../target/classes/webapp/css/chunk-ven 457.80 KiB 67.17 KiB [INFO] dors.bcfc6849.css [INFO] ../target/classes/webapp/css/app.bd7f8 0.33 KiB 0.21 KiB [INFO] 0cf.css [INFO] [INFO] Images and other types of assets omitted. [INFO] Build at: 2023-01-26T16:30:08.477Z - Hash: 72299338c5a56f53 - Time: 94142ms [INFO] [INFO] DONE Build complete. The ../target/classes/webapp directory is ready to be deployed. [INFO] INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html [INFO] [INFO] Done in 98.11s. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leshan-bsserver-demo --- [INFO] Copying 3 resources [INFO] [INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ leshan-bsserver-demo --- [INFO] Generating flattened POM of project org.eclipse.leshan:leshan-bsserver-demo:jar:2.0.0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ leshan-bsserver-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leshan-bsserver-demo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ leshan-bsserver-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ leshan-bsserver-demo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ leshan-bsserver-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-bsserver-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ leshan-bsserver-demo --- [INFO] Reading assembly descriptor: ../build-config/demo-build-config/jar-with-dependencies-with-logback.xml [INFO] Building jar: /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan-bsserver-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT.pom to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/2.0.0-SNAPSHOT/leshan-bsserver-demo-2.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/2.0.0-SNAPSHOT/leshan-bsserver-demo-2.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/2.0.0-SNAPSHOT/leshan-bsserver-demo-2.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/2.0.0-SNAPSHOT/leshan-bsserver-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan-bsserver-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.0:check (validate) @ leshan-bsserver-demo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- formatter-maven-plugin:2.16.0:validate (default) @ leshan-bsserver-demo --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 10 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format: 0 file(s) [INFO] Skipped: 10 file(s) [INFO] Read only skipped: 0 file(s) [INFO] Approximate time taken: 0s [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ leshan-bsserver-demo --- [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan-bsserver-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan-bsserver-demo --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] ---------------------< org.eclipse.leshan:leshan >---------------------- [INFO] Building leshan 2.0.0-SNAPSHOT [14/14] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ leshan --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan --- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default) @ leshan --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/pom.xml [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leshan --- [INFO] Installing /home/jenkins/agent/workspace/leshan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan/2.0.0-SNAPSHOT/leshan-2.0.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-javadoc-plugin:3.4.1:javadoc (default-cli) > generate-sources @ leshan >>> [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ leshan --- [INFO] [INFO] <<< maven-javadoc-plugin:3.4.1:javadoc (default-cli) < generate-sources @ leshan <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:javadoc (default-cli) @ leshan --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for leshan 2.0.0-SNAPSHOT: [INFO] [INFO] leshan - core ...................................... SUCCESS [ 55.484 s] [INFO] leshan - core californium .......................... SUCCESS [ 7.544 s] [INFO] leshan - server core ............................... SUCCESS [ 10.666 s] [INFO] leshan - server californium ........................ SUCCESS [ 30.527 s] [INFO] leshan - server redis .............................. SUCCESS [ 13.635 s] [INFO] leshan - client core ............................... SUCCESS [ 13.216 s] [INFO] leshan - client californium ........................ SUCCESS [ 8.299 s] [INFO] leshan - integration tests ......................... SUCCESS [01:24 min] [INFO] leshan - core demo ................................. SUCCESS [ 9.405 s] [INFO] leshan - client demo ............................... SUCCESS [ 5.651 s] [INFO] leshan - server core demo .......................... SUCCESS [ 3.984 s] [INFO] leshan - server demo ............................... SUCCESS [02:28 min] [INFO] leshan - bootstrap server demo ..................... SUCCESS [02:00 min] [INFO] leshan ............................................. SUCCESS [ 0.124 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:40 min [INFO] Finished at: 2023-01-26T16:30:14Z [INFO] ------------------------------------------------------------------------ [leshan] $ /opt/tools/apache-maven/latest/bin/mvn com.github.ekryd.sortpom:sortpom-maven-plugin:verify -PallPom -B Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] leshan [pom] [INFO] leshan - shared build config [pom] [INFO] leshan - shared library build config [pom] [INFO] leshan - core [bundle] [INFO] leshan - core californium [bundle] [INFO] leshan - server core [bundle] [INFO] leshan - server californium [bundle] [INFO] leshan - server redis [bundle] [INFO] leshan - client core [bundle] [INFO] leshan - client californium [bundle] [INFO] leshan - integration tests [jar] [INFO] leshan - shared demo build config [pom] [INFO] leshan - core demo [jar] [INFO] leshan - client demo [jar] [INFO] leshan - server core demo [jar] [INFO] leshan - server demo [jar] [INFO] leshan - bootstrap server demo [jar] [INFO] [INFO] ---------------------< org.eclipse.leshan:leshan >---------------------- [INFO] Building leshan 2.0.0-SNAPSHOT [1/17] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/pom.xml [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-build-config >--------------- [INFO] Building leshan - shared build config 2.0.0-SNAPSHOT [2/17] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-build-config --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/build-config/pom.xml [INFO] [INFO] ----------------< org.eclipse.leshan:lib-build-config >----------------- [INFO] Building leshan - shared library build config 2.0.0-SNAPSHOT [3/17] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ lib-build-config --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/build-config/lib-build-config/pom.xml [INFO] [INFO] -------------------< org.eclipse.leshan:leshan-core >------------------- [INFO] Building leshan - core 2.0.0-SNAPSHOT [4/17] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-core --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core/pom.xml [INFO] [INFO] -----------------< org.eclipse.leshan:leshan-core-cf >------------------ [INFO] Building leshan - core californium 2.0.0-SNAPSHOT [5/17] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-core-cf --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core-cf/pom.xml [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-core >---------------- [INFO] Building leshan - server core 2.0.0-SNAPSHOT [6/17] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-server-core --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-core/pom.xml [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-server-cf >----------------- [INFO] Building leshan - server californium 2.0.0-SNAPSHOT [7/17] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-server-cf --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-cf/pom.xml [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-redis >--------------- [INFO] Building leshan - server redis 2.0.0-SNAPSHOT [8/17] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-server-redis --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-redis/pom.xml [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-client-core >---------------- [INFO] Building leshan - client core 2.0.0-SNAPSHOT [9/17] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-client-core --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-core/pom.xml [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-client-cf >----------------- [INFO] Building leshan - client californium 2.0.0-SNAPSHOT [10/17] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-client-cf --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-cf/pom.xml [INFO] [INFO] ------------< org.eclipse.leshan:leshan-integration-tests >------------- [INFO] Building leshan - integration tests 2.0.0-SNAPSHOT [11/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-integration-tests --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-integration-tests/pom.xml [INFO] [INFO] ----------------< org.eclipse.leshan:demo-build-config >---------------- [INFO] Building leshan - shared demo build config 2.0.0-SNAPSHOT [12/17] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ demo-build-config --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/build-config/demo-build-config/pom.xml [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-core-demo >----------------- [INFO] Building leshan - core demo 2.0.0-SNAPSHOT [13/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-core-demo --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-core-demo/pom.xml [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-client-demo >---------------- [INFO] Building leshan - client demo 2.0.0-SNAPSHOT [14/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-client-demo --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-client-demo/pom.xml [INFO] [INFO] -------------< org.eclipse.leshan:leshan-server-core-demo >------------- [INFO] Building leshan - server core demo 2.0.0-SNAPSHOT [15/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-server-core-demo --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-core-demo/pom.xml [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-demo >---------------- [INFO] Building leshan - server demo 2.0.0-SNAPSHOT [16/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-server-demo --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-server-demo/pom.xml [INFO] [INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >--------------- [INFO] Building leshan - bootstrap server demo 2.0.0-SNAPSHOT [17/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- sortpom-maven-plugin:3.0.1:verify (default-cli) @ leshan-bsserver-demo --- [INFO] Verifying file /home/jenkins/agent/workspace/leshan/leshan-bsserver-demo/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for leshan 2.0.0-SNAPSHOT: [INFO] [INFO] leshan ............................................. SUCCESS [ 0.317 s] [INFO] leshan - shared build config ....................... SUCCESS [ 0.058 s] [INFO] leshan - shared library build config ............... SUCCESS [ 0.122 s] [INFO] leshan - core ...................................... SUCCESS [ 0.015 s] [INFO] leshan - core californium .......................... SUCCESS [ 0.010 s] [INFO] leshan - server core ............................... SUCCESS [ 0.040 s] [INFO] leshan - server californium ........................ SUCCESS [ 0.010 s] [INFO] leshan - server redis .............................. SUCCESS [ 0.009 s] [INFO] leshan - client core ............................... SUCCESS [ 0.008 s] [INFO] leshan - client californium ........................ SUCCESS [ 0.009 s] [INFO] leshan - integration tests ......................... SUCCESS [ 0.011 s] [INFO] leshan - shared demo build config .................. SUCCESS [ 0.055 s] [INFO] leshan - core demo ................................. SUCCESS [ 0.009 s] [INFO] leshan - client demo ............................... SUCCESS [ 0.008 s] [INFO] leshan - server core demo .......................... SUCCESS [ 0.008 s] [INFO] leshan - server demo ............................... SUCCESS [ 0.009 s] [INFO] leshan - bootstrap server demo ..................... SUCCESS [ 0.008 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.431 s [INFO] Finished at: 2023-01-26T16:30:18Z [INFO] ------------------------------------------------------------------------ [leshan] $ /bin/sh -xe /tmp/jenkins58163557384446129.sh + cp leshan-server-demo/target/leshan-server-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar leshan-server-demo.jar + cp leshan-bsserver-demo/target/leshan-bsserver-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar leshan-bsserver-demo.jar + cp leshan-client-demo/target/leshan-client-demo-2.0.0-SNAPSHOT-jar-with-dependencies.jar leshan-client-demo.jar Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS