Started by user Achim Kraus Running as Achim Kraus Agent basic-g2qzl is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-g2qzl" namespace: "californium" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.californium.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-g2qzl" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-g2qzl" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.californium.svc.cluster.local/californium/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-californium" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-g2qzl (basic) in workspace /home/jenkins/agent/workspace/californium-deploy-eclipse [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-californium/californium.git > git init /home/jenkins/agent/workspace/californium-deploy-eclipse # timeout=10 Fetching upstream changes from https://github.com/eclipse-californium/californium.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-californium/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-californium/californium.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/3.11.0^{commit} # timeout=10 > git rev-parse 3.11.0^{commit} # timeout=10 Checking out Revision 91ce5d5e261bcd30ecd89b8e0717b95a21fd6d9a (3.11.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 91ce5d5e261bcd30ecd89b8e0717b95a21fd6d9a # timeout=10 Commit message: "Release 3.11.0" First time build. Skipping changelog. [californium-deploy-eclipse] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_VERSION=3.11.0 -DskipTests=true -DenableEclipseJarSigner=true -DskipStaging=true --projects californium-osgi,californium-proxy2,cf-oscore,cf-pubsub,demo-apps,demo-apps/cf-plugtest-server,demo-apps/cf-plugtest-client,demo-apps/cf-plugtest-checker,demo-apps/cf-simplefile-server,cf-utils/cf-nat,cf-utils/cf-cli,cf-utils/cf-cli-tcp-netty -am deploy Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 22 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 22 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Californium (Cf) Parent [pom] [INFO] Californium (Cf) Custom Assembly Descriptors [jar] [INFO] Californium (Cf) BOM [pom] [INFO] Californium (Cf) Legal Documents [jar] [INFO] Californium (Cf) Demo Certificates [jar] [INFO] Californium (Cf) Element Connector [bundle] [INFO] Scandium (Sc) Core [bundle] [INFO] Californium (Cf) Element Connector TCP netty [bundle] [INFO] Californium (Cf) Core [bundle] [INFO] Cf-NAT [jar] [INFO] Cf-Unix-Health [bundle] [INFO] Cf-command-line-interface [bundle] [INFO] Cf-cli-tcp-netty [bundle] [INFO] Californium (Cf) Proxy2 [bundle] [INFO] Cf-OSCORE [bundle] [INFO] Cf-PubSub [jar] [INFO] Californium (Cf) OSGi [bundle] [INFO] Californium (Cf) Demo Applications [pom] [INFO] Cf-PlugtestServer [jar] [INFO] Cf-PlugtestChecker [jar] [INFO] Cf-PlugtestClient [jar] [INFO] Cf-SimpleFileServer [jar] [INFO] [INFO] -------------------< org.eclipse.californium:parent >------------------- [INFO] Building Californium (Cf) Parent 3.11.0 [1/22] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ parent --- [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ parent --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ parent --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ parent --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ parent --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ parent --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ parent --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ parent --- [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/3.11.0/parent-3.11.0.pom [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ parent --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/parent/3.11.0/parent-3.11.0.pom [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.californium:californium-assembly >------------ [INFO] Building Californium (Cf) Custom Assembly Descriptors 3.11.0 [2/22] [INFO] from assembly/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-assembly --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-assembly --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-assembly --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-assembly --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-assembly --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-assembly --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-assembly --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/assembly/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-assembly --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ californium-assembly --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/assembly/target/californium-assembly-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-assembly --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-assembly --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-assembly --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/assembly/target/californium-assembly-3.11.0.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-assembly --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/assembly/target/californium-assembly-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-assembly --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/assembly/target/californium-assembly-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/assembly/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-bom >------------------- [INFO] Building Californium (Cf) BOM 3.11.0 [3/22] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-bom --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-bom --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-bom --- [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-bom --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-bom --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-bom --- [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-bom --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-bom --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/3.11.0/cf-bom-3.11.0.pom [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-bom --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/bom/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-bom/3.11.0/cf-bom-3.11.0.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-legal >-------------- [INFO] Building Californium (Cf) Legal Documents 3.11.0 [4/22] [INFO] from legal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-legal --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-legal --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-legal --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-legal --- [INFO] Copying 7 resources from licenses to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-legal --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-legal --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-legal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/legal/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-legal --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ californium-legal --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/legal/target/californium-legal-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-legal --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-legal --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-legal --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/legal/target/californium-legal-3.11.0.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-legal --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/legal/target/californium-legal-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-legal --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/legal/target/californium-legal-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/legal/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:demo-certs >----------------- [INFO] Building Californium (Cf) Demo Certificates 3.11.0 [5/22] [INFO] from demo-certs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ demo-certs --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ demo-certs --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ demo-certs --- [INFO] Copying 42 resources from certs to target/classes/certs [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ demo-certs --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ demo-certs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-certs/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ demo-certs --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-certs/target/demo-certs-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ demo-certs --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi:0.15.0:check (default) @ demo-certs --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ demo-certs --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-certs/target/demo-certs-3.11.0.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-certs/target/demo-certs-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ demo-certs --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-certs/target/demo-certs-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-certs/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:element-connector >-------------- [INFO] Building Californium (Cf) Element Connector 3.11.0 [6/22] [INFO] from element-connector/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ element-connector --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ element-connector --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ element-connector --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ element-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 100 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ element-connector --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ element-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ element-connector --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ element-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 59 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[40,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[40,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ element-connector --- [INFO] Comparing [org.eclipse.californium:element-connector:jar:3.10.0] against [org.eclipse.californium:element-connector:jar:3.11.0] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ element-connector --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ element-connector --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ element-connector --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ element-connector --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ element-connector --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0-tests.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector/target/element-connector-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------< org.eclipse.californium:scandium >------------------ [INFO] Building Scandium (Sc) Core 3.11.0 [7/22] [INFO] from scandium-core/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ scandium --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ scandium --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ scandium --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ scandium --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ scandium --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 159 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[51,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[52,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[52,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ResumptionSupportingConnectionStore.java:[30,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[169,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[183,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[219,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/DtlsManagedClusterConnector.java:[482,32] onInitializeHandshaker(org.eclipse.californium.scandium.dtls.Handshaker) in org.eclipse.californium.scandium.DTLSConnector has been deprecated [INFO] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ scandium --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ scandium --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ scandium --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ scandium --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 52 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorTest.java:[119,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/test/java/org/eclipse/californium/scandium/ConnectorHelper.java:[879,32] onInitializeHandshaker(org.eclipse.californium.scandium.dtls.Handshaker) in org.eclipse.californium.scandium.DTLSConnector has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorAdvancedTest.java:[255,33] LOGGER in org.eclipse.californium.scandium.dtls.x509.StaticNewAdvancedCertificateVerifier has been deprecated [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ scandium --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ scandium --- [INFO] Comparing [org.eclipse.californium:scandium:jar:3.10.0] against [org.eclipse.californium:scandium:jar:3.11.0] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ scandium --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ scandium --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ scandium --- [INFO] Installing org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ scandium --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ scandium --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0-tests.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/scandium-core/target/scandium-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-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 3.11.0 [8/22] [INFO] from element-connector-tcp-netty/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ element-connector-tcp-netty --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ element-connector-tcp-netty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ element-connector-tcp-netty --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ element-connector-tcp-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector-tcp-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ element-connector-tcp-netty --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ element-connector-tcp-netty --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ element-connector-tcp-netty --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ element-connector-tcp-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ element-connector-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ element-connector-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector-tcp-netty --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ element-connector-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ element-connector-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ element-connector-tcp-netty --- [INFO] Comparing [org.eclipse.californium:element-connector-tcp-netty:jar:3.10.0] against [org.eclipse.californium:element-connector-tcp-netty:jar:3.11.0] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ element-connector-tcp-netty --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ element-connector-tcp-netty --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ element-connector-tcp-netty --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:californium-core >-------------- [INFO] Building Californium (Cf) Core 3.11.0 [9/22] [INFO] from californium-core/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-core --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 152 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/main/java/org/eclipse/californium/core/network/serialization/DataParser.java:[33,48] org.eclipse.californium.core.coap.option.LegacyMapBasedOptionRegistry in org.eclipse.californium.core.coap.option has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/main/java/org/eclipse/californium/core/CoapResource.java:[52,44] org.eclipse.californium.core.observe.ObserveRelationContainer in org.eclipse.californium.core.observe has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/main/java/org/eclipse/californium/core/server/ServersSerializationUtil.java:[33,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java:[50,43] org.eclipse.californium.core.server.ServersSerializationUtil in org.eclipse.californium.core.server has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java:[57,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/main/java/org/eclipse/californium/core/coap/option/LegacyMapBasedOptionRegistry.java:[21,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/main/java/org/eclipse/californium/core/coap/option/BaseOptionDefinition.java:[112,28] getValueLengths() in org.eclipse.californium.core.coap.option.OptionDefinition has been deprecated [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-core --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 83 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/network/serialization/DataParserTest.java:[46,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/test/OptionTest.java:[35,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/server/ServerSerializationTest.java:[41,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/test/MemoryLeakingHashMapTest.java:[480,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1161,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1163,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/test/lockstep/ObserveServerSideTest.java:[745,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[127,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[136,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[138,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[148,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[150,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[173,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[181,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[190,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[192,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[224,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[227,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[237,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[239,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[249,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[251,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-core --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-core --- [INFO] Comparing [org.eclipse.californium:californium-core:jar:3.10.0] against [org.eclipse.californium:californium-core:jar:3.11.0] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-core --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-core --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ californium-core --- [INFO] Installing org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ californium-core --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-core --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0-tests.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-core/target/californium-core-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-nat >------------------- [INFO] Building Cf-NAT 3.11.0 [10/22] [INFO] from cf-utils/cf-nat/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-nat --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-nat --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-nat --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-nat --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-nat --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 2 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-nat --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-nat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-nat --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-nat --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-nat --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-nat --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-nat --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-nat --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-nat --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-nat --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-nat --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-sources.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-nat --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.californium:cf-unix-health >--------------- [INFO] Building Cf-Unix-Health 3.11.0 [11/22] [INFO] from cf-utils/cf-unix-health/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-unix-health --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-unix-health --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-unix-health --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-unix-health --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-unix-health --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-unix-health --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-unix-health --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-unix-health --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-unix-health --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-unix-health --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-unix-health --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-unix-health --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-unix-health --- [INFO] Comparing [org.eclipse.californium:cf-unix-health:jar:3.10.0] against [org.eclipse.californium:cf-unix-health:jar:3.11.0] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-unix-health --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-unix-health --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-unix-health --- [INFO] Installing org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ cf-unix-health --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-unix-health --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-cli >------------------- [INFO] Building Cf-command-line-interface 3.11.0 [12/22] [INFO] from cf-utils/cf-cli/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cli --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cli --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cli --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-cli --- [INFO] Signature checking is skipped. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cli --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cli --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-cli --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cli --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cli --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-cli --- [INFO] Installing org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ cf-cli --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-cli --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:cf-cli-tcp-netty >-------------- [INFO] Building Cf-cli-tcp-netty 3.11.0 [13/22] [INFO] from cf-utils/cf-cli-tcp-netty/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cli-tcp-netty --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cli-tcp-netty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cli-tcp-netty --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-cli-tcp-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cli-tcp-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-cli-tcp-netty --- [INFO] Signature checking is skipped. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cli-tcp-netty --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cli-tcp-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cli-tcp-netty --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-cli-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli-tcp-netty --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cli-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-cli-tcp-netty --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cli-tcp-netty --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cli-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-cli-tcp-netty --- [INFO] Installing org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ cf-cli-tcp-netty --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-cli-tcp-netty --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-proxy2 >------------- [INFO] Building Californium (Cf) Proxy2 3.11.0 [14/22] [INFO] from californium-proxy2/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-proxy2 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-proxy2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-proxy2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-proxy2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-proxy2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 30 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-proxy2 --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-proxy2 --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-proxy2 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-proxy2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-proxy2 --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/californium-proxy2-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/californium-proxy2-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-proxy2 --- [WARNING] Failed to resolve old artifacts: The following artifacts could not be resolved: org.eclipse.californium:californium-proxy2:jar:2.0.0 (absent): Could not find artifact org.eclipse.californium:californium-proxy2:jar:2.0.0 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/). The API analysis will proceed comparing the new archives against an empty archive. [INFO] Comparing [] against [org.eclipse.californium:californium-proxy2:jar:3.11.0] (including their transitive dependencies). [WARNING] The `revapi.ignore` extension is deprecated. Consider using the `revapi.differences` instead. [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-proxy2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/californium-proxy2-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/californium-proxy2-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ californium-proxy2 --- [INFO] Installing org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ californium-proxy2 --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-proxy2 --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/californium-proxy2-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:cf-oscore >------------------ [INFO] Building Cf-OSCORE 3.11.0 [15/22] [INFO] from cf-oscore/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-oscore --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-oscore --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-oscore --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-oscore --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-oscore --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 34 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/src/main/java/org/eclipse/californium/oscore/OSCoreCoapStackFactory.java:[59,26] createCoapStack(java.lang.String,java.lang.String,org.eclipse.californium.elements.config.Configuration,org.eclipse.californium.core.network.Outbox,java.lang.Object) in org.eclipse.californium.core.network.CoapStackFactory has been deprecated [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-oscore --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-oscore --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-oscore --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-oscore --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-oscore --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/cf-oscore-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/cf-oscore-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/cf-oscore-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-oscore --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-oscore --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/cf-oscore-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/cf-oscore-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-oscore --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/cf-oscore-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/cf-oscore-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-oscore --- [INFO] Installing org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ cf-oscore --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-oscore --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/cf-oscore-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-oscore/target/cf-oscore-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:cf-pubsub >------------------ [INFO] Building Cf-PubSub 3.11.0 [16/22] [INFO] from cf-pubsub/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-pubsub --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-pubsub --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-pubsub --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-pubsub --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-pubsub --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-pubsub --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-pubsub --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-pubsub --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/target/cf-pubsub-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/target/cf-pubsub-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-pubsub --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-pubsub --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/target/cf-pubsub-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-pubsub --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-pubsub --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/target/cf-pubsub-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/target/cf-pubsub-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.11.0/cf-pubsub-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/target/cf-pubsub-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.11.0/cf-pubsub-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/target/cf-pubsub-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.11.0/cf-pubsub-3.11.0-sources.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-pubsub --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/target/cf-pubsub-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-pubsub/3.11.0/cf-pubsub-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-pubsub/3.11.0/cf-pubsub-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/cf-pubsub/target/cf-pubsub-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-pubsub/3.11.0/cf-pubsub-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:californium-osgi >-------------- [INFO] Building Californium (Cf) OSGi 3.11.0 [17/22] [INFO] from californium-osgi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-osgi --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-osgi --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-osgi --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-osgi --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-osgi --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-osgi --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-osgi --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-osgi --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-osgi --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/californium-osgi-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/californium-osgi-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/californium-osgi-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-osgi --- [INFO] Comparing [org.eclipse.californium:californium-osgi:jar:3.10.0] against [org.eclipse.californium:californium-osgi:jar:3.11.0] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-osgi --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/californium-osgi-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/californium-osgi-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-osgi --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/californium-osgi-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/californium-osgi-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ californium-osgi --- [INFO] Installing org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ californium-osgi --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-osgi --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/californium-osgi-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/californium-osgi/target/californium-osgi-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:demo-apps >------------------ [INFO] Building Californium (Cf) Demo Applications 3.11.0 [18/22] [INFO] from demo-apps/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ demo-apps --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ demo-apps --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ demo-apps --- [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ demo-apps --- [INFO] Signature checking is skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ demo-apps --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ demo-apps --- [INFO] Tests are skipped. [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ demo-apps --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/target/demo-apps-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ demo-apps --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ demo-apps --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ demo-apps --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ demo-apps --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ demo-apps --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ demo-apps --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/3.11.0/demo-apps-3.11.0.pom [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ demo-apps --- [INFO] Configured Artifact: org.eclipse.californium:demo-apps:3.11.0:pom [INFO] Copying pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/run/demo-apps-3.11.0.pom [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ demo-apps --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-server >------------- [INFO] Building Cf-PlugtestServer 3.11.0 [19/22] [INFO] from demo-apps/cf-plugtest-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-server --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/src/main/java/org/eclipse/californium/plugtests/PlugtestServer.java:[48,43] org.eclipse.californium.core.server.EncryptedServersSerializationUtil in org.eclipse.californium.core.server has been deprecated [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-server --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-server --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-server --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-server:3.11.0:jar [INFO] Copying cf-plugtest-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/run/cf-plugtest-server-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-plugtest-server --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.californium:cf-plugtest-checker >------------- [INFO] Building Cf-PlugtestChecker 3.11.0 [20/22] [INFO] from demo-apps/cf-plugtest-checker/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-checker --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-checker --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-checker --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-checker --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-checker --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 54 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-checker --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-checker --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-checker --- [INFO] Not compiling test sources [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-checker --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-checker --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-checker --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-checker --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-checker --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-checker --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-checker --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.11.0:jar [INFO] Copying cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/target/cf-cli-tcp-netty-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-plugtest-checker --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-client >------------- [INFO] Building Cf-PlugtestClient 3.11.0 [21/22] [INFO] from demo-apps/cf-plugtest-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-client --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-client --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-client --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-client --- [INFO] Not compiling test sources [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-client --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-client --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.11.0:jar [INFO] Copying cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-cli-tcp-netty-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-plugtest-client --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.californium:cf-simplefile-server >------------ [INFO] Building Cf-SimpleFileServer 3.11.0 [22/22] [INFO] from demo-apps/cf-simplefile-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-simplefile-server --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-simplefile-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-simplefile-server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-simplefile-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-simplefile-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-simplefile-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-simplefile-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-simplefile-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-simplefile-server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-simplefile-server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-simplefile-server --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-simplefile-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-simplefile-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-simplefile-server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-simplefile-server --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-simplefile-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-simplefile-server --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-simplefile-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-simplefile-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-simplefile-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-simplefile-server:3.11.0:jar [INFO] Copying cf-simplefile-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/run/cf-simplefile-server-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-simplefile-server --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/pom.xml to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-deploy-eclipse/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium-deploy-eclipse/target/nexus-staging/deferred/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-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 3.11.0: [INFO] [INFO] Californium (Cf) Parent ............................ SUCCESS [ 19.292 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 3.115 s] [INFO] Californium (Cf) BOM ............................... SUCCESS [ 0.027 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 1.605 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 1.459 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 11.619 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [ 10.203 s] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 3.765 s] [INFO] Californium (Cf) Core .............................. SUCCESS [ 10.453 s] [INFO] Cf-NAT ............................................. SUCCESS [ 3.380 s] [INFO] Cf-Unix-Health ..................................... SUCCESS [ 2.481 s] [INFO] Cf-command-line-interface .......................... SUCCESS [ 1.872 s] [INFO] Cf-cli-tcp-netty ................................... SUCCESS [ 3.803 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 3.157 s] [INFO] Cf-OSCORE .......................................... SUCCESS [ 2.899 s] [INFO] Cf-PubSub .......................................... SUCCESS [ 1.662 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 2.990 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 4.130 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 5.091 s] [INFO] Cf-PlugtestChecker ................................. SUCCESS [ 3.973 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 4.201 s] [INFO] Cf-SimpleFileServer ................................ SUCCESS [ 16.923 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:20 min [INFO] Finished at: 2024-03-14T06:19:43Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS