Started by user Achim Kraus Running as Achim Kraus Agent basic-sswb6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-sswb6" 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-sswb6" - 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-sswb6" - 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-sswb6 (basic) in workspace /home/jenkins/agent/workspace/californium.tools-release [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-zwytsGeOKI4d/agent.48 SSH_AGENT_PID=50 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/californium.tools-release@tmp/private_key_10624967913171879943.key (/home/jenkins/agent/workspace/californium.tools-release@tmp/private_key_10624967913171879943.key) [ssh-agent] Using credentials eclipse-californium-bot (GitHub bot (SSH)) The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository ssh://git@github.com/eclipse-californium/californium.tools.git > git init /home/jenkins/agent/workspace/californium.tools-release # timeout=10 Fetching upstream changes from ssh://git@github.com/eclipse-californium/californium.tools.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/californium.tools-release@tmp/jenkins-gitclient-ssh16252351510650658902.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- ssh://git@github.com/eclipse-californium/californium.tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url ssh://git@github.com/eclipse-californium/californium.tools.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/main^{commit} # timeout=10 Checking out Revision ef3fdf4c083095ca5ec10aa90a221ae48f9e3b0a (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f ef3fdf4c083095ca5ec10aa90a221ae48f9e3b0a # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main ef3fdf4c083095ca5ec10aa90a221ae48f9e3b0a # timeout=10 Commit message: "Use maven.compiler.release to support java 8." > git rev-list --no-walk ef3fdf4c083095ca5ec10aa90a221ae48f9e3b0a # timeout=10 [californium.tools-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=main -DNEXT_VERSION=3.12.0-SNAPSHOT -DRELEASE_VERSION=3.11.0 -DgenerateBackupPoms=false -DparentVersion=[3.11.0] versions:update-parent versions:update-child-modules -B 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 8 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 8 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Californium (Cf) Tools [pom] [INFO] Cf-GUIClient [jar] [INFO] Cf-ConsoleClient [jar] [INFO] Cf-CoAPBench [jar] [INFO] Cf-Polyfill [jar] [INFO] Cf-ResourceDirectory [jar] [INFO] Cf-ExampleServer [jar] [INFO] Cf-JMeter-Plugin [jar] [INFO] [INFO] -------------------< org.eclipse.californium:tools >-------------------- [INFO] Building Californium (Cf) Tools 3.11.0-SNAPSHOT [1/8] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ tools --- [INFO] Updating parent from 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] -----------------< org.eclipse.californium:cf-browser >----------------- [INFO] Building Cf-GUIClient 3.11.0-SNAPSHOT [2/8] [INFO] from cf-browser/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-browser --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------< org.eclipse.californium:cf-client >------------------ [INFO] Building Cf-ConsoleClient 3.11.0-SNAPSHOT [3/8] [INFO] from cf-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-client --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------< org.eclipse.californium:cf-coapbench >---------------- [INFO] Building Cf-CoAPBench 3.11.0-SNAPSHOT [4/8] [INFO] from cf-coapbench/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-coapbench --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------< org.eclipse.californium:cf-polyfill >----------------- [INFO] Building Cf-Polyfill 3.11.0-SNAPSHOT [5/8] [INFO] from cf-polyfill/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-polyfill --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------< org.eclipse.californium:cf-rd >-------------------- [INFO] Building Cf-ResourceDirectory 3.11.0-SNAPSHOT [6/8] [INFO] from cf-rd/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-rd --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------< org.eclipse.californium:cf-server >------------------ [INFO] Building Cf-ExampleServer 3.11.0-SNAPSHOT [7/8] [INFO] from cf-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-server --- [INFO] Project's parent is part of the reactor [INFO] [INFO] --------------< org.eclipse.californium:cf-jmeter-plugin >-------------- [INFO] Building Cf-JMeter-Plugin 3.11.0-SNAPSHOT [8/8] [INFO] from cf-jmeter-plugin/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-jmeter-plugin --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------< org.eclipse.californium:tools >-------------------- [INFO] Building Californium (Cf) Tools 3.11.0-SNAPSHOT [9/8] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-child-modules (default-cli) @ tools --- [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-browser [INFO] parent was org.eclipse.californium:tools:3.11.0-SNAPSHOT [INFO] updated to org.eclipse.californium:tools:3.11.0 [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-client [INFO] parent was org.eclipse.californium:tools:3.11.0-SNAPSHOT [INFO] updated to org.eclipse.californium:tools:3.11.0 [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench [INFO] parent was org.eclipse.californium:tools:3.11.0-SNAPSHOT [INFO] updated to org.eclipse.californium:tools:3.11.0 [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin [INFO] parent was org.eclipse.californium:tools:3.11.0-SNAPSHOT [INFO] updated to org.eclipse.californium:tools:3.11.0 [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill [INFO] parent was org.eclipse.californium:tools:3.11.0-SNAPSHOT [INFO] updated to org.eclipse.californium:tools:3.11.0 [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-rd [INFO] parent was org.eclipse.californium:tools:3.11.0-SNAPSHOT [INFO] updated to org.eclipse.californium:tools:3.11.0 [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-server [INFO] parent was org.eclipse.californium:tools:3.11.0-SNAPSHOT [INFO] updated to org.eclipse.californium:tools:3.11.0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Tools 3.11.0-SNAPSHOT: [INFO] [INFO] Californium (Cf) Tools ............................. SUCCESS [ 0.023 s] [INFO] Cf-GUIClient ....................................... SUCCESS [ 0.276 s] [INFO] Cf-ConsoleClient ................................... SUCCESS [ 0.005 s] [INFO] Cf-CoAPBench ....................................... SUCCESS [ 0.005 s] [INFO] Cf-Polyfill ........................................ SUCCESS [ 0.011 s] [INFO] Cf-ResourceDirectory ............................... SUCCESS [ 0.005 s] [INFO] Cf-ExampleServer ................................... SUCCESS [ 0.004 s] [INFO] Cf-JMeter-Plugin ................................... SUCCESS [ 0.007 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 34.182 s [INFO] Finished at: 2024-03-14T07:35:18Z [INFO] ------------------------------------------------------------------------ [californium.tools-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=main -DNEXT_VERSION=3.12.0-SNAPSHOT -DRELEASE_VERSION=3.11.0 -DsnapshotDependencyAllowed=false -DenableEclipseJarSigner=true -Dmaven.test.failure.ignore=false clean install -B 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 8 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 8 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Californium (Cf) Tools [pom] [INFO] Cf-GUIClient [jar] [INFO] Cf-ConsoleClient [jar] [INFO] Cf-CoAPBench [jar] [INFO] Cf-Polyfill [jar] [INFO] Cf-ResourceDirectory [jar] [INFO] Cf-ExampleServer [jar] [INFO] Cf-JMeter-Plugin [jar] [INFO] [INFO] -------------------< org.eclipse.californium:tools >-------------------- [INFO] Building Californium (Cf) Tools 3.11.0 [1/8] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ tools --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ tools --- [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) @ tools --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tools --- [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ tools --- [INFO] Signature checking is skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ tools --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ tools --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ tools --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ tools --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tools --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ tools --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ tools --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tools --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/tools/3.11.0/tools-3.11.0.pom [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ tools --- [INFO] Configured Artifact: org.eclipse.californium:tools:3.11.0:pom [INFO] Copying pom.xml to /home/jenkins/agent/workspace/run/tools-3.11.0.pom [INFO] [INFO] -----------------< org.eclipse.californium:cf-browser >----------------- [INFO] Building Cf-GUIClient 3.11.0 [2/8] [INFO] from cf-browser/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ cf-browser --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-browser --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-browser --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-browser --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-browser --- [INFO] Copying 16 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-browser --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 3 source files with javac [debug release 8] to target/classes [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-browser --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-browser/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-browser --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-browser --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-browser --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-browser --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-browser --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-browser --- [INFO] Reading assembly descriptor: src/assembly/jar-without-openjfx.xml [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-browser --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-browser --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-browser --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-browser --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-browser --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-browser --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-browser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-browser/3.11.0/cf-browser-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-browser/3.11.0/cf-browser-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-browser/3.11.0/cf-browser-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-browser --- [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.tools-release/cf-browser/target/cf-cli-tcp-netty-3.11.0.jar [INFO] [INFO] -----------------< org.eclipse.californium:cf-client >------------------ [INFO] Building Cf-ConsoleClient 3.11.0 [3/8] [INFO] from cf-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ cf-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-client --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-client --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-client --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-client --- [INFO] Changes detected - recompiling the module! :source [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-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-client --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-client --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-client --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-client --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-client --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-client --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-client --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-client/3.11.0/cf-client-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-client/3.11.0/cf-client-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-client/3.11.0/cf-client-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-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.tools-release/cf-client/target/cf-cli-tcp-netty-3.11.0.jar [INFO] [INFO] ----------------< org.eclipse.californium:cf-coapbench >---------------- [INFO] Building Cf-CoAPBench 3.11.0 [4/8] [INFO] from cf-coapbench/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ cf-coapbench --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-coapbench --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-coapbench --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-coapbench --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-coapbench --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-coapbench --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 17 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-coapbench --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-coapbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-coapbench --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-coapbench --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-coapbench --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-coapbench --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-coapbench --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-coapbench --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-coapbench --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-coapbench --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-coapbench --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-coapbench --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-coapbench --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-coapbench --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-coapbench/3.11.0/cf-coapbench-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-coapbench/3.11.0/cf-coapbench-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-coapbench/3.11.0/cf-coapbench-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-coapbench --- [INFO] Configured Artifact: org.eclipse.californium:cf-coapbench:3.11.0:jar [INFO] Copying cf-coapbench-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/run/cf-coapbench-3.11.0.jar [INFO] [INFO] ----------------< org.eclipse.californium:cf-polyfill >----------------- [INFO] Building Cf-Polyfill 3.11.0 [5/8] [INFO] from cf-polyfill/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ cf-polyfill --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-polyfill --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-polyfill --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-polyfill --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-polyfill --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-polyfill --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 4 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.tools-release/cf-polyfill/src/main/java/org/eclipse/californium/tools/PolyfillProxy.java:[69,90] configureContext(org.eclipse.jetty.servlet.ServletContextHandler) in org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer has been deprecated [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-polyfill --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-polyfill --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-polyfill --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-polyfill --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-polyfill --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-polyfill --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-polyfill --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-polyfill --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-polyfill --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-polyfill --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-polyfill --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-polyfill --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-polyfill --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-polyfill --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-polyfill/3.11.0/cf-polyfill-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-polyfill/3.11.0/cf-polyfill-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-polyfill/3.11.0/cf-polyfill-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-polyfill --- [INFO] Configured Artifact: org.eclipse.californium:cf-polyfill:3.11.0:jar [INFO] Copying cf-polyfill-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/run/cf-polyfill-3.11.0.jar [INFO] [INFO] -------------------< org.eclipse.californium:cf-rd >-------------------- [INFO] Building Cf-ResourceDirectory 3.11.0 [6/8] [INFO] from cf-rd/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ cf-rd --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-rd --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-rd --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-rd --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-rd --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-rd --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 9 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.tools-release/cf-rd/src/main/java/org/eclipse/californium/tools/resources/RDResource.java:[54,17] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium.tools-release/cf-rd/src/main/java/org/eclipse/californium/tools/resources/RDResource.java:[72,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium.tools-release/cf-rd/src/main/java/org/eclipse/californium/tools/resources/RDResource.java:[109,17] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium.tools-release/cf-rd/src/main/java/org/eclipse/californium/tools/resources/RDNodeResource.java:[351,47] matches(org.eclipse.californium.core.server.resources.Resource,java.util.List<java.lang.String>) in org.eclipse.californium.core.coap.LinkFormat has been deprecated [WARNING] /home/jenkins/agent/workspace/californium.tools-release/cf-rd/src/main/java/org/eclipse/californium/tools/resources/RDNodeResource.java:[356,61] serializeResource(org.eclipse.californium.core.server.resources.Resource) in org.eclipse.californium.core.coap.LinkFormat has been deprecated [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-rd --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-rd --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-rd/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-rd --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-rd --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-rd --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-rd --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-rd --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-rd --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-rd --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-rd --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-rd --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-rd --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-rd --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-rd --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-rd/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-rd/3.11.0/cf-rd-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-rd/3.11.0/cf-rd-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-rd/3.11.0/cf-rd-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-rd --- [INFO] Configured Artifact: org.eclipse.californium:cf-rd:3.11.0:jar [INFO] Copying cf-rd-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/run/cf-rd-3.11.0.jar [INFO] [INFO] -----------------< org.eclipse.californium:cf-server >------------------ [INFO] Building Cf-ExampleServer 3.11.0 [7/8] [INFO] from cf-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ cf-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-server --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-server --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-server --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-server --- [INFO] Changes detected - recompiling the module! :source [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-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-server --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-server --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-server --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-server --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-server/3.11.0/cf-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-server/3.11.0/cf-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-server/3.11.0/cf-server-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-server:3.11.0:jar [INFO] Copying cf-server-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/run/cf-server-3.11.0.jar [INFO] [INFO] --------------< org.eclipse.californium:cf-jmeter-plugin >-------------- [INFO] Building Cf-JMeter-Plugin 3.11.0 [8/8] [INFO] from cf-jmeter-plugin/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ cf-jmeter-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-jmeter-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-jmeter-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-jmeter-plugin --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-jmeter-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-jmeter-plugin --- [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-jmeter-plugin --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-jmeter-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-jmeter-plugin --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-jmeter-plugin --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-jmeter-plugin --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-jmeter-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-jmeter-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-jmeter-plugin --- [INFO] Reading assembly descriptor: enhanced-jar-without-logging.xml [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-jmeter-plugin --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-jmeter-plugin --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-jmeter-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-jmeter-plugin --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-jmeter-plugin --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-jmeter-plugin --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-jmeter-plugin/3.11.0/cf-jmeter-plugin-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-jmeter-plugin/3.11.0/cf-jmeter-plugin-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-jmeter-plugin/3.11.0/cf-jmeter-plugin-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-jmeter-plugin --- [INFO] Configured Artifact: org.eclipse.californium:cf-jmeter-plugin:3.11.0:jar [INFO] Copying cf-jmeter-plugin-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/run/cf-jmeter-plugin-3.11.0.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Tools 3.11.0: [INFO] [INFO] Californium (Cf) Tools ............................. SUCCESS [ 20.412 s] [INFO] Cf-GUIClient ....................................... SUCCESS [ 9.695 s] [INFO] Cf-ConsoleClient ................................... SUCCESS [ 4.601 s] [INFO] Cf-CoAPBench ....................................... SUCCESS [ 3.984 s] [INFO] Cf-Polyfill ........................................ SUCCESS [ 7.181 s] [INFO] Cf-ResourceDirectory ............................... SUCCESS [ 3.668 s] [INFO] Cf-ExampleServer ................................... SUCCESS [ 3.057 s] [INFO] Cf-JMeter-Plugin ................................... SUCCESS [ 46.406 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:40 min [INFO] Finished at: 2024-03-14T07:36:59Z [INFO] ------------------------------------------------------------------------ [californium.tools-release] $ /bin/sh -xe /tmp/jenkins3091950141652041716.sh + git add pom.xml '*/pom.xml' + git commit -m 'Release 3.11.0' [main 04a38bf] Release 3.11.0 8 files changed, 8 insertions(+), 8 deletions(-) + git tag 3.11.0 [californium.tools-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=main -DNEXT_VERSION=3.12.0-SNAPSHOT -DRELEASE_VERSION=3.11.0 -DskipTests=true deploy -B 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 8 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 8 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Californium (Cf) Tools [pom] [INFO] Cf-GUIClient [jar] [INFO] Cf-ConsoleClient [jar] [INFO] Cf-CoAPBench [jar] [INFO] Cf-Polyfill [jar] [INFO] Cf-ResourceDirectory [jar] [INFO] Cf-ExampleServer [jar] [INFO] Cf-JMeter-Plugin [jar] [INFO] [INFO] -------------------< org.eclipse.californium:tools >-------------------- [INFO] Building Californium (Cf) Tools 3.11.0 [1/8] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ tools --- [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) @ tools --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tools --- [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ tools --- [INFO] Signature checking is skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ tools --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ tools --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ tools --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ tools --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tools --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ tools --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ tools --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/tools/3.11.0/tools-3.11.0.pom [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ tools --- [INFO] Configured Artifact: org.eclipse.californium:tools:3.11.0:pom [INFO] org.eclipse.californium:tools:3.11.0:pom already exists in /home/jenkins/agent/workspace/run [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ tools --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/pom.xml to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/tools/3.11.0/tools-3.11.0.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:cf-browser >----------------- [INFO] Building Cf-GUIClient 3.11.0 [2/8] [INFO] from cf-browser/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-browser --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-browser --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-browser --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-browser --- [INFO] Copying 16 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-browser --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-browser --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-browser/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-browser --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-browser --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-browser --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-browser --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-browser --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-browser --- [INFO] Reading assembly descriptor: src/assembly/jar-without-openjfx.xml [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-browser --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-browser --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-browser --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-browser --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-browser --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-browser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-browser/3.11.0/cf-browser-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-browser/3.11.0/cf-browser-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-browser/3.11.0/cf-browser-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-browser --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.11.0:jar [INFO] org.eclipse.californium:cf-cli-tcp-netty:3.11.0:jar already exists in /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-browser --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-browser/3.11.0/cf-browser-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-browser/pom.xml to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-browser/3.11.0/cf-browser-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-browser/target/cf-browser-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-browser/3.11.0/cf-browser-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:cf-client >------------------ [INFO] Building Cf-ConsoleClient 3.11.0 [3/8] [INFO] from cf-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-client --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-client --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-client --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-client --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-client --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-client --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-client --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-client/3.11.0/cf-client-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-client/3.11.0/cf-client-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-client/3.11.0/cf-client-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.11.0:jar [INFO] org.eclipse.californium:cf-cli-tcp-netty:3.11.0:jar already exists in /home/jenkins/agent/workspace/californium.tools-release/cf-client/target [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-client --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-client/3.11.0/cf-client-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-client/pom.xml to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-client/3.11.0/cf-client-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-client/target/cf-client-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-client/3.11.0/cf-client-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.californium:cf-coapbench >---------------- [INFO] Building Cf-CoAPBench 3.11.0 [4/8] [INFO] from cf-coapbench/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-coapbench --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-coapbench --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-coapbench --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-coapbench --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-coapbench --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-coapbench --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-coapbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-coapbench --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-coapbench --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-coapbench --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-coapbench --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-coapbench --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-coapbench --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-coapbench --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-coapbench --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-coapbench --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-coapbench --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-coapbench --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-coapbench/3.11.0/cf-coapbench-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-coapbench/3.11.0/cf-coapbench-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-coapbench/3.11.0/cf-coapbench-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-coapbench --- [INFO] Configured Artifact: org.eclipse.californium:cf-coapbench:3.11.0:jar [INFO] Copying cf-coapbench-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/run/cf-coapbench-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-coapbench --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-coapbench/3.11.0/cf-coapbench-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/pom.xml to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-coapbench/3.11.0/cf-coapbench-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench/target/cf-coapbench-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-coapbench/3.11.0/cf-coapbench-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.californium:cf-polyfill >----------------- [INFO] Building Cf-Polyfill 3.11.0 [5/8] [INFO] from cf-polyfill/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-polyfill --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-polyfill --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-polyfill --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-polyfill --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-polyfill --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-polyfill --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-polyfill --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-polyfill --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-polyfill --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-polyfill --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-polyfill --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-polyfill --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-polyfill --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-polyfill --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-polyfill --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-polyfill --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-polyfill --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-polyfill --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-polyfill/3.11.0/cf-polyfill-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-polyfill/3.11.0/cf-polyfill-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-polyfill/3.11.0/cf-polyfill-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-polyfill --- [INFO] Configured Artifact: org.eclipse.californium:cf-polyfill:3.11.0:jar [INFO] Copying cf-polyfill-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/run/cf-polyfill-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-polyfill --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-polyfill/3.11.0/cf-polyfill-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/pom.xml to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-polyfill/3.11.0/cf-polyfill-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill/target/cf-polyfill-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-polyfill/3.11.0/cf-polyfill-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-rd >-------------------- [INFO] Building Cf-ResourceDirectory 3.11.0 [6/8] [INFO] from cf-rd/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-rd --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-rd --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-rd --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-rd --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-rd --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-rd --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-rd --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-rd/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-rd --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-rd --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-rd --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-rd --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-rd --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-rd --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-rd --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-rd --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-rd --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-rd --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-rd --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-rd/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-rd/3.11.0/cf-rd-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-rd/3.11.0/cf-rd-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-rd/3.11.0/cf-rd-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-rd --- [INFO] Configured Artifact: org.eclipse.californium:cf-rd:3.11.0:jar [INFO] Copying cf-rd-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/run/cf-rd-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-rd --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-rd/3.11.0/cf-rd-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-rd/pom.xml to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-rd/3.11.0/cf-rd-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-rd/target/cf-rd-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-rd/3.11.0/cf-rd-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:cf-server >------------------ [INFO] Building Cf-ExampleServer 3.11.0 [7/8] [INFO] from cf-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-server --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-server --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-server --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-server --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-server --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-server --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-server --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-server --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-server --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-server/3.11.0/cf-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-server/3.11.0/cf-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-server/3.11.0/cf-server-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-server:3.11.0:jar [INFO] Copying cf-server-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/run/cf-server-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-server --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-server/3.11.0/cf-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-server/pom.xml to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-server/3.11.0/cf-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-server/target/cf-server-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-server/3.11.0/cf-server-3.11.0-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:cf-jmeter-plugin >-------------- [INFO] Building Cf-JMeter-Plugin 3.11.0 [8/8] [INFO] from cf-jmeter-plugin/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-jmeter-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-jmeter-plugin --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-jmeter-plugin --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-jmeter-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-jmeter-plugin --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-jmeter-plugin --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-jmeter-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-jmeter-plugin --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-jmeter-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-jmeter-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-jmeter-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-jmeter-plugin --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-jmeter-plugin --- [INFO] Reading assembly descriptor: enhanced-jar-without-logging.xml [INFO] Building jar: /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-jmeter-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-jmeter-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-jmeter-plugin --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-jmeter-plugin --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-jmeter-plugin --- [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-jmeter-plugin/3.11.0/cf-jmeter-plugin-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-jmeter-plugin/3.11.0/cf-jmeter-plugin-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-jmeter-plugin/3.11.0/cf-jmeter-plugin-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-jmeter-plugin --- [INFO] Configured Artifact: org.eclipse.californium:cf-jmeter-plugin:3.11.0:jar [INFO] Copying cf-jmeter-plugin-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/run/cf-jmeter-plugin-3.11.0.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-jmeter-plugin --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-jmeter-plugin/3.11.0/cf-jmeter-plugin-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/pom.xml to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-jmeter-plugin/3.11.0/cf-jmeter-plugin-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin/target/cf-jmeter-plugin-3.11.0-sources.jar to /home/jenkins/agent/workspace/californium.tools-release/target/nexus-staging/deferred/org/eclipse/californium/cf-jmeter-plugin/3.11.0/cf-jmeter-plugin-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) Tools 3.11.0: [INFO] [INFO] Californium (Cf) Tools ............................. SUCCESS [ 1.680 s] [INFO] Cf-GUIClient ....................................... SUCCESS [ 1.597 s] [INFO] Cf-ConsoleClient ................................... SUCCESS [ 0.705 s] [INFO] Cf-CoAPBench ....................................... SUCCESS [ 0.350 s] [INFO] Cf-Polyfill ........................................ SUCCESS [ 1.074 s] [INFO] Cf-ResourceDirectory ............................... SUCCESS [ 0.413 s] [INFO] Cf-ExampleServer ................................... SUCCESS [ 0.309 s] [INFO] Cf-JMeter-Plugin ................................... SUCCESS [ 16.374 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23.403 s [INFO] Finished at: 2024-03-14T07:37:24Z [INFO] ------------------------------------------------------------------------ [californium.tools-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=main -DNEXT_VERSION=3.12.0-SNAPSHOT -DRELEASE_VERSION=3.11.0 -DuseToolchain=true -DallowSnapshots=true -DgenerateBackupPoms=false -DparentVersion=[3.12.0-SNAPSHOT] versions:update-parent versions:update-child-modules -B 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 8 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 8 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Californium (Cf) Tools [pom] [INFO] Cf-GUIClient [jar] [INFO] Cf-ConsoleClient [jar] [INFO] Cf-CoAPBench [jar] [INFO] Cf-Polyfill [jar] [INFO] Cf-ResourceDirectory [jar] [INFO] Cf-ExampleServer [jar] [INFO] Cf-JMeter-Plugin [jar] [INFO] [INFO] -------------------< org.eclipse.californium:tools >-------------------- [INFO] Building Californium (Cf) Tools 3.11.0 [1/8] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ tools --- [INFO] Updating parent from 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] -----------------< org.eclipse.californium:cf-browser >----------------- [INFO] Building Cf-GUIClient 3.11.0 [2/8] [INFO] from cf-browser/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-browser --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------< org.eclipse.californium:cf-client >------------------ [INFO] Building Cf-ConsoleClient 3.11.0 [3/8] [INFO] from cf-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-client --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------< org.eclipse.californium:cf-coapbench >---------------- [INFO] Building Cf-CoAPBench 3.11.0 [4/8] [INFO] from cf-coapbench/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-coapbench --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------< org.eclipse.californium:cf-polyfill >----------------- [INFO] Building Cf-Polyfill 3.11.0 [5/8] [INFO] from cf-polyfill/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-polyfill --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------< org.eclipse.californium:cf-rd >-------------------- [INFO] Building Cf-ResourceDirectory 3.11.0 [6/8] [INFO] from cf-rd/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-rd --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------< org.eclipse.californium:cf-server >------------------ [INFO] Building Cf-ExampleServer 3.11.0 [7/8] [INFO] from cf-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-server --- [INFO] Project's parent is part of the reactor [INFO] [INFO] --------------< org.eclipse.californium:cf-jmeter-plugin >-------------- [INFO] Building Cf-JMeter-Plugin 3.11.0 [8/8] [INFO] from cf-jmeter-plugin/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-parent (default-cli) @ cf-jmeter-plugin --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------< org.eclipse.californium:tools >-------------------- [INFO] Building Californium (Cf) Tools 3.11.0 [9/8] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:update-child-modules (default-cli) @ tools --- [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-browser [INFO] parent was org.eclipse.californium:tools:3.11.0 [INFO] updated to org.eclipse.californium:tools:3.12.0-SNAPSHOT [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-client [INFO] parent was org.eclipse.californium:tools:3.11.0 [INFO] updated to org.eclipse.californium:tools:3.12.0-SNAPSHOT [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-coapbench [INFO] parent was org.eclipse.californium:tools:3.11.0 [INFO] updated to org.eclipse.californium:tools:3.12.0-SNAPSHOT [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-jmeter-plugin [INFO] parent was org.eclipse.californium:tools:3.11.0 [INFO] updated to org.eclipse.californium:tools:3.12.0-SNAPSHOT [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-polyfill [INFO] parent was org.eclipse.californium:tools:3.11.0 [INFO] updated to org.eclipse.californium:tools:3.12.0-SNAPSHOT [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-rd [INFO] parent was org.eclipse.californium:tools:3.11.0 [INFO] updated to org.eclipse.californium:tools:3.12.0-SNAPSHOT [INFO] Module: /home/jenkins/agent/workspace/californium.tools-release/cf-server [INFO] parent was org.eclipse.californium:tools:3.11.0 [INFO] updated to org.eclipse.californium:tools:3.12.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Tools 3.11.0: [INFO] [INFO] Californium (Cf) Tools ............................. SUCCESS [ 0.023 s] [INFO] Cf-GUIClient ....................................... SUCCESS [ 0.180 s] [INFO] Cf-ConsoleClient ................................... SUCCESS [ 0.008 s] [INFO] Cf-CoAPBench ....................................... SUCCESS [ 0.007 s] [INFO] Cf-Polyfill ........................................ SUCCESS [ 0.007 s] [INFO] Cf-ResourceDirectory ............................... SUCCESS [ 0.007 s] [INFO] Cf-ExampleServer ................................... SUCCESS [ 0.012 s] [INFO] Cf-JMeter-Plugin ................................... SUCCESS [ 0.009 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.402 s [INFO] Finished at: 2024-03-14T07:37:28Z [INFO] ------------------------------------------------------------------------ [californium.tools-release] $ /bin/sh -xe /tmp/jenkins14219636642632324627.sh + git push ssh://git@github.com/eclipse-californium/californium.tools.git To ssh://github.com/eclipse-californium/californium.tools.git ef3fdf4..04a38bf main -> main + git push --tags ssh://git@github.com/eclipse-californium/californium.tools.git To ssh://github.com/eclipse-californium/californium.tools.git * [new tag] 3.11.0 -> 3.11.0 + git add pom.xml '*/pom.xml' + git commit -m '3.12.0-SNAPSHOT after release 3.11.0' [main 2a95503] 3.12.0-SNAPSHOT after release 3.11.0 8 files changed, 8 insertions(+), 8 deletions(-) + git push ssh://git@github.com/eclipse-californium/californium.tools.git To ssh://github.com/eclipse-californium/californium.tools.git 04a38bf..2a95503 main -> main $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 50 killed; [ssh-agent] Stopped. Finished: SUCCESS