Started by user Achim Kraus Running as Achim Kraus Agent basic-s9x8b is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-s9x8b" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.californium.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-s9x8b" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-s9x8b" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.californium.svc.cluster.local/californium/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" imagePullPolicy: "Always" 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: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-californium" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-s9x8b in workspace /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/californium.git > git init /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central # timeout=10 Fetching upstream changes from https://github.com/eclipse/californium.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/eclipse/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/californium.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/californium.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/californium.git > git fetch --tags --force --progress -- https://github.com/eclipse/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/2.3.1^{commit} # timeout=10 > git rev-parse 2.3.1^{commit} # timeout=10 Checking out Revision 445d686596e1400184d1a5654bb22c99e64e244a (2.3.1) > git config core.sparsecheckout # timeout=10 > git checkout -f 445d686596e1400184d1a5654bb22c99e64e244a # timeout=10 Commit message: "Release 2.3.1" First time build. Skipping changelog. [cf-2.3-deploy-maven-central] $ /bin/sh -xe /tmp/jenkins7199233377922600140.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 C906FEFA842AF27E: public key "Eclipse Californium Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key C906FEFA842AF27E: 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 91F75673EA5E0D43FEC7EFB4C906FEFA842AF27E trust Secret subkeys are available. pub rsa4096/C906FEFA842AF27E created: 2015-09-22 expires: never usage: SC trust: unknown validity: unknown ssb rsa4096/37C76E7969DE6B40 created: 2015-09-22 expires: 2020-09-20 usage: E ssb rsa4096/A77EECD32A95117C created: 2015-09-22 expires: 2020-09-20 usage: S [ unknown] (1). Eclipse Californium Project pub rsa4096/C906FEFA842AF27E created: 2015-09-22 expires: never usage: SC trust: unknown validity: unknown ssb rsa4096/37C76E7969DE6B40 created: 2015-09-22 expires: 2020-09-20 usage: E ssb rsa4096/A77EECD32A95117C created: 2015-09-22 expires: 2020-09-20 usage: S [ unknown] (1). Eclipse Californium 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/C906FEFA842AF27E created: 2015-09-22 expires: never usage: SC trust: ultimate validity: unknown ssb rsa4096/37C76E7969DE6B40 created: 2015-09-22 expires: 2020-09-20 usage: E ssb rsa4096/A77EECD32A95117C created: 2015-09-22 expires: 2020-09-20 usage: S [ unknown] (1). Eclipse Californium 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 A6D7E0F5708AE5C5798D9961A77EECD32A95117C 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 pub rsa4096/C906FEFA842AF27E created: 2015-09-22 expires: never usage: SC trust: ultimate validity: ultimate ssb rsa4096/37C76E7969DE6B40 created: 2015-09-22 expires: 2020-09-20 usage: E ssb rsa4096/A77EECD32A95117C created: 2015-09-22 expires: 2020-09-20 usage: S [ultimate] (1). Eclipse Californium Project pub rsa4096/C906FEFA842AF27E created: 2015-09-22 expires: never usage: SC trust: ultimate validity: ultimate ssb rsa4096/37C76E7969DE6B40 created: 2015-09-22 expires: 2020-09-20 usage: E ssb rsa4096/A77EECD32A95117C created: 2015-09-22 expires: 2020-09-20 usage: S [ultimate] (1). Eclipse Californium 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/C906FEFA842AF27E created: 2015-09-22 expires: never usage: SC trust: ultimate validity: ultimate ssb rsa4096/37C76E7969DE6B40 created: 2015-09-22 expires: 2020-09-20 usage: E ssb rsa4096/A77EECD32A95117C created: 2015-09-22 expires: 2020-09-20 usage: S [ultimate] (1). Eclipse Californium Project + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key E3FBB5AEF5EA660DD5A4F54F37C76E7969DE6B40 trust Secret subkeys are available. pub rsa4096/C906FEFA842AF27E created: 2015-09-22 expires: never usage: SC trust: ultimate validity: ultimate ssb rsa4096/37C76E7969DE6B40 created: 2015-09-22 expires: 2020-09-20 usage: E ssb rsa4096/A77EECD32A95117C created: 2015-09-22 expires: 2020-09-20 usage: S [ultimate] (1). Eclipse Californium Project pub rsa4096/C906FEFA842AF27E created: 2015-09-22 expires: never usage: SC trust: ultimate validity: ultimate ssb rsa4096/37C76E7969DE6B40 created: 2015-09-22 expires: 2020-09-20 usage: E ssb rsa4096/A77EECD32A95117C created: 2015-09-22 expires: 2020-09-20 usage: S [ultimate] (1). Eclipse Californium 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/C906FEFA842AF27E created: 2015-09-22 expires: never usage: SC trust: ultimate validity: ultimate ssb rsa4096/37C76E7969DE6B40 created: 2015-09-22 expires: 2020-09-20 usage: E ssb rsa4096/A77EECD32A95117C created: 2015-09-22 expires: 2020-09-20 usage: S [ultimate] (1). Eclipse Californium Project [cf-2.3-deploy-maven-central] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_VERSION=2.3.1 -DskipTests=true -DcreateGPGSignature=true -DenableEclipseJarSigner=true -DuseToolchainJavadoc=true --projects californium-osgi,californium-proxy,californium-proxy2,cf-oscore,demo-apps/cf-plugtest-server,demo-apps/cf-plugtest-client,cf-utils/cf-nat,cf-utils/cf-cli -am deploy Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 18 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 18 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Californium (Cf) Parent [pom] [INFO] Californium (Cf) Custom Assembly Descriptors [jar] [INFO] Cf-bom [pom] [INFO] Californium (Cf) Legal Documents [jar] [INFO] Californium (Cf) Demo Certificates [jar] [INFO] Californium (Cf) Element Connector [bundle] [INFO] Scandium (Sc) Core [bundle] [INFO] Californium (Cf) Element Connector TCP netty [bundle] [INFO] Californium (Cf) Core [bundle] [INFO] Cf-NAT [jar] [INFO] Cf-command-line-interface [bundle] [INFO] Californium (Cf) Proxy [bundle] [INFO] Californium (Cf) Proxy2 [bundle] [INFO] Californium (Cf) OSGi [bundle] [INFO] Californium (Cf) Demo Applications [pom] [INFO] Cf-PlugtestServer [jar] [INFO] Cf-PlugtestClient [jar] [INFO] Cf-OSCORE [jar] [INFO] [INFO] -------------------< org.eclipse.californium:parent >------------------- [INFO] Building Californium (Cf) Parent 2.3.1 [1/18] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ parent --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ parent --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ parent --- [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ parent --- [INFO] Comparing [org.eclipse.californium:parent:pom:2.3.0] against [org.eclipse.californium:parent:pom:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ parent --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/2.3.1/parent-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/parent-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/parent/2.3.1/parent-2.3.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ parent --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/parent/2.3.1/parent-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/parent-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/parent/2.3.1/parent-2.3.1.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.californium:californium-assembly >------------ [INFO] Building Californium (Cf) Custom Assembly Descriptors 2.3.1 [2/18] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-assembly --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-assembly --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-assembly --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-assembly --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-assembly --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ californium-assembly --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-assembly --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-assembly --- [INFO] Comparing [org.eclipse.californium:californium-assembly:jar:2.3.0] against [org.eclipse.californium:californium-assembly:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-assembly --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ californium-assembly --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-assembly --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-assembly --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/assembly/target/californium-assembly-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-bom >------------------- [INFO] Building Cf-bom 2.3.1 [3/18] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-bom --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-bom --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-bom --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-bom --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-bom --- [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-bom --- [INFO] Comparing [org.eclipse.californium:cf-bom:pom:2.3.0] against [org.eclipse.californium:cf-bom:pom:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-bom --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cf-bom --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-bom --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/2.3.1/cf-bom-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/bom/target/cf-bom-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/2.3.1/cf-bom-2.3.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-bom --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/bom/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-bom/2.3.1/cf-bom-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/bom/target/cf-bom-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-bom/2.3.1/cf-bom-2.3.1.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-legal >-------------- [INFO] Building Californium (Cf) Legal Documents 2.3.1 [4/18] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-legal --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-legal --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-legal --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-legal --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-legal --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ californium-legal --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/target/californium-legal-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-legal --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-legal --- [INFO] Comparing [org.eclipse.californium:californium-legal:jar:2.3.0] against [org.eclipse.californium:californium-legal:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-legal --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/target/californium-legal-2.3.1.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ californium-legal --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-legal --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/target/californium-legal-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/target/californium-legal-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/target/californium-legal-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-legal --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/target/californium-legal-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/target/californium-legal-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/legal/target/californium-legal-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:demo-certs >----------------- [INFO] Building Californium (Cf) Demo Certificates 2.3.1 [5/18] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ demo-certs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources to certs [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ demo-certs --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ demo-certs --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/target/demo-certs-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ demo-certs --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ demo-certs --- [INFO] Comparing [org.eclipse.californium:demo-certs:jar:2.3.0] against [org.eclipse.californium:demo-certs:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ demo-certs --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/target/demo-certs-2.3.1.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ demo-certs --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/target/demo-certs-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/target/demo-certs-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/target/demo-certs-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ demo-certs --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/target/demo-certs-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/target/demo-certs-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-certs/target/demo-certs-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:element-connector >-------------- [INFO] Building Californium (Cf) Element Connector 2.3.1 [6/18] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ element-connector --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ element-connector --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ element-connector --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ element-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ element-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ element-connector --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ element-connector --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ element-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ element-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ element-connector --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-tests.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ element-connector --- [INFO] Comparing [org.eclipse.californium:element-connector:jar:2.3.0] against [org.eclipse.californium:element-connector:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ element-connector --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ element-connector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ element-connector --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-tests.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ element-connector --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ element-connector --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ element-connector --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-tests.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-tests.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-tests.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector/target/element-connector-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------< org.eclipse.californium:scandium >------------------ [INFO] Building Scandium (Sc) Core 2.3.1 [7/18] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ scandium --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ scandium --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ scandium --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scandium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ scandium --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/classes [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ scandium --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ scandium --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scandium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ scandium --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (medium-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ scandium --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (large-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ scandium --- [INFO] Comparing [org.eclipse.californium:scandium:jar:2.3.0] against [org.eclipse.californium:scandium:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ scandium --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scandium --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scandium --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ scandium --- [INFO] Installing org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ scandium --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ scandium --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/scandium-core/target/scandium-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------< org.eclipse.californium:element-connector-tcp-netty >--------- [INFO] Building Californium (Cf) Element Connector TCP netty 2.3.1 [8/18] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ element-connector-tcp-netty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ element-connector-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ element-connector-tcp-netty --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/classes [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/src/main/java/org/eclipse/californium/elements/tcp/netty/CloseOnErrorHandler.java: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/src/main/java/org/eclipse/californium/elements/tcp/netty/CloseOnErrorHandler.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/src/main/java/org/eclipse/californium/elements/tcp/netty/CloseOnErrorHandler.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ element-connector-tcp-netty --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ element-connector-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ element-connector-tcp-netty --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ element-connector-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ element-connector-tcp-netty --- [INFO] Comparing [org.eclipse.californium:element-connector-tcp-netty:jar:2.3.0] against [org.eclipse.californium:element-connector-tcp-netty:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ element-connector-tcp-netty --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ element-connector-tcp-netty --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ element-connector-tcp-netty --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:californium-core >-------------- [INFO] Building Californium (Cf) Core 2.3.1 [9/18] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-core --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/classes [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/src/main/java/org/eclipse/californium/core/network/CoapEndpoint.java: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/src/main/java/org/eclipse/californium/core/network/CoapEndpoint.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/src/main/java/org/eclipse/californium/core/network/CoapEndpoint.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ californium-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/test-classes [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (medium-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ californium-core --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-tests.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (large-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (native-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-core --- [INFO] Comparing [org.eclipse.californium:californium-core:jar:2.3.0] against [org.eclipse.californium:californium-core:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-core --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ californium-core --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-core --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-tests.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ californium-core --- [INFO] Installing org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ californium-core --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-core --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-tests.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-tests.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-tests.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-core/target/californium-core-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-nat >------------------- [INFO] Building Cf-NAT 2.3.1 [10/18] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-nat --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-nat --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-nat --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-nat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-nat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-nat --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-nat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-nat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-nat --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-nat --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-nat --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cf-nat --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-nat --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-nat --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-cli >------------------- [INFO] Building Cf-command-line-interface 2.3.1 [11/18] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-cli --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-cli --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-cli --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ cf-cli --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ cf-cli --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-cli --- [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.californium:californium-legal' [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-cli --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-cli --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1.jar [WARNING] [Thu Sep 03 04:37:58 GMT 2020] HTTP request failed. HTTP Error 500 (reason: Server Error) HTTP Error 500 Problem accessing '/jar-signing-service' Reason: Server Error Caused by: java.io.IOException: The '/usr/java/jdk1.8.0_51/bin/jarsigner' command exited with value '1' '/usr/java/jdk1.8.0_51/bin/jarsigner' output: jarsigner: unable to sign jar: java.io.IOException: Server returned HTTP response code: 502 for URL: http://sha256timestamp.ws.symantec.com/sha256/timestamp at org.eclipse.cbi.webservice.signing.jar.JarSigner.signJar(JarSigner.java:231) at org.eclipse.cbi.webservice.signing.jar.SigningServlet.doSign(SigningServlet.java:66) at org.eclipse.cbi.webservice.signing.jar.SigningServlet.doPost(SigningServlet.java:54) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:860) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ...... For complete output, see '/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1.jar-772214958627888617-RemoteJarSigner.log' [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cf-cli --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-cli --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ cf-cli --- [INFO] Installing org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ cf-cli --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-cli --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-proxy >-------------- [INFO] Building Californium (Cf) Proxy 2.3.1 [12/18] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-proxy --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-proxy --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-proxy --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/classes [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/src/main/java/org/eclipse/californium/proxy/HttpStack.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/src/main/java/org/eclipse/californium/proxy/HttpStack.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-proxy --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ californium-proxy --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-proxy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ californium-proxy --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ californium-proxy --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-proxy --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-proxy --- [INFO] Comparing [org.eclipse.californium:californium-proxy:jar:2.3.0] against [org.eclipse.californium:californium-proxy:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-proxy --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ californium-proxy --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-proxy --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ californium-proxy --- [INFO] Installing org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ californium-proxy --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-proxy --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy/target/californium-proxy-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-proxy2 >------------- [INFO] Building Californium (Cf) Proxy2 2.3.1 [13/18] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-proxy2 --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-proxy2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-proxy2 --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-proxy2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-proxy2 --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ californium-proxy2 --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-proxy2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ californium-proxy2 --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-proxy2 --- [WARNING] Failed to resolve old artifacts: Could not find artifact org.eclipse.californium:californium-proxy2:jar:2.0.0 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/). The API analysis will proceed comparing the new archives against an empty archive. [INFO] Comparing [] against [org.eclipse.californium:californium-proxy2:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-proxy2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ californium-proxy2 --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ californium-proxy2 --- [INFO] Installing org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ californium-proxy2 --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-proxy2 --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-proxy2/target/californium-proxy2-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:californium-osgi >-------------- [INFO] Building Californium (Cf) OSGi 2.3.1 [14/18] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-osgi --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-osgi --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-osgi --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-osgi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-osgi --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ californium-osgi --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-osgi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ californium-osgi --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-osgi --- [INFO] Comparing [org.eclipse.californium:californium-osgi:jar:2.3.0] against [org.eclipse.californium:californium-osgi:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-osgi --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ californium-osgi --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-osgi --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1-sources.jar.asc [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ californium-osgi --- [INFO] Installing org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ californium-osgi --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-osgi --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/californium-osgi/target/californium-osgi-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:demo-apps >------------------ [INFO] Building Californium (Cf) Demo Applications 2.3.1 [15/18] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ demo-apps --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ demo-apps --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ demo-apps --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ demo-apps --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ demo-apps --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/target/demo-apps-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ demo-apps --- [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ demo-apps --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ demo-apps --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ demo-apps --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ demo-apps --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/2.3.1/demo-apps-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/target/demo-apps-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/2.3.1/demo-apps-2.3.1.pom.asc [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-installed) @ demo-apps --- [INFO] Configured Artifact: org.eclipse.californium:demo-apps:2.3.1:pom [INFO] Copying pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/run/demo-apps-2.3.1.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ demo-apps --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-server >------------- [INFO] Building Cf-PlugtestServer 2.3.1 [16/18] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-plugtest-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-plugtest-server --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-plugtest-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-plugtest-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-plugtest-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-plugtest-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-plugtest-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-plugtest-server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-plugtest-server --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-plugtest-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cf-plugtest-server --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-plugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1-sources.jar.asc [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-installed) @ cf-plugtest-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-server:2.3.1:jar [INFO] Copying cf-plugtest-server-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/run/cf-plugtest-server-2.3.1.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-plugtest-server --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-client >------------- [INFO] Building Cf-PlugtestClient 2.3.1 [17/18] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-plugtest-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-plugtest-client --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-plugtest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-plugtest-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-plugtest-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-plugtest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-plugtest-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-plugtest-client --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-plugtest-client --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cf-plugtest-client --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-plugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/2.3.1/cf-plugtest-client-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/2.3.1/cf-plugtest-client-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/2.3.1/cf-plugtest-client-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/2.3.1/cf-plugtest-client-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/2.3.1/cf-plugtest-client-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/2.3.1/cf-plugtest-client-2.3.1-sources.jar.asc [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-installed) @ cf-plugtest-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-client:2.3.1:jar [INFO] Copying cf-plugtest-client-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/demo-apps/run/cf-plugtest-client-2.3.1.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-plugtest-client --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -----------------< org.eclipse.californium:cf-oscore >------------------ [INFO] Building Cf-OSCORE 2.3.1 [18/18] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-oscore --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-oscore --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-oscore --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-oscore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-oscore --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-oscore --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-oscore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-oscore --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-oscore --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-oscore --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ cf-oscore --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-oscore --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-oscore --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/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.18-01 and edition "Professional" [INFO] * Using staging profile ID "7deea9b1deb028" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1.pom.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/cf-oscore/target/cf-oscore-2.3.1-sources.jar.asc to /home/jenkins/agent/workspace/cf-2.3-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "7deea9b1deb028" [INFO] * Created staging repository with ID "orgeclipsecalifornium-1095". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsecalifornium-1095 [INFO] * Uploading locally staged artifacts to profile org.eclipse.californium [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgeclipsecalifornium-1095". Waiting for operation to complete... .......... [ERROR] Rule failure while trying to close staging repository with ID "orgeclipsecalifornium-1095". [ERROR] [ERROR] Nexus Staging Rules Failure Report [ERROR] ================================== [ERROR] [ERROR] Repository "orgeclipsecalifornium-1095" failures [ERROR] Rule "javadoc-staging" failures [ERROR] * Missing: no javadoc jar found in folder '/org/eclipse/californium/cf-oscore/2.3.1' [ERROR] * Missing: no javadoc jar found in folder '/org/eclipse/californium/cf-nat/2.3.1' [ERROR] * Missing: no javadoc jar found in folder '/org/eclipse/californium/cf-plugtest-server/2.3.1' [ERROR] [ERROR] [ERROR] Cleaning up local stage directory after a Rule failure during close of staging repositories: [orgeclipsecalifornium-1095] [ERROR] * Deleting context 7deea9b1deb028.properties [ERROR] Cleaning up remote stage repositories after a Rule failure during close of staging repositories: [orgeclipsecalifornium-1095] [ERROR] * Dropping failed staging repository with ID "orgeclipsecalifornium-1095" (Rule failure during close of staging repositories: [orgeclipsecalifornium-1095]). Waiting for operation to complete... ... [ERROR] Remote staging finished with a failure: Staging rules failure! [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Parent 2.3.1: [INFO] [INFO] Californium (Cf) Parent ............................ SUCCESS [ 47.220 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 10.612 s] [INFO] Cf-bom ............................................. SUCCESS [ 0.627 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 2.148 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 1.952 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 10.253 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [ 6.171 s] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 4.706 s] [INFO] Californium (Cf) Core .............................. SUCCESS [ 8.216 s] [INFO] Cf-NAT ............................................. SUCCESS [ 6.385 s] [INFO] Cf-command-line-interface .......................... SUCCESS [01:15 min] [INFO] Californium (Cf) Proxy ............................. SUCCESS [ 5.275 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 5.306 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 4.439 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 5.053 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 11.788 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 8.390 s] [INFO] Cf-OSCORE .......................................... FAILURE [01:19 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:26 min [INFO] Finished at: 2020-09-03T04:40:11Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) on project cf-oscore: Remote staging failed: Staging rules failure! -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :cf-oscore Build step 'Invoke top-level Maven targets' marked build as failure Finished: FAILURE