Skip to content
Success

Console Output

Started by user Achim Kraus
Running as Achim Kraus
Agent basic-6g4gx is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-6g4gx"
  namespace: "californium"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.californium.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-6g4gx"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-6g4gx"
    - 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-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-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-6g4gx (basic) in workspace /home/jenkins/agent/workspace/californium-deploy-maven-central
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/californium.git
 > git init /home/jenkins/agent/workspace/californium-deploy-maven-central # timeout=10
Fetching upstream changes from https://github.com/eclipse/californium.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > 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
Avoid second fetch
 > git rev-parse origin/3.11.0^{commit} # timeout=10
 > git rev-parse 3.11.0^{commit} # timeout=10
Checking out Revision 91ce5d5e261bcd30ecd89b8e0717b95a21fd6d9a (3.11.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 91ce5d5e261bcd30ecd89b8e0717b95a21fd6d9a # timeout=10
Commit message: "Release 3.11.0"
 > git rev-list --no-walk 91ce5d5e261bcd30ecd89b8e0717b95a21fd6d9a # timeout=10
[californium-deploy-maven-central] $ /bin/sh -xe /tmp/jenkins8705412039158915575.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 <cf-dev@eclipse.org>" 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
++ awk -F: '/fpr:/ {print $10}'
++ gpg --list-keys --with-colons
++ sort -u
+ for fpr in $(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: 2025-11-15  usage: E   
ssb  rsa4096/A77EECD32A95117C
     created: 2015-09-22  expires: 2025-11-15  usage: S   
[ unknown] (1). Eclipse Californium Project <cf-dev@eclipse.org>

pub  rsa4096/C906FEFA842AF27E
     created: 2015-09-22  expires: never       usage: SC  
     trust: unknown       validity: unknown
ssb  rsa4096/37C76E7969DE6B40
     created: 2015-09-22  expires: 2025-11-15  usage: E   
ssb  rsa4096/A77EECD32A95117C
     created: 2015-09-22  expires: 2025-11-15  usage: S   
[ unknown] (1). Eclipse Californium Project <cf-dev@eclipse.org>

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: 2025-11-15  usage: E   
ssb  rsa4096/A77EECD32A95117C
     created: 2015-09-22  expires: 2025-11-15  usage: S   
[ unknown] (1). Eclipse Californium Project <cf-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(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 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: 2025-11-15  usage: E   
ssb  rsa4096/A77EECD32A95117C
     created: 2015-09-22  expires: 2025-11-15  usage: S   
[ultimate] (1). Eclipse Californium Project <cf-dev@eclipse.org>

pub  rsa4096/C906FEFA842AF27E
     created: 2015-09-22  expires: never       usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/37C76E7969DE6B40
     created: 2015-09-22  expires: 2025-11-15  usage: E   
ssb  rsa4096/A77EECD32A95117C
     created: 2015-09-22  expires: 2025-11-15  usage: S   
[ultimate] (1). Eclipse Californium Project <cf-dev@eclipse.org>

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: 2025-11-15  usage: E   
ssb  rsa4096/A77EECD32A95117C
     created: 2015-09-22  expires: 2025-11-15  usage: S   
[ultimate] (1). Eclipse Californium Project <cf-dev@eclipse.org>

+ for fpr in $(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 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: 2025-11-15  usage: E   
ssb  rsa4096/A77EECD32A95117C
     created: 2015-09-22  expires: 2025-11-15  usage: S   
[ultimate] (1). Eclipse Californium Project <cf-dev@eclipse.org>

pub  rsa4096/C906FEFA842AF27E
     created: 2015-09-22  expires: never       usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/37C76E7969DE6B40
     created: 2015-09-22  expires: 2025-11-15  usage: E   
ssb  rsa4096/A77EECD32A95117C
     created: 2015-09-22  expires: 2025-11-15  usage: S   
[ultimate] (1). Eclipse Californium Project <cf-dev@eclipse.org>

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: 2025-11-15  usage: E   
ssb  rsa4096/A77EECD32A95117C
     created: 2015-09-22  expires: 2025-11-15  usage: S   
[ultimate] (1). Eclipse Californium Project <cf-dev@eclipse.org>

[californium-deploy-maven-central] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_VERSION=3.11.0 -DcreateJavadoc=true -DskipTests=true -DenableEclipseJarSigner=true -DcreateGPGSignature=true --projects californium-osgi,californium-proxy2,cf-oscore,demo-apps/cf-plugtest-server,demo-apps/cf-plugtest-client,demo-apps/cf-plugtest-checker,demo-apps/cf-simplefile-server,cf-utils/cf-nat,cf-utils/cf-cli,cf-utils/cf-cli-tcp-netty -am deploy
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 21 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 21 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] Californium (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-Unix-Health                                                  [bundle]
[INFO] Cf-command-line-interface                                       [bundle]
[INFO] Cf-cli-tcp-netty                                                [bundle]
[INFO] Californium (Cf) Proxy2                                         [bundle]
[INFO] Cf-OSCORE                                                       [bundle]
[INFO] Californium (Cf) OSGi                                           [bundle]
[INFO] Californium (Cf) Demo Applications                                 [pom]
[INFO] Cf-PlugtestServer                                                  [jar]
[INFO] Cf-PlugtestChecker                                                 [jar]
[INFO] Cf-PlugtestClient                                                  [jar]
[INFO] Cf-SimpleFileServer                                                [jar]
[INFO] 
[INFO] -------------------< org.eclipse.californium:parent >-------------------
[INFO] Building Californium (Cf) Parent 3.11.0                           [1/21]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ parent ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ parent ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ parent ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ parent ---
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ parent ---
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ parent ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ parent ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/3.11.0/parent-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/target/parent-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/parent/3.11.0/parent-3.11.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ parent ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/parent/3.11.0/parent-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/target/parent-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/parent/3.11.0/parent-3.11.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< org.eclipse.californium:californium-assembly >------------
[INFO] Building Californium (Cf) Custom Assembly Descriptors 3.11.0      [2/21]
[INFO]   from assembly/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-assembly ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-assembly ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-assembly ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-assembly ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-assembly ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-assembly ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-assembly ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-assembly ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-assembly ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-assembly ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-assembly ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-assembly ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/target/californium-assembly-3.11.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-assembly ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-assembly ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-assembly ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-assembly ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-assembly ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-assembly ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/target/californium-assembly-3.11.0.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ californium-assembly ---
[INFO] Signing 2 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-assembly ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/target/californium-assembly-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/target/californium-assembly-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/target/californium-assembly-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-assembly ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/target/californium-assembly-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/target/californium-assembly-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/assembly/target/californium-assembly-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-bom >-------------------
[INFO] Building Californium (Cf) BOM 3.11.0                              [3/21]
[INFO]   from bom/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-bom ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-bom ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-bom ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-bom ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-bom ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-bom ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-bom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-bom ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-bom ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-bom ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-bom ---
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-bom ---
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ cf-bom ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-bom ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/3.11.0/cf-bom-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/bom/target/cf-bom-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/3.11.0/cf-bom-3.11.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-bom ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/bom/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-bom/3.11.0/cf-bom-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/bom/target/cf-bom-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-bom/3.11.0/cf-bom-3.11.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.californium:californium-legal >--------------
[INFO] Building Californium (Cf) Legal Documents 3.11.0                  [4/21]
[INFO]   from legal/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-legal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-legal ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-legal ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-legal ---
[INFO] Copying 7 resources from licenses to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-legal ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-legal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-legal ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/californium-legal-3.11.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-legal ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-legal ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-legal ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-legal ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/californium-legal-3.11.0.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ californium-legal ---
[INFO] Signing 2 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-legal ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/californium-legal-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/californium-legal-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/californium-legal-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-legal ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/californium-legal-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/californium-legal-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/californium-legal-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.californium:demo-certs >-----------------
[INFO] Building Californium (Cf) Demo Certificates 3.11.0                [5/21]
[INFO]   from demo-certs/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ demo-certs ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ demo-certs ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ demo-certs ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ demo-certs ---
[INFO] Copying 42 resources from certs to target/classes/certs
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ demo-certs ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ demo-certs ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ demo-certs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ demo-certs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ demo-certs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ demo-certs ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/demo-certs-3.11.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ demo-certs ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ demo-certs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ demo-certs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ demo-certs ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ demo-certs ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ demo-certs ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/demo-certs-3.11.0.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ demo-certs ---
[INFO] Signing 2 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ demo-certs ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/demo-certs-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/demo-certs-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/demo-certs-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ demo-certs ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/demo-certs-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/demo-certs-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/demo-certs-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.californium:element-connector >--------------
[INFO] Building Californium (Cf) Element Connector 3.11.0                [6/21]
[INFO]   from element-connector/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ element-connector ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ element-connector ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ element-connector ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ element-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 100 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ element-connector ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ element-connector ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ element-connector ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ element-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 59 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[40,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[40,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ element-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ element-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ element-connector ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.eclipse.californium:californium-legal:jar:3.11.0'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.eclipse.californium:demo-certs:jar:3.11.0'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ element-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-tests.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ element-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ element-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ element-connector ---
[INFO] Comparing [org.eclipse.californium:element-connector:jar:3.10.0] against [org.eclipse.californium:element-connector:jar:3.11.0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ element-connector ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ element-connector ---
[INFO] Signing 5 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ element-connector ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ element-connector ---
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ element-connector ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ element-connector ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-tests.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-tests.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector/target/element-connector-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------------< org.eclipse.californium:scandium >------------------
[INFO] Building Scandium (Sc) Core 3.11.0                                [7/21]
[INFO]   from scandium-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ scandium ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ scandium ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ scandium ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ scandium ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ scandium ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 159 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[51,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[52,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[52,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ResumptionSupportingConnectionStore.java:[30,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[169,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[183,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[219,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/DtlsManagedClusterConnector.java:[482,32] onInitializeHandshaker(org.eclipse.californium.scandium.dtls.Handshaker) in org.eclipse.californium.scandium.DTLSConnector has been deprecated
[INFO] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ scandium ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ scandium ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ scandium ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ scandium ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 52 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorTest.java:[119,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/test/java/org/eclipse/californium/scandium/ConnectorHelper.java:[879,32] onInitializeHandshaker(org.eclipse.californium.scandium.dtls.Handshaker) in org.eclipse.californium.scandium.DTLSConnector has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorAdvancedTest.java:[255,33] LOGGER in org.eclipse.californium.scandium.dtls.x509.StaticNewAdvancedCertificateVerifier has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ scandium ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ scandium ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ scandium ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ scandium ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ scandium ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ scandium ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-tests.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ scandium ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ scandium ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ scandium ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scandium ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ scandium ---
[INFO] Comparing [org.eclipse.californium:scandium:jar:3.10.0] against [org.eclipse.californium:scandium:jar:3.11.0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ scandium ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ scandium ---
[INFO] Signing 5 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ scandium ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ scandium ---
[INFO] Installing org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ scandium ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ scandium ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-tests.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-tests.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/scandium-core/target/scandium-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-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 3.11.0      [8/21]
[INFO]   from element-connector-tcp-netty/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ element-connector-tcp-netty ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ element-connector-tcp-netty ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ element-connector-tcp-netty ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ element-connector-tcp-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector-tcp-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ element-connector-tcp-netty ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ element-connector-tcp-netty ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ element-connector-tcp-netty ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ element-connector-tcp-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ element-connector-tcp-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ element-connector-tcp-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector-tcp-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector-tcp-netty ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ element-connector-tcp-netty ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ element-connector-tcp-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ element-connector-tcp-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ element-connector-tcp-netty ---
[INFO] Comparing [org.eclipse.californium:element-connector-tcp-netty:jar:3.10.0] against [org.eclipse.californium:element-connector-tcp-netty:jar:3.11.0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ element-connector-tcp-netty ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ element-connector-tcp-netty ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ element-connector-tcp-netty ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ element-connector-tcp-netty ---
[INFO] Installing org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ element-connector-tcp-netty ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ element-connector-tcp-netty ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.californium:californium-core >--------------
[INFO] Building Californium (Cf) Core 3.11.0                             [9/21]
[INFO]   from californium-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-core ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-core ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 152 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/main/java/org/eclipse/californium/core/network/serialization/DataParser.java:[33,48] org.eclipse.californium.core.coap.option.LegacyMapBasedOptionRegistry in org.eclipse.californium.core.coap.option has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/main/java/org/eclipse/californium/core/CoapResource.java:[52,44] org.eclipse.californium.core.observe.ObserveRelationContainer in org.eclipse.californium.core.observe has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/main/java/org/eclipse/californium/core/server/ServersSerializationUtil.java:[33,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java:[50,43] org.eclipse.californium.core.server.ServersSerializationUtil in org.eclipse.californium.core.server has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java:[57,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/main/java/org/eclipse/californium/core/coap/option/LegacyMapBasedOptionRegistry.java:[21,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/main/java/org/eclipse/californium/core/coap/option/BaseOptionDefinition.java:[112,28] getValueLengths() in org.eclipse.californium.core.coap.option.OptionDefinition has been deprecated
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-core ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-core ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 83 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/test/OptionTest.java:[35,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/network/serialization/DataParserTest.java:[46,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/server/ServerSerializationTest.java:[41,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[127,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[136,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[138,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[148,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[150,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[173,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[181,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[190,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[192,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[224,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[227,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[237,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[239,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[249,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[251,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1161,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1163,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/test/lockstep/ObserveServerSideTest.java:[745,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/src/test/java/org/eclipse/californium/core/test/MemoryLeakingHashMapTest.java:[480,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-core ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-core ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ californium-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-tests.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ californium-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-core ---
[INFO] Comparing [org.eclipse.californium:californium-core:jar:3.10.0] against [org.eclipse.californium:californium-core:jar:3.11.0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ californium-core ---
[INFO] Signing 5 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-core ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-core ---
[INFO] Installing org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ californium-core ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-core ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-tests.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-tests.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-core/target/californium-core-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-nat >-------------------
[INFO] Building Cf-NAT 3.11.0                                           [10/21]
[INFO]   from cf-utils/cf-nat/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-nat ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-nat ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-nat ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-nat ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-nat ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 2 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-nat ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-nat ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-nat ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-nat ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-nat ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-nat ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-nat ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-nat ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-nat ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-nat ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-nat ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-nat ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-nat ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-nat ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ cf-nat ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-nat ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-nat ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.californium:cf-unix-health >---------------
[INFO] Building Cf-Unix-Health 3.11.0                                   [11/21]
[INFO]   from cf-utils/cf-unix-health/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-unix-health ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-unix-health ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-unix-health ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-unix-health ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-unix-health ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-unix-health ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-unix-health ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-unix-health ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-unix-health ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-unix-health ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-unix-health ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-unix-health ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-unix-health ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-unix-health ---
[INFO] Comparing [org.eclipse.californium:cf-unix-health:jar:3.10.0] against [org.eclipse.californium:cf-unix-health:jar:3.11.0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-unix-health ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ cf-unix-health ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-unix-health ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-unix-health ---
[INFO] Installing org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ cf-unix-health ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-unix-health ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-cli >-------------------
[INFO] Building Cf-command-line-interface 3.11.0                        [12/21]
[INFO]   from cf-utils/cf-cli/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cli ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cli ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cli ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-cli ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cli ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-cli ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cli ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cli ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cli ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cli ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-cli ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cli ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-cli ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cli ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ cf-cli ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-cli ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-cli ---
[INFO] Installing org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ cf-cli ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-cli ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.californium:cf-cli-tcp-netty >--------------
[INFO] Building Cf-cli-tcp-netty 3.11.0                                 [13/21]
[INFO]   from cf-utils/cf-cli-tcp-netty/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cli-tcp-netty ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cli-tcp-netty ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cli-tcp-netty ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-cli-tcp-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cli-tcp-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-cli-tcp-netty ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cli-tcp-netty ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cli-tcp-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cli-tcp-netty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cli-tcp-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli-tcp-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli-tcp-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli-tcp-netty ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-cli-tcp-netty ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cli-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli-tcp-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli-tcp-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-cli-tcp-netty ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cli-tcp-netty ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ cf-cli-tcp-netty ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-cli-tcp-netty ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-cli-tcp-netty ---
[INFO] Installing org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ cf-cli-tcp-netty ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-cli-tcp-netty ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.californium:californium-proxy2 >-------------
[INFO] Building Californium (Cf) Proxy2 3.11.0                          [14/21]
[INFO]   from californium-proxy2/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-proxy2 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-proxy2 ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-proxy2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-proxy2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-proxy2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 30 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-proxy2 ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-proxy2 ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-proxy2 ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-proxy2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-proxy2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-proxy2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-proxy2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-proxy2 ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-proxy2 ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ californium-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-proxy2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-proxy2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-proxy2 ---
[WARNING] Failed to resolve old artifacts: The following artifacts could not be resolved: org.eclipse.californium:californium-proxy2:jar:2.0.0 (absent): 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:3.11.0] (including their transitive dependencies).
[WARNING] The `revapi.ignore` extension is deprecated. Consider using the `revapi.differences` instead.
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-proxy2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ californium-proxy2 ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-proxy2 ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-proxy2 ---
[INFO] Installing org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ californium-proxy2 ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-proxy2 ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-oscore >------------------
[INFO] Building Cf-OSCORE 3.11.0                                        [15/21]
[INFO]   from cf-oscore/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-oscore ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-oscore ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-oscore ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-oscore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-oscore ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 34 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/src/main/java/org/eclipse/californium/oscore/OSCoreCoapStackFactory.java:[59,26] createCoapStack(java.lang.String,java.lang.String,org.eclipse.californium.elements.config.Configuration,org.eclipse.californium.core.network.Outbox,java.lang.Object) in org.eclipse.californium.core.network.CoapStackFactory has been deprecated
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-oscore ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-oscore ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-oscore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-oscore ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-oscore ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-oscore ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-oscore ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-oscore ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-oscore ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-oscore ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-oscore ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-oscore ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-oscore ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-oscore ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-oscore ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ cf-oscore ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-oscore ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-oscore ---
[INFO] Installing org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ cf-oscore ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-oscore ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/cf-oscore/target/cf-oscore-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.californium:californium-osgi >--------------
[INFO] Building Californium (Cf) OSGi 3.11.0                            [16/21]
[INFO]   from californium-osgi/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-osgi ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-osgi ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-osgi ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-osgi ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-osgi ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-osgi ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-osgi ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-osgi ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-osgi ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-osgi ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-osgi ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-osgi ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-osgi ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-osgi ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ californium-osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-osgi ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-osgi ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-osgi ---
[INFO] Comparing [org.eclipse.californium:californium-osgi:jar:3.10.0] against [org.eclipse.californium:californium-osgi:jar:3.11.0] (including their transitive dependencies).
[INFO] API checks completed without failures.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-osgi ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ californium-osgi ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-osgi ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-osgi ---
[INFO] Installing org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ californium-osgi ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-osgi ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/californium-osgi/target/californium-osgi-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.californium:demo-apps >------------------
[INFO] Building Californium (Cf) Demo Applications 3.11.0               [17/21]
[INFO]   from demo-apps/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ demo-apps ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ demo-apps ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ demo-apps ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ demo-apps ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ demo-apps ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ demo-apps ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ demo-apps ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ demo-apps ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/target/demo-apps-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ demo-apps ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ demo-apps ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ demo-apps ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ demo-apps ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ demo-apps ---
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ demo-apps ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ demo-apps ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/3.11.0/demo-apps-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/target/demo-apps-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/3.11.0/demo-apps-3.11.0.pom.asc
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ demo-apps ---
[INFO] Configured Artifact: org.eclipse.californium:demo-apps:3.11.0:pom
[INFO] Copying pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/run/demo-apps-3.11.0.pom
[INFO] 
[INFO] --- nexus-staging:1.6.13: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 3.11.0                                [18/21]
[INFO]   from demo-apps/cf-plugtest-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 32 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/src/main/java/org/eclipse/californium/plugtests/PlugtestServer.java:[48,43] org.eclipse.californium.core.server.EncryptedServersSerializationUtil in org.eclipse.californium.core.server has been deprecated
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-plugtest-server ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ cf-plugtest-server ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-server ---
[INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-server:3.11.0:jar
[INFO] Copying cf-plugtest-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/run/cf-plugtest-server-3.11.0.jar
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-plugtest-server ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-plugtest-checker >-------------
[INFO] Building Cf-PlugtestChecker 3.11.0                               [19/21]
[INFO]   from demo-apps/cf-plugtest-checker/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-checker ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-checker ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-checker ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-checker ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-checker ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 54 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-checker ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-checker ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-checker ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-checker ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-plugtest-checker ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-checker ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-checker ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-checker ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-checker ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ cf-plugtest-checker ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-checker ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-checker ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.11.0:jar
[INFO] Copying cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-cli-tcp-netty-3.11.0.jar
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-plugtest-checker ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.californium:cf-plugtest-client >-------------
[INFO] Building Cf-PlugtestClient 3.11.0                                [20/21]
[INFO]   from demo-apps/cf-plugtest-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-client ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-client ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-client ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-plugtest-client ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-client ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ cf-plugtest-client ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-client ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-client ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.11.0:jar
[INFO] Copying cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-cli-tcp-netty-3.11.0.jar
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-plugtest-client ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-simplefile-server >------------
[INFO] Building Cf-SimpleFileServer 3.11.0                              [21/21]
[INFO]   from demo-apps/cf-simplefile-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-simplefile-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-simplefile-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-simplefile-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-simplefile-server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-simplefile-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-simplefile-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-simplefile-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-simplefile-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-simplefile-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-simplefile-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-simplefile-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-simplefile-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-simplefile-server ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-javadoc.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-simplefile-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-simplefile-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-simplefile-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-simplefile-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-simplefile-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-simplefile-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ cf-simplefile-server ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-simplefile-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-sources.jar.asc
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-simplefile-server ---
[INFO] Configured Artifact: org.eclipse.californium:cf-simplefile-server:3.11.0:jar
[INFO] Copying cf-simplefile-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/run/cf-simplefile-server-3.11.0.jar
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-simplefile-server ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/californium-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.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "7deea9b1deb028" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/pom.xml to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-javadoc.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.pom.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-javadoc.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/californium-deploy-maven-central/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar.asc to /home/jenkins/agent/workspace/californium-deploy-maven-central/target/nexus-staging/staging/7deea9b1deb028/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "7deea9b1deb028"
[INFO]  * Created staging repository with ID "orgeclipsecalifornium-1136".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsecalifornium-1136
[INFO]  * Uploading locally staged artifacts to profile org.eclipse.californium
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgeclipsecalifornium-1136".

Waiting for operation to complete...
..............

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Californium (Cf) Parent 3.11.0:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [ 28.581 s]
[INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [  4.056 s]
[INFO] Californium (Cf) BOM ............................... SUCCESS [  0.620 s]
[INFO] Californium (Cf) Legal Documents ................... SUCCESS [  1.746 s]
[INFO] Californium (Cf) Demo Certificates ................. SUCCESS [  1.800 s]
[INFO] Californium (Cf) Element Connector ................. SUCCESS [ 29.126 s]
[INFO] Scandium (Sc) Core ................................. SUCCESS [ 20.955 s]
[INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 10.079 s]
[INFO] Californium (Cf) Core .............................. SUCCESS [ 20.905 s]
[INFO] Cf-NAT ............................................. SUCCESS [  8.952 s]
[INFO] Cf-Unix-Health ..................................... SUCCESS [  7.159 s]
[INFO] Cf-command-line-interface .......................... SUCCESS [  7.183 s]
[INFO] Cf-cli-tcp-netty ................................... SUCCESS [  8.710 s]
[INFO] Californium (Cf) Proxy2 ............................ SUCCESS [  9.867 s]
[INFO] Cf-OSCORE .......................................... SUCCESS [  8.097 s]
[INFO] Californium (Cf) OSGi .............................. SUCCESS [  7.838 s]
[INFO] Californium (Cf) Demo Applications ................. SUCCESS [  2.940 s]
[INFO] Cf-PlugtestServer .................................. SUCCESS [ 11.205 s]
[INFO] Cf-PlugtestChecker ................................. SUCCESS [ 11.134 s]
[INFO] Cf-PlugtestClient .................................. SUCCESS [  8.669 s]
[INFO] Cf-SimpleFileServer ................................ SUCCESS [01:29 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:22 min
[INFO] Finished at: 2024-03-14T07:08:06Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS