Started by user Simon Bernard Rebuilds build #25 Running as Simon Bernard Agent default-agent-9vs6x is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "slave-default" name: "default-agent-9vs6x" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.leshan.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-9vs6x" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-9vs6x" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.leshan.svc.cluster.local/leshan/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:399fbc3bd69ebc1b60231bf7bdb9f9a9fe9518d0b2540dbef7ee19c89559b83d" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - 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: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-leshan" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on default-agent-9vs6x in workspace /home/jenkins/agent/workspace/leshan-release-test [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-20DTcP3htiHD/agent.63 SSH_AGENT_PID=65 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/leshan-release-test@tmp/private_key_4632843761744257836.key (/home/jenkins/agent/workspace/leshan-release-test@tmp/private_key_4632843761744257836.key) [ssh-agent] Using credentials eclipse-leshan-bot (GitHub bot SSH) using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse/leshan.git > git init /home/jenkins/agent/workspace/leshan-release-test # timeout=10 Fetching upstream changes from git@github.com:eclipse/leshan.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse/leshan.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/leshan.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/leshan.git # timeout=10 Fetching upstream changes from git@github.com:eclipse/leshan.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse/leshan.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/javadoc^{commit} # timeout=10 Checking out Revision 49f6aa1e19b7d875724118122ef2143cbb2a0ab4 (origin/javadoc) > git config core.sparsecheckout # timeout=10 > git checkout -f 49f6aa1e19b7d875724118122ef2143cbb2a0ab4 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b javadoc 49f6aa1e19b7d875724118122ef2143cbb2a0ab4 # timeout=10 Commit message: "Fix all javadoc issue reported... (-_-!)" > git rev-list --no-walk 49f6aa1e19b7d875724118122ef2143cbb2a0ab4 # timeout=10 [leshan-release-test] $ /bin/sh -xe /tmp/jenkins1900953397044251571.sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key 9C8E943CAB7F316E: public key "Eclipse Leshan Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 9C8E943CAB7F316E: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 + gpg --list-keys --with-colons + awk -F: '/fpr:/ {print $10}' + sort -u + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key 24067310FA9F4C36E14D2F89F19A36DAF2F8FF46 trust Secret subkeys are available. pub rsa4096/9C8E943CAB7F316E created: 2015-12-08 expires: 2020-12-06 usage: SC trust: unknown validity: unknown ssb rsa4096/F19A36DAF2F8FF46 created: 2015-12-08 expires: 2020-12-06 usage: S [ unknown] (1). Eclipse Leshan Project pub rsa4096/9C8E943CAB7F316E created: 2015-12-08 expires: 2020-12-06 usage: SC trust: unknown validity: unknown ssb rsa4096/F19A36DAF2F8FF46 created: 2015-12-08 expires: 2020-12-06 usage: S [ unknown] (1). Eclipse Leshan Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/9C8E943CAB7F316E created: 2015-12-08 expires: 2020-12-06 usage: SC trust: ultimate validity: unknown ssb rsa4096/F19A36DAF2F8FF46 created: 2015-12-08 expires: 2020-12-06 usage: S [ unknown] (1). Eclipse Leshan Project Please note that the shown key validity is not necessarily correct unless you restart the program. + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key 7A018924968674A6E6E3EF5A9C8E943CAB7F316E trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2020-12-06 pub rsa4096/9C8E943CAB7F316E created: 2015-12-08 expires: 2020-12-06 usage: SC trust: ultimate validity: ultimate ssb rsa4096/F19A36DAF2F8FF46 created: 2015-12-08 expires: 2020-12-06 usage: S [ultimate] (1). Eclipse Leshan Project pub rsa4096/9C8E943CAB7F316E created: 2015-12-08 expires: 2020-12-06 usage: SC trust: ultimate validity: ultimate ssb rsa4096/F19A36DAF2F8FF46 created: 2015-12-08 expires: 2020-12-06 usage: S [ultimate] (1). Eclipse Leshan Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/9C8E943CAB7F316E created: 2015-12-08 expires: 2020-12-06 usage: SC trust: ultimate validity: ultimate ssb rsa4096/F19A36DAF2F8FF46 created: 2015-12-08 expires: 2020-12-06 usage: S [ultimate] (1). Eclipse Leshan Project [leshan-release-test] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=javadoc -DNEXT_VERSION=1.0.0-SNAPSHOT -DJAVA_TOOL_OPTIONS= -D_JAVA_OPTIONS= -DRELEASE_VERSION=0.1.0 "-Dmaven.compiler.fork=true " -DnewVersion=0.1.0 -Dmaven.compiler.executable=/opt/tools/java/oracle/jdk-7/latest/bin/javac versions:set -B [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] leshan [pom] [INFO] leshan - core [bundle] [INFO] leshan - core californium [bundle] [INFO] leshan - server core [bundle] [INFO] leshan - server californium [bundle] [INFO] leshan - server redis [bundle] [INFO] leshan - client core [bundle] [INFO] leshan - client californium [bundle] [INFO] leshan - integration tests [jar] [INFO] leshan - server demo [jar] [INFO] leshan - client demo [jar] [INFO] leshan - bootstrap server demo [jar] [INFO] [INFO] ---------------------< org.eclipse.leshan:leshan >---------------------- [INFO] Building leshan 1.0.0-SNAPSHOT [1/12] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ leshan --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/leshan-release-test [INFO] Processing change of org.eclipse.leshan:leshan:1.0.0-SNAPSHOT -> 0.1.0 [INFO] Processing org.eclipse.leshan:leshan [INFO] Updating project org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-bsserver-demo [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-client-cf [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-client-core [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-client-demo [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-core-cf [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-core [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-integration-tests [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-server-cf [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-server-core [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-server-demo [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] Processing org.eclipse.leshan:leshan-server-redis [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 1.0.0-SNAPSHOT to 0.1.0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for leshan 1.0.0-SNAPSHOT: [INFO] [INFO] leshan ............................................. SUCCESS [ 13.459 s] [INFO] leshan - core ...................................... SKIPPED [INFO] leshan - core californium .......................... SKIPPED [INFO] leshan - server core ............................... SKIPPED [INFO] leshan - server californium ........................ SKIPPED [INFO] leshan - server redis .............................. SKIPPED [INFO] leshan - client core ............................... SKIPPED [INFO] leshan - client californium ........................ SKIPPED [INFO] leshan - integration tests ......................... SKIPPED [INFO] leshan - server demo ............................... SKIPPED [INFO] leshan - client demo ............................... SKIPPED [INFO] leshan - bootstrap server demo ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28.191 s [INFO] Finished at: 2020-04-01T10:22:47Z [INFO] ------------------------------------------------------------------------ [leshan-release-test] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=javadoc -DNEXT_VERSION=1.0.0-SNAPSHOT -DJAVA_TOOL_OPTIONS= -D_JAVA_OPTIONS= -DRELEASE_VERSION=0.1.0 "-Dmaven.compiler.fork=true " -Dmaven.compiler.executable=/opt/tools/java/oracle/jdk-7/latest/bin/javac clean install javadoc:javadoc -B [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] leshan [pom] [INFO] leshan - core [bundle] [INFO] leshan - core californium [bundle] [INFO] leshan - server core [bundle] [INFO] leshan - server californium [bundle] [INFO] leshan - server redis [bundle] [INFO] leshan - client core [bundle] [INFO] leshan - client californium [bundle] [INFO] leshan - integration tests [jar] [INFO] leshan - server demo [jar] [INFO] leshan - client demo [jar] [INFO] leshan - bootstrap server demo [jar] [INFO] [INFO] ---------------------< org.eclipse.leshan:leshan >---------------------- [INFO] Building leshan 0.1.0 [1/12] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan --- [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan/0.1.0/leshan-0.1.0.pom [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan --- [INFO] [INFO] -------------------< org.eclipse.leshan:leshan-core >------------------- [INFO] Building leshan - core 0.1.0 [2/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-core --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 122 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.core.attributes.AttributeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.leshan.core.attributes.AttributeTest [INFO] Running org.eclipse.leshan.core.attributes.AttributeSetTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.leshan.core.attributes.AttributeSetTest SLF4J: A number (99) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest [INFO] Running org.eclipse.leshan.json.JsonDeserializerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.leshan.json.JsonDeserializerTest [INFO] Running org.eclipse.leshan.json.JsonSerializerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.leshan.json.JsonSerializerTest [INFO] Running org.eclipse.leshan.core.node.LwM2MResourceTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.leshan.core.node.LwM2MResourceTest [INFO] Running org.eclipse.leshan.LinkObjectTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.leshan.LinkObjectTest [INFO] Running org.eclipse.leshan.tlv.TlvEncoderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.leshan.tlv.TlvEncoderTest [INFO] Running org.eclipse.leshan.tlv.TlvDecoderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.leshan.tlv.TlvDecoderTest [INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-core --- [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-core >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-core --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-core --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-core >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-core --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-core --- [INFO] [INFO] -----------------< org.eclipse.leshan:leshan-core-cf >------------------ [INFO] Building leshan - core californium 0.1.0 [3/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-core-cf --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-core-cf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-core-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-core-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-core-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-core-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-core-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4: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.138 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:4.0.0:bundle (default-bundle) @ leshan-core-cf --- [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-core-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-core-cf --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-core-cf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-core-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-core-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-core-cf --- [INFO] Installing org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-core-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-core-cf --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-core-cf <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-core-cf --- [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-core >---------------- [INFO] Building leshan - server core 0.1.0 [4/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-core --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-server-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-server-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-server-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-server-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-server-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-server-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.registration.RegistrationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.leshan.server.registration.RegistrationTest [INFO] Running org.eclipse.leshan.server.SerializationTests [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.leshan.server.SerializationTests [INFO] Running org.eclipse.leshan.server.registration.RegistrationUpdateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.leshan.server.registration.RegistrationUpdateTest [INFO] Running org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest [INFO] Running org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest [INFO] Running org.eclipse.leshan.server.queue.PresenceServiceTest SLF4J: A number (4) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.eclipse.leshan.server.queue.PresenceServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-server-core --- [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-core >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-core --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-server-core --- [INFO] Installing org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-server-core >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-core --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-server-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-server-core --- [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-server-cf >----------------- [INFO] Building leshan - server californium 0.1.0 [5/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-cf --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-cf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-server-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-server-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-server-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-server-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-server-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-server-cf --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.998 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest [INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.83 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest [INFO] Running org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s - in org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest [INFO] Running org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest [INFO] Running org.eclipse.leshan.server.californium.observation.ObservationServiceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s - in org.eclipse.leshan.server.californium.observation.ObservationServiceTest [INFO] Running org.eclipse.leshan.server.californium.LeshanServerBuilderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.941 s - in org.eclipse.leshan.server.californium.LeshanServerBuilderTest [INFO] Running org.eclipse.leshan.server.californium.LeshanServerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.782 s - in org.eclipse.leshan.server.californium.LeshanServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-server-cf --- [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-cf --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-cf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-server-cf --- [INFO] Installing org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-server-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-cf --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-server-cf <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-server-cf --- [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-redis >--------------- [INFO] Building leshan - server redis 0.1.0 [6/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-redis --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-redis --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-server-redis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-server-redis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-server-redis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-server-redis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-server-redis --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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.115 s - in org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-server-redis --- [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-redis >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-redis --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-redis <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-redis --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-redis --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-server-redis --- [INFO] Installing org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-server-redis >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-redis --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-server-redis <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-server-redis --- [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-client-core >---------------- [INFO] Building leshan - client core 0.1.0 [7/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-client-core --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-client-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-client-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-client-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-client-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-client-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-client-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.client.util.ObjectEnablerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 s - in org.eclipse.leshan.client.util.ObjectEnablerTest [INFO] Running org.eclipse.leshan.client.util.LinkFormatHelperTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s - in org.eclipse.leshan.client.util.LinkFormatHelperTest [INFO] Running org.eclipse.leshan.client.util.ObjectsInitializerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s - in org.eclipse.leshan.client.util.ObjectsInitializerTest [INFO] Running org.eclipse.leshan.client.util.ServerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.leshan.client.util.ServerTest [INFO] Running org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest SLF4J: A number (12) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s - in org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-client-core --- [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-core >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-core --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-client-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-client-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-client-core --- [INFO] Installing org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-client-core >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-core --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-client-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-client-core --- [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-client-cf >----------------- [INFO] Building leshan - client californium 0.1.0 [8/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-client-cf --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-cf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-client-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-client-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-client-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-client-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-client-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-client-cf --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.client.californium.LeshanBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in org.eclipse.leshan.client.californium.LeshanBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-client-cf --- [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-cf --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-cf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-client-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-client-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-client-cf --- [INFO] Installing org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-client-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-cf --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-client-cf <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-client-cf --- [INFO] [INFO] ------------< org.eclipse.leshan:leshan-integration-tests >------------- [INFO] Building leshan - integration tests 0.1.0 [9/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-integration-tests --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-integration-tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-integration-tests/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-integration-tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-integration-tests/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-integration-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-integration-tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.integration.tests.DeleteTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.853 s - in org.eclipse.leshan.integration.tests.DeleteTest [INFO] Running org.eclipse.leshan.integration.tests.ExecuteTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.247 s - in org.eclipse.leshan.integration.tests.ExecuteTest [INFO] Running org.eclipse.leshan.integration.tests.DiscoverTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.451 s - in org.eclipse.leshan.integration.tests.DiscoverTest [INFO] Running org.eclipse.leshan.integration.tests.CreateTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.549 s - in org.eclipse.leshan.integration.tests.CreateTest [INFO] Running org.eclipse.leshan.integration.tests.BootstrapTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.994 s - in org.eclipse.leshan.integration.tests.BootstrapTest [INFO] Running org.eclipse.leshan.integration.tests.RegistrationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.245 s - in org.eclipse.leshan.integration.tests.RegistrationTest [INFO] Running org.eclipse.leshan.integration.tests.WriteTest [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.954 s - in org.eclipse.leshan.integration.tests.WriteTest [INFO] Running org.eclipse.leshan.integration.tests.ObserveTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.413 s - in org.eclipse.leshan.integration.tests.ObserveTest [INFO] Running org.eclipse.leshan.integration.tests.SecurityTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.279 s - in org.eclipse.leshan.integration.tests.SecurityTest [INFO] Running org.eclipse.leshan.integration.tests.ReadTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.12 s - in org.eclipse.leshan.integration.tests.ReadTest [INFO] Running org.eclipse.leshan.integration.tests.QueueModeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.203 s - in org.eclipse.leshan.integration.tests.QueueModeTest [INFO] Running org.eclipse.leshan.integration.tests.FailingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.153 s - in org.eclipse.leshan.integration.tests.FailingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ leshan-integration-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-integration-tests >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-integration-tests --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-integration-tests <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-integration-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-integration-tests --- [INFO] Skipping artifact installation [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-integration-tests >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-integration-tests --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-integration-tests <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-integration-tests --- [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-demo >---------------- [INFO] Building leshan - server demo 0.1.0 [10/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-demo --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-demo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ leshan-server-demo --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo [INFO] Storing buildNumber: 49f6aa1e19b7d875724118122ef2143cbb2a0ab4 at timestamp: 1585736680277 [INFO] Storing buildScmBranch: javadoc [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-server-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 141 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-server-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/classes [INFO] [INFO] --- replacer:1.5.3:replace (default) @ leshan-server-demo --- [INFO] Replacement run on 1 file. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-server-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-server-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-server-demo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ leshan-server-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-demo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ leshan-server-demo --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-demo <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ leshan-server-demo --- [INFO] Reading assembly descriptor: ../jar-with-dependencies-with-logback.xml [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-jar-with-dependencies.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-jar-with-dependencies.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-server-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-demo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ leshan-server-demo --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-server-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-server-demo --- [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-client-demo >---------------- [INFO] Building leshan - client demo 0.1.0 [11/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-client-demo --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-demo --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-client-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 86 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-client-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-client-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-client-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-client-demo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-demo --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-demo <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-jar-with-dependencies.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-client-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-jar-with-dependencies.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-client-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-demo --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-client-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-client-demo --- [INFO] [INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >--------------- [INFO] Building leshan - bootstrap server demo 0.1.0 [12/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-bsserver-demo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-bsserver-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 38 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-bsserver-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/classes [INFO] [INFO] --- replacer:1.5.3:replace (default) @ leshan-bsserver-demo --- [INFO] Replacement run on 1 file. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-bsserver-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-bsserver-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-bsserver-demo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ leshan-bsserver-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-bsserver-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-bsserver-demo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ leshan-bsserver-demo --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-bsserver-demo <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-bsserver-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ leshan-bsserver-demo --- [INFO] Reading assembly descriptor: ../jar-with-dependencies-with-logback.xml [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-bsserver-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar [INFO] [INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (default-cli) > generate-sources @ leshan-bsserver-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-bsserver-demo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ leshan-bsserver-demo --- [INFO] [INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (default-cli) < generate-sources @ leshan-bsserver-demo <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:javadoc (default-cli) @ leshan-bsserver-demo --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for leshan 0.1.0: [INFO] [INFO] leshan ............................................. SUCCESS [ 12.629 s] [INFO] leshan - core ...................................... SUCCESS [ 16.817 s] [INFO] leshan - core californium .......................... SUCCESS [ 4.159 s] [INFO] leshan - server core ............................... SUCCESS [ 5.214 s] [INFO] leshan - server californium ........................ SUCCESS [ 17.597 s] [INFO] leshan - server redis .............................. SUCCESS [ 3.708 s] [INFO] leshan - client core ............................... SUCCESS [ 5.198 s] [INFO] leshan - client californium ........................ SUCCESS [ 3.824 s] [INFO] leshan - integration tests ......................... SUCCESS [ 31.409 s] [INFO] leshan - server demo ............................... SUCCESS [ 36.723 s] [INFO] leshan - client demo ............................... SUCCESS [ 2.695 s] [INFO] leshan - bootstrap server demo ..................... SUCCESS [ 3.576 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:27 min [INFO] Finished at: 2020-04-01T10:25:16Z [INFO] ------------------------------------------------------------------------ [leshan-release-test] $ /bin/sh -xe /tmp/jenkins8436288353308450935.sh + git add leshan-bsserver-demo/pom.xml leshan-client-cf/pom.xml leshan-client-core/pom.xml leshan-client-demo/pom.xml leshan-core-cf/pom.xml leshan-core/pom.xml leshan-integration-tests/pom.xml leshan-server-cf/pom.xml leshan-server-core/pom.xml leshan-server-demo/pom.xml leshan-server-redis/pom.xml + git commit -m 'Bump version to 0.1.0' [javadoc a484e354] Bump version to 0.1.0 11 files changed, 11 insertions(+), 11 deletions(-) + git tag leshan-0.1.0 [leshan-release-test] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=javadoc -DNEXT_VERSION=1.0.0-SNAPSHOT -DJAVA_TOOL_OPTIONS= -D_JAVA_OPTIONS= -DRELEASE_VERSION=0.1.0 "-Dmaven.compiler.fork=true " -DskipStagingRepositoryClose=true -Dmaven.compiler.executable=/opt/tools/java/oracle/jdk-7/latest/bin/javac clean deploy -Prelease -B [INFO] Scanning for projects... [INFO] Inspecting build with total of 12 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 12 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] leshan [pom] [INFO] leshan - core [bundle] [INFO] leshan - core californium [bundle] [INFO] leshan - server core [bundle] [INFO] leshan - server californium [bundle] [INFO] leshan - server redis [bundle] [INFO] leshan - client core [bundle] [INFO] leshan - client californium [bundle] [INFO] leshan - integration tests [jar] [INFO] leshan - server demo [jar] [INFO] leshan - client demo [jar] [INFO] leshan - bootstrap server demo [jar] [INFO] [INFO] ---------------------< org.eclipse.leshan:leshan >---------------------- [INFO] Building leshan 0.1.0 [1/12] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 835 kB/s) [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan/0.1.0/leshan-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/target/leshan-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan/0.1.0/leshan-0.1.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan/0.1.0/leshan-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/target/leshan-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan/0.1.0/leshan-0.1.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.leshan:leshan-core >------------------- [INFO] Building leshan - core 0.1.0 [2/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-core --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 122 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.core.attributes.AttributeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.leshan.core.attributes.AttributeTest [INFO] Running org.eclipse.leshan.json.JsonSerializerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.leshan.json.JsonSerializerTest SLF4J: A number (99) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeDecoderTest [INFO] Running org.eclipse.leshan.json.JsonDeserializerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.leshan.json.JsonDeserializerTest [INFO] Running org.eclipse.leshan.core.node.LwM2MResourceTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.leshan.core.node.LwM2MResourceTest [INFO] Running org.eclipse.leshan.LinkObjectTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.leshan.LinkObjectTest [INFO] Running org.eclipse.leshan.tlv.TlvEncoderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.leshan.tlv.TlvEncoderTest [INFO] Running org.eclipse.leshan.tlv.TlvDecoderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.leshan.tlv.TlvDecoderTest [INFO] Running org.eclipse.leshan.core.attributes.AttributeSetTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.leshan.core.attributes.AttributeSetTest [INFO] Running org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.leshan.core.node.codec.LwM2mNodeEncoderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-core --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-core >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-core --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-core --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-core --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-core --- [INFO] Installing org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:4.0.0:deploy (default-deploy) @ leshan-core --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-core --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-javadoc.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-javadoc.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core/target/leshan-core-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.leshan:leshan-core-cf >------------------ [INFO] Building leshan - core californium 0.1.0 [3/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-core-cf --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-core-cf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-core-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-core-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-core-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-core-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-core-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4: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.133 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:4.0.0:bundle (default-bundle) @ leshan-core-cf --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-core-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-core-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-core-cf --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-core-cf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-core-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-core-cf --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-core-cf --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-core-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-core-cf --- [INFO] Installing org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:4.0.0:deploy (default-deploy) @ leshan-core-cf --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-core-cf --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-javadoc.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-javadoc.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-core-cf/target/leshan-core-cf-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-core >---------------- [INFO] Building leshan - server core 0.1.0 [4/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-core --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-server-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-server-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-server-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-server-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-server-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-server-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.registration.RegistrationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.leshan.server.registration.RegistrationTest [INFO] Running org.eclipse.leshan.server.SerializationTests [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.leshan.server.SerializationTests [INFO] Running org.eclipse.leshan.server.registration.RegistrationUpdateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.055 s - in org.eclipse.leshan.server.registration.RegistrationSortObjectLinksTest [INFO] Running org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.leshan.server.bootstrap.BootstrapHandlerTest [INFO] Running org.eclipse.leshan.server.queue.PresenceServiceTest SLF4J: A number (4) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in org.eclipse.leshan.server.queue.PresenceServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-server-core --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-server-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-core >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-core --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-server-core --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-server-core --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-server-core --- [INFO] Installing org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:4.0.0:deploy (default-deploy) @ leshan-server-core --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-server-core --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-javadoc.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-javadoc.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-core/target/leshan-server-core-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-server-cf >----------------- [INFO] Building leshan - server californium 0.1.0 [5/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-cf --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-cf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-server-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-server-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-server-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-server-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-server-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-server-cf --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.771 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerTest [INFO] Running org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 s - in org.eclipse.leshan.server.californium.bootstrap.LeshanBootstrapServerBuilderTest [INFO] Running org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.eclipse.leshan.server.californium.registration.InMemoryRegistrationStoreTest [INFO] Running org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.leshan.server.californium.request.CoapRequestBuilderTest [INFO] Running org.eclipse.leshan.server.californium.observation.ObservationServiceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.leshan.server.californium.observation.ObservationServiceTest [INFO] Running org.eclipse.leshan.server.californium.LeshanServerBuilderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 s - in org.eclipse.leshan.server.californium.LeshanServerBuilderTest [INFO] Running org.eclipse.leshan.server.californium.LeshanServerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.808 s - in org.eclipse.leshan.server.californium.LeshanServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-server-cf --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-server-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-cf --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-cf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-server-cf --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-server-cf --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-server-cf --- [INFO] Installing org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:4.0.0:deploy (default-deploy) @ leshan-server-cf --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-server-cf --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-javadoc.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-javadoc.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-cf/target/leshan-server-cf-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-redis >--------------- [INFO] Building leshan - server redis 0.1.0 [6/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-redis --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-redis --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-server-redis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-server-redis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-server-redis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-server-redis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-server-redis --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.server.redis.serialization.RegistrationSerDesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 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.115 s - in org.eclipse.leshan.server.redis.serialization.SecurityInfoSerDesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-server-redis --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-server-redis --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-redis >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-redis --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-redis <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-redis --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-server-redis --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-server-redis --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-redis --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-server-redis --- [INFO] Installing org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:4.0.0:deploy (default-deploy) @ leshan-server-redis --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-server-redis --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-javadoc.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-javadoc.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-redis/target/leshan-server-redis-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-client-core >---------------- [INFO] Building leshan - client core 0.1.0 [7/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-client-core --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-client-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-client-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-client-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-client-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-client-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-client-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.client.util.ObjectEnablerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s - in org.eclipse.leshan.client.util.ObjectEnablerTest [INFO] Running org.eclipse.leshan.client.util.LinkFormatHelperTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s - in org.eclipse.leshan.client.util.LinkFormatHelperTest [INFO] Running org.eclipse.leshan.client.util.ObjectsInitializerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s - in org.eclipse.leshan.client.util.ObjectsInitializerTest [INFO] Running org.eclipse.leshan.client.util.ServerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.leshan.client.util.ServerTest [INFO] Running org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest SLF4J: A number (12) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in org.eclipse.leshan.client.util.BaseInstanceEnablerFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-client-core --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-client-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-core >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-core --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-client-core --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-client-core --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-client-core --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-client-core --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-client-core --- [INFO] Installing org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:4.0.0:deploy (default-deploy) @ leshan-client-core --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-client-core --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-javadoc.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-javadoc.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-core/target/leshan-client-core-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.leshan:leshan-client-cf >----------------- [INFO] Building leshan - client californium 0.1.0 [8/12] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-client-cf --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-cf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-client-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-client-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ leshan-client-cf --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-client-cf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-client-cf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-client-cf --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.client.californium.LeshanBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.369 s - in org.eclipse.leshan.client.californium.LeshanBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:4.0.0:bundle (default-bundle) @ leshan-client-cf --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-client-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-cf >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-cf --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-cf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-client-cf --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-client-cf --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-client-cf --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-client-cf --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:4.0.0:install (default-install) @ leshan-client-cf --- [INFO] Installing org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:4.0.0:deploy (default-deploy) @ leshan-client-cf --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-client-cf --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-javadoc.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-javadoc.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-cf/target/leshan-client-cf-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.leshan:leshan-integration-tests >------------- [INFO] Building leshan - integration tests 0.1.0 [9/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-integration-tests --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-integration-tests/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-integration-tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-integration-tests/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-integration-tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-integration-tests/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-integration-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-integration-tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.leshan.integration.tests.ExecuteTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.316 s - in org.eclipse.leshan.integration.tests.ExecuteTest [INFO] Running org.eclipse.leshan.integration.tests.DeleteTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.626 s - in org.eclipse.leshan.integration.tests.DeleteTest [INFO] Running org.eclipse.leshan.integration.tests.DiscoverTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.816 s - in org.eclipse.leshan.integration.tests.DiscoverTest [INFO] Running org.eclipse.leshan.integration.tests.CreateTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.004 s - in org.eclipse.leshan.integration.tests.CreateTest [INFO] Running org.eclipse.leshan.integration.tests.BootstrapTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.523 s - in org.eclipse.leshan.integration.tests.BootstrapTest [INFO] Running org.eclipse.leshan.integration.tests.RegistrationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.674 s - in org.eclipse.leshan.integration.tests.RegistrationTest [INFO] Running org.eclipse.leshan.integration.tests.WriteTest [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.818 s - in org.eclipse.leshan.integration.tests.WriteTest [INFO] Running org.eclipse.leshan.integration.tests.ObserveTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.519 s - in org.eclipse.leshan.integration.tests.ObserveTest [INFO] Running org.eclipse.leshan.integration.tests.SecurityTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.186 s - in org.eclipse.leshan.integration.tests.SecurityTest [INFO] Running org.eclipse.leshan.integration.tests.ReadTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.992 s - in org.eclipse.leshan.integration.tests.ReadTest [INFO] Running org.eclipse.leshan.integration.tests.QueueModeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.444 s - in org.eclipse.leshan.integration.tests.QueueModeTest [INFO] Running org.eclipse.leshan.integration.tests.FailingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.169 s - in org.eclipse.leshan.integration.tests.FailingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ leshan-integration-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-integration-tests --- [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-integration-tests >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-integration-tests --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-integration-tests <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-integration-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- 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-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-integration-tests --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-integration-tests --- [INFO] Skipping artifact installation [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-integration-tests --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-server-demo >---------------- [INFO] Building leshan - server demo 0.1.0 [10/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-server-demo --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-demo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ leshan-server-demo --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo [INFO] Storing buildNumber: a484e3546e551bb3373a09cefc3a9e5cac081045 at timestamp: 1585736819095 [INFO] Storing buildScmBranch: javadoc [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-server-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 141 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-server-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/classes [INFO] [INFO] --- replacer:1.5.3:replace (default) @ leshan-server-demo --- [INFO] Replacement run on 1 file. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-server-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-server-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-server-demo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ leshan-server-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-server-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-server-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-server-demo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ leshan-server-demo --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-server-demo <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-server-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-server-demo --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ leshan-server-demo --- [INFO] Reading assembly descriptor: ../jar-with-dependencies-with-logback.xml [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-jar-with-dependencies.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-server-demo --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-server-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-jar-with-dependencies.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-jar-with-dependencies.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-jar-with-dependencies.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-server-demo --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-javadoc.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-jar-with-dependencies.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-jar-with-dependencies.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-javadoc.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-server-demo/target/leshan-server-demo-0.1.0-jar-with-dependencies.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-jar-with-dependencies.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.leshan:leshan-client-demo >---------------- [INFO] Building leshan - client demo 0.1.0 [11/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-client-demo --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-demo --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-client-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 86 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-client-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-client-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-client-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-client-demo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-client-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-client-demo --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-client-demo <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-client-demo --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ leshan-client-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-jar-with-dependencies.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-client-demo --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-client-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-jar-with-dependencies.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-jar-with-dependencies.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-jar-with-dependencies.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-client-demo --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-javadoc.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-jar-with-dependencies.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-jar-with-dependencies.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-javadoc.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-client-demo/target/leshan-client-demo-0.1.0-jar-with-dependencies.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-jar-with-dependencies.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.leshan:leshan-bsserver-demo >--------------- [INFO] Building leshan - bootstrap server demo 0.1.0 [12/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ leshan-bsserver-demo --- [INFO] Deleting /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-bsserver-demo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ leshan-bsserver-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 38 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ leshan-bsserver-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/classes [INFO] [INFO] --- replacer:1.5.3:replace (default) @ leshan-bsserver-demo --- [INFO] Replacement run on 1 file. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ leshan-bsserver-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ leshan-bsserver-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ leshan-bsserver-demo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ leshan-bsserver-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ leshan-bsserver-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ leshan-bsserver-demo >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ leshan-bsserver-demo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ leshan-bsserver-demo --- [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ leshan-bsserver-demo <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ leshan-bsserver-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ leshan-bsserver-demo --- [INFO] Reading assembly descriptor: ../jar-with-dependencies-with-logback.xml [INFO] Building jar: /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ leshan-bsserver-demo --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leshan-bsserver-demo --- [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar.asc to /home/jenkins/.m2/repository/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ leshan-bsserver-demo --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional" [INFO] * Using staging profile ID "a940900331e930" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/pom.xml to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-javadoc.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0.pom.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-javadoc.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-sources.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/leshan-release-test/leshan-bsserver-demo/target/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar.asc to /home/jenkins/agent/workspace/leshan-release-test/target/nexus-staging/staging/a940900331e930/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "a940900331e930" [INFO] * Created staging repository with ID "orgeclipseleshan-1039". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039 [INFO] * Uploading locally staged artifacts to profile org.eclipse.leshan [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar.asc (833 B at 4.2 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/maven-metadata.xml (317 B at 1.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/maven-metadata.xml (309 B at 682 B/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-jar-with-dependencies.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-jar-with-dependencies.jar (7.3 MB at 8.1 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/maven-metadata.xml (316 B at 1.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar (63 kB at 246 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/maven-metadata.xml (316 B at 1.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar.asc (833 B at 12 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/maven-metadata.xml (318 B at 1.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.jar (135 kB at 456 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.pom (2.7 kB at 12 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/maven-metadata.xml (316 B at 1.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-javadoc.jar (780 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar (36 kB at 169 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.pom (2.5 kB at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan/0.1.0/leshan-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan/0.1.0/leshan-0.1.0.pom.asc (833 B at 12 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan/maven-metadata.xml (304 B at 990 B/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.pom.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/maven-metadata.xml (312 B at 1.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-javadoc.jar (118 kB at 417 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/maven-metadata.xml (314 B at 1.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.jar (1.2 MB at 2.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.pom (5.2 kB at 24 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar.asc (833 B at 10 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/maven-metadata.xml (316 B at 1.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-sources.jar (27 kB at 115 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan/0.1.0/leshan-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan/0.1.0/leshan-0.1.0.pom (24 kB at 114 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.pom.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar (1.1 MB at 3.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-javadoc.jar (39 kB at 183 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-javadoc.jar (148 kB at 691 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-javadoc.jar (196 kB at 913 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/maven-metadata.xml (314 B at 1.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar (120 kB at 422 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar (56 kB at 277 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-javadoc.jar (73 kB at 358 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar (21 kB at 87 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.pom (2.8 kB at 14 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0.pom.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-jar-with-dependencies.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-jar-with-dependencies.jar (1.6 MB at 5.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-sources.jar (19 kB at 93 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.jar (669 kB at 2.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.pom (4.5 kB at 22 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0.pom.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.pom.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.jar (81 kB at 397 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0.pom (3.6 kB at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0.pom.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar (5.5 MB at 12 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar (97 kB at 471 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.pom (2.9 kB at 14 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar (19 kB at 91 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0.pom.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-jar-with-dependencies.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-jar-with-dependencies.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-demo/0.1.0/leshan-server-demo-0.1.0-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-javadoc.jar (82 kB at 398 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-jar-with-dependencies.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-redis/0.1.0/leshan-server-redis-0.1.0.pom.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar (101 kB at 490 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.pom (2.8 kB at 14 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0.pom.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar (245 kB at 1.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.pom (2.9 kB at 14 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-javadoc.jar (74 kB at 347 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-javadoc.jar (429 kB at 1.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-bsserver-demo/0.1.0/leshan-bsserver-demo-0.1.0-sources.jar (660 kB at 2.7 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-core/0.1.0/leshan-server-core-0.1.0-sources.jar (73 kB at 364 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-jar-with-dependencies.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-demo/0.1.0/leshan-client-demo-0.1.0-jar-with-dependencies.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.jar (45 kB at 222 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-cf/0.1.0/leshan-client-cf-0.1.0.pom (3.3 kB at 16 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-server-cf/0.1.0/leshan-server-cf-0.1.0-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-client-core/0.1.0/leshan-client-core-0.1.0-javadoc.jar (336 kB at 1.6 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core-cf/0.1.0/leshan-core-cf-0.1.0.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0-sources.jar (195 kB at 890 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseleshan-1039/org/eclipse/leshan/leshan-core/0.1.0/leshan-core-0.1.0.pom.asc (833 B at 12 kB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Not closing staging repository with ID "orgeclipseleshan-1039". [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for leshan 0.1.0: [INFO] [INFO] leshan ............................................. SUCCESS [ 4.020 s] [INFO] leshan - core ...................................... SUCCESS [ 14.477 s] [INFO] leshan - core californium .......................... SUCCESS [ 5.216 s] [INFO] leshan - server core ............................... SUCCESS [ 6.636 s] [INFO] leshan - server californium ........................ SUCCESS [ 18.824 s] [INFO] leshan - server redis .............................. SUCCESS [ 5.365 s] [INFO] leshan - client core ............................... SUCCESS [ 6.688 s] [INFO] leshan - client californium ........................ SUCCESS [ 5.554 s] [INFO] leshan - integration tests ......................... SUCCESS [ 31.452 s] [INFO] leshan - server demo ............................... SUCCESS [ 9.792 s] [INFO] leshan - client demo ............................... SUCCESS [ 4.630 s] [INFO] leshan - bootstrap server demo ..................... SUCCESS [ 31.866 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:26 min [INFO] Finished at: 2020-04-01T10:27:45Z [INFO] ------------------------------------------------------------------------ [leshan-release-test] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=javadoc -DNEXT_VERSION=1.0.0-SNAPSHOT -DJAVA_TOOL_OPTIONS= -D_JAVA_OPTIONS= -DRELEASE_VERSION=0.1.0 "-Dmaven.compiler.fork=true " -DnewVersion=1.0.0-SNAPSHOT -Dmaven.compiler.executable=/opt/tools/java/oracle/jdk-7/latest/bin/javac versions:set -B [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] leshan [pom] [INFO] leshan - core [bundle] [INFO] leshan - core californium [bundle] [INFO] leshan - server core [bundle] [INFO] leshan - server californium [bundle] [INFO] leshan - server redis [bundle] [INFO] leshan - client core [bundle] [INFO] leshan - client californium [bundle] [INFO] leshan - integration tests [jar] [INFO] leshan - server demo [jar] [INFO] leshan - client demo [jar] [INFO] leshan - bootstrap server demo [jar] [INFO] [INFO] ---------------------< org.eclipse.leshan:leshan >---------------------- [INFO] Building leshan 0.1.0 [1/12] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ leshan --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/leshan-release-test [INFO] Processing change of org.eclipse.leshan:leshan:0.1.0 -> 1.0.0-SNAPSHOT [INFO] Processing org.eclipse.leshan:leshan [INFO] Updating project org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-bsserver-demo [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-client-cf [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-client-core [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-client-demo [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-core-cf [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-core [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-integration-tests [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-server-cf [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-server-core [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-server-demo [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.leshan:leshan-server-redis [INFO] Updating parent org.eclipse.leshan:leshan [INFO] from version 0.1.0 to 1.0.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for leshan 0.1.0: [INFO] [INFO] leshan ............................................. SUCCESS [ 1.242 s] [INFO] leshan - core ...................................... SKIPPED [INFO] leshan - core californium .......................... SKIPPED [INFO] leshan - server core ............................... SKIPPED [INFO] leshan - server californium ........................ SKIPPED [INFO] leshan - server redis .............................. SKIPPED [INFO] leshan - client core ............................... SKIPPED [INFO] leshan - client californium ........................ SKIPPED [INFO] leshan - integration tests ......................... SKIPPED [INFO] leshan - server demo ............................... SKIPPED [INFO] leshan - client demo ............................... SKIPPED [INFO] leshan - bootstrap server demo ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.081 s [INFO] Finished at: 2020-04-01T10:27:49Z [INFO] ------------------------------------------------------------------------ [leshan-release-test] $ /bin/sh -xe /tmp/jenkins2567449874308456501.sh + git add leshan-bsserver-demo/pom.xml leshan-client-cf/pom.xml leshan-client-core/pom.xml leshan-client-demo/pom.xml leshan-core-cf/pom.xml leshan-core/pom.xml leshan-integration-tests/pom.xml leshan-server-cf/pom.xml leshan-server-core/pom.xml leshan-server-demo/pom.xml leshan-server-redis/pom.xml + git commit -m 'Bump version to 1.0.0-SNAPSHOT' [javadoc 1fbe29d0] Bump version to 1.0.0-SNAPSHOT 11 files changed, 11 insertions(+), 11 deletions(-) $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 65 killed; [ssh-agent] Stopped. Finished: SUCCESS