Started by user Achim Kraus Running as Achim Kraus Agent basic-xr7fk is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-xr7fk" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.californium.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-xr7fk" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-xr7fk" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.californium.svc.cluster.local/californium/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-californium" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-xr7fk in workspace /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/californium.git > git init /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse # timeout=10 Fetching upstream changes from https://github.com/eclipse/californium.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/eclipse/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/californium.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/californium.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/californium.git > git fetch --tags --force --progress -- https://github.com/eclipse/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/2.3.1^{commit} # timeout=10 > git rev-parse 2.3.1^{commit} # timeout=10 Checking out Revision 445d686596e1400184d1a5654bb22c99e64e244a (2.3.1) > git config core.sparsecheckout # timeout=10 > git checkout -f 445d686596e1400184d1a5654bb22c99e64e244a # timeout=10 Commit message: "Release 2.3.1" First time build. Skipping changelog. [cf-2.3-deploy-eclipse] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_VERSION=2.3.1 -DskipTests=true -DenableEclipseJarSigner=true -DskipStaging=true -DuseToolchainJavadoc=true --projects californium-osgi,californium-proxy,californium-proxy2,cf-oscore,cf-pubsub,demo-apps/cf-plugtest-server,demo-apps/cf-plugtest-client,cf-utils/cf-nat -am deploy Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 19 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 19 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Californium (Cf) Parent [pom] [INFO] Californium (Cf) Custom Assembly Descriptors [jar] [INFO] Cf-bom [pom] [INFO] Californium (Cf) Legal Documents [jar] [INFO] Californium (Cf) Demo Certificates [jar] [INFO] Californium (Cf) Element Connector [bundle] [INFO] Scandium (Sc) Core [bundle] [INFO] Californium (Cf) Element Connector TCP netty [bundle] [INFO] Californium (Cf) Core [bundle] [INFO] Cf-NAT [jar] [INFO] Cf-command-line-interface [bundle] [INFO] Californium (Cf) Proxy [bundle] [INFO] Californium (Cf) Proxy2 [bundle] [INFO] Californium (Cf) OSGi [bundle] [INFO] Californium (Cf) Demo Applications [pom] [INFO] Cf-PlugtestServer [jar] [INFO] Cf-PlugtestClient [jar] [INFO] Cf-OSCORE [jar] [INFO] Cf-PubSub [jar] [INFO] [INFO] -------------------< org.eclipse.californium:parent >------------------- [INFO] Building Californium (Cf) Parent 2.3.1 [1/19] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ parent --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ parent --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ parent --- [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ parent --- [INFO] Comparing [org.eclipse.californium:parent:pom:2.3.0] against [org.eclipse.californium:parent:pom:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/2.3.1/parent-2.3.1.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ parent --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/parent/2.3.1/parent-2.3.1.pom [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.californium:californium-assembly >------------ [INFO] Building Californium (Cf) Custom Assembly Descriptors 2.3.1 [2/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-assembly --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-assembly --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-assembly --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-assembly --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-assembly --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ californium-assembly --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/target/californium-assembly-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-assembly --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/target/californium-assembly-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-assembly --- [INFO] Comparing [org.eclipse.californium:californium-assembly:jar:2.3.0] against [org.eclipse.californium:californium-assembly:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-assembly --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/target/californium-assembly-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/target/californium-assembly-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-assembly --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/target/californium-assembly-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/target/californium-assembly-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-assembly --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/target/californium-assembly-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/assembly/target/californium-assembly-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-assembly/2.3.1/californium-assembly-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-bom >------------------- [INFO] Building Cf-bom 2.3.1 [3/19] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-bom --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-bom --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-bom --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-bom --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-bom --- [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-bom --- [INFO] Comparing [org.eclipse.californium:cf-bom:pom:2.3.0] against [org.eclipse.californium:cf-bom:pom:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-bom --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-bom --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/2.3.1/cf-bom-2.3.1.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-bom --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/bom/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-bom/2.3.1/cf-bom-2.3.1.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-legal >-------------- [INFO] Building Californium (Cf) Legal Documents 2.3.1 [4/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-legal --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-legal --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-legal --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-legal --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-legal --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ californium-legal --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/legal/target/californium-legal-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-legal --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-legal --- [INFO] Comparing [org.eclipse.californium:californium-legal:jar:2.3.0] against [org.eclipse.californium:californium-legal:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-legal --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/legal/target/californium-legal-2.3.1.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-legal --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/legal/target/californium-legal-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-legal --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/legal/target/californium-legal-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/legal/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-legal/2.3.1/californium-legal-2.3.1.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:demo-certs >----------------- [INFO] Building Californium (Cf) Demo Certificates 2.3.1 [5/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ demo-certs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources to certs [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ demo-certs --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-certs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ demo-certs --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-certs/target/demo-certs-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ demo-certs --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ demo-certs --- [INFO] Comparing [org.eclipse.californium:demo-certs:jar:2.3.0] against [org.eclipse.californium:demo-certs:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ demo-certs --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-certs/target/demo-certs-2.3.1.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-certs/target/demo-certs-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ demo-certs --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-certs/target/demo-certs-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-certs/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/demo-certs/2.3.1/demo-certs-2.3.1.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:element-connector >-------------- [INFO] Building Californium (Cf) Element Connector 2.3.1 [6/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ element-connector --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ element-connector --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ element-connector --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ element-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ element-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ element-connector --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ element-connector --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ element-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ element-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ element-connector --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1-tests.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ element-connector --- [INFO] Comparing [org.eclipse.californium:element-connector:jar:2.3.0] against [org.eclipse.californium:element-connector:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ element-connector --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ element-connector --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-tests.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ element-connector --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ element-connector --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ element-connector --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1-tests.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-tests.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector/target/element-connector-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector/2.3.1/element-connector-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------< org.eclipse.californium:scandium >------------------ [INFO] Building Scandium (Sc) Core 2.3.1 [7/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ scandium --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ scandium --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ scandium --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scandium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ scandium --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/target/classes [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ scandium --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ scandium --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scandium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ scandium --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (medium-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ scandium --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/target/scandium-2.3.1.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (large-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/target/scandium-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ scandium --- [INFO] Comparing [org.eclipse.californium:scandium:jar:2.3.0] against [org.eclipse.californium:scandium:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ scandium --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/target/scandium-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/target/scandium-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scandium --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/target/scandium-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/target/scandium-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ scandium --- [INFO] Installing org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ scandium --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ scandium --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/target/scandium-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/scandium-core/target/scandium-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/scandium/2.3.1/scandium-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------< org.eclipse.californium:element-connector-tcp-netty >--------- [INFO] Building Californium (Cf) Element Connector TCP netty 2.3.1 [8/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ element-connector-tcp-netty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ element-connector-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ element-connector-tcp-netty --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/target/classes [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/src/main/java/org/eclipse/californium/elements/tcp/netty/CloseOnErrorHandler.java: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/src/main/java/org/eclipse/californium/elements/tcp/netty/CloseOnErrorHandler.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/src/main/java/org/eclipse/californium/elements/tcp/netty/CloseOnErrorHandler.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ element-connector-tcp-netty --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ element-connector-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ element-connector-tcp-netty --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ element-connector-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ element-connector-tcp-netty --- [INFO] Comparing [org.eclipse.californium:element-connector-tcp-netty:jar:2.3.0] against [org.eclipse.californium:element-connector-tcp-netty:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ element-connector-tcp-netty --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ element-connector-tcp-netty --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ element-connector-tcp-netty --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/2.3.1/element-connector-tcp-netty-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:californium-core >-------------- [INFO] Building Californium (Cf) Core 2.3.1 [9/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-core --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/classes [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/src/main/java/org/eclipse/californium/core/network/CoapEndpoint.java: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/src/main/java/org/eclipse/californium/core/network/CoapEndpoint.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/src/main/java/org/eclipse/californium/core/network/CoapEndpoint.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ californium-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/test-classes [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (medium-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ californium-core --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1-tests.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (large-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (native-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-core --- [INFO] Comparing [org.eclipse.californium:californium-core:jar:2.3.0] against [org.eclipse.californium:californium-core:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-core --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-core --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-tests.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ californium-core --- [INFO] Installing org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ californium-core --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-core --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1-tests.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-tests.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-core/target/californium-core-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-core/2.3.1/californium-core-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-nat >------------------- [INFO] Building Cf-NAT 2.3.1 [10/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-nat --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-nat --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-nat --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-nat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-nat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-nat --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-nat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-nat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-nat --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-2.3.1.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-nat --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-nat --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-nat --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-nat --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-nat/2.3.1/cf-nat-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-cli >------------------- [INFO] Building Cf-command-line-interface 2.3.1 [11/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-cli --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-cli --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-cli --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ cf-cli --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ cf-cli --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-cli --- [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.californium:californium-legal' [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-cli --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-cli --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-cli --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ cf-cli --- [INFO] Installing org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ cf-cli --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-cli --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/2.3.1/cf-cli-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-proxy >-------------- [INFO] Building Californium (Cf) Proxy 2.3.1 [12/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-proxy --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-proxy --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-proxy --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/target/classes [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/src/main/java/org/eclipse/californium/proxy/HttpStack.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/src/main/java/org/eclipse/californium/proxy/HttpStack.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-proxy --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ californium-proxy --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-proxy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ californium-proxy --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ californium-proxy --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/target/californium-proxy-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-proxy --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/target/californium-proxy-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-proxy --- [INFO] Comparing [org.eclipse.californium:californium-proxy:jar:2.3.0] against [org.eclipse.californium:californium-proxy:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-proxy --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/target/californium-proxy-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/target/californium-proxy-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-proxy --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/target/californium-proxy-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/target/californium-proxy-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ californium-proxy --- [INFO] Installing org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ californium-proxy --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-proxy --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/target/californium-proxy-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy/target/californium-proxy-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy/2.3.1/californium-proxy-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-proxy2 >------------- [INFO] Building Californium (Cf) Proxy2 2.3.1 [13/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-proxy2 --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-proxy2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-proxy2 --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-proxy2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-proxy2 --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ californium-proxy2 --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-proxy2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ californium-proxy2 --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/target/californium-proxy2-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/target/californium-proxy2-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-proxy2 --- [WARNING] Failed to resolve old artifacts: Could not find artifact org.eclipse.californium:californium-proxy2:jar:2.0.0 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/). The API analysis will proceed comparing the new archives against an empty archive. [INFO] Comparing [] against [org.eclipse.californium:californium-proxy2:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-proxy2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/target/californium-proxy2-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/target/californium-proxy2-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/target/californium-proxy2-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/target/californium-proxy2-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ californium-proxy2 --- [INFO] Installing org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ californium-proxy2 --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-proxy2 --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/target/californium-proxy2-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-proxy2/target/californium-proxy2-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/2.3.1/californium-proxy2-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:californium-osgi >-------------- [INFO] Building Californium (Cf) OSGi 2.3.1 [14/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-osgi --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-osgi --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ californium-osgi --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ californium-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ californium-osgi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ californium-osgi --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ californium-osgi --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ californium-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ californium-osgi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ californium-osgi --- [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/target/californium-osgi-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/target/californium-osgi-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ californium-osgi --- [INFO] Comparing [org.eclipse.californium:californium-osgi:jar:2.3.0] against [org.eclipse.californium:californium-osgi:jar:2.3.1] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ californium-osgi --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/target/californium-osgi-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/target/californium-osgi-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-osgi --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/target/californium-osgi-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/target/californium-osgi-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ californium-osgi --- [INFO] Installing org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ californium-osgi --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-osgi --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/target/californium-osgi-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/californium-osgi/target/californium-osgi-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/2.3.1/californium-osgi-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:demo-apps >------------------ [INFO] Building Californium (Cf) Demo Applications 2.3.1 [15/19] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ demo-apps --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ demo-apps --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ demo-apps --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ demo-apps --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ demo-apps --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/target/demo-apps-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ demo-apps --- [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ demo-apps --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ demo-apps --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ demo-apps --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/2.3.1/demo-apps-2.3.1.pom [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-installed) @ demo-apps --- [INFO] Configured Artifact: org.eclipse.californium:demo-apps:2.3.1:pom [INFO] Copying pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/run/demo-apps-2.3.1.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ demo-apps --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-server >------------- [INFO] Building Cf-PlugtestServer 2.3.1 [16/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-plugtest-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-plugtest-server --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-plugtest-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-plugtest-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-plugtest-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-plugtest-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-plugtest-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-plugtest-server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-plugtest-server --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-plugtest-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-plugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-installed) @ cf-plugtest-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-server:2.3.1:jar [INFO] Copying cf-plugtest-server-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/run/cf-plugtest-server-2.3.1.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-plugtest-server --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/2.3.1/cf-plugtest-server-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-client >------------- [INFO] Building Cf-PlugtestClient 2.3.1 [17/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-plugtest-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-plugtest-client --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-plugtest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-plugtest-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-client/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-plugtest-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-plugtest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-plugtest-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-plugtest-client --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-plugtest-client --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-plugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/2.3.1/cf-plugtest-client-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/2.3.1/cf-plugtest-client-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/2.3.1/cf-plugtest-client-2.3.1-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-installed) @ cf-plugtest-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-client:2.3.1:jar [INFO] Copying cf-plugtest-client-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/demo-apps/run/cf-plugtest-client-2.3.1.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-plugtest-client --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -----------------< org.eclipse.californium:cf-oscore >------------------ [INFO] Building Cf-OSCORE 2.3.1 [18/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-oscore --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-oscore --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-oscore --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-oscore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-oscore --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-oscore --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-oscore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-oscore --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/cf-oscore-2.3.1.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/cf-oscore-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/cf-oscore-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-oscore --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-oscore --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/cf-oscore-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/cf-oscore-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-oscore --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/cf-oscore-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/cf-oscore-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-oscore --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/cf-oscore-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-oscore/target/cf-oscore-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/2.3.1/cf-oscore-2.3.1-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:cf-pubsub >------------------ [INFO] Building Cf-PubSub 2.3.1 [19/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-pubsub --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-pubsub --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ cf-pubsub --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cf-pubsub --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cf-pubsub --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.18:check (default) @ cf-pubsub --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-16:4.1.2_r5 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ cf-pubsub --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cf-pubsub --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ cf-pubsub --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/target/cf-pubsub-2.3.1.jar [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/target/cf-pubsub-2.3.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/target/cf-pubsub-2.3.1-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.11.2:check (default) @ cf-pubsub --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign-jars) @ cf-pubsub --- [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/target/cf-pubsub-2.3.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/target/cf-pubsub-2.3.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/target/cf-pubsub-2.3.1.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/2.3.1/cf-pubsub-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/2.3.1/cf-pubsub-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/target/cf-pubsub-2.3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/2.3.1/cf-pubsub-2.3.1-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-pubsub --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/target/cf-pubsub-2.3.1.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-pubsub/2.3.1/cf-pubsub-2.3.1.jar [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/pom.xml to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-pubsub/2.3.1/cf-pubsub-2.3.1.pom [INFO] Installing /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/cf-pubsub/target/cf-pubsub-2.3.1-sources.jar to /home/jenkins/agent/workspace/cf-2.3-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-pubsub/2.3.1/cf-pubsub-2.3.1-sources.jar [INFO] Deploying remotely... [INFO] Bulk deploying locally gathered artifacts from directory: [INFO] * Bulk deploying locally gathered snapshot artifacts [INFO] * Bulk deploy of locally gathered snapshot artifacts finished. [INFO] Remote deploy finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Parent 2.3.1: [INFO] [INFO] Californium (Cf) Parent ............................ SUCCESS [ 27.137 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 9.246 s] [INFO] Cf-bom ............................................. SUCCESS [ 0.147 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 1.679 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 1.568 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 9.700 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [ 5.502 s] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 4.860 s] [INFO] Californium (Cf) Core .............................. SUCCESS [ 13.793 s] [INFO] Cf-NAT ............................................. SUCCESS [ 7.377 s] [INFO] Cf-command-line-interface .......................... SUCCESS [ 3.010 s] [INFO] Californium (Cf) Proxy ............................. SUCCESS [ 4.335 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 4.295 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 3.878 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 3.748 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 8.979 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 7.966 s] [INFO] Cf-OSCORE .......................................... SUCCESS [ 3.840 s] [INFO] Cf-PubSub .......................................... SUCCESS [ 13.376 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:49 min [INFO] Finished at: 2020-09-03T04:31:33Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS