Started by user Nicola Timeus Rebuilds build #70 Running as Nicola Timeus Agent basic-hdss8 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-hdss8" namespace: "kura" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.kura.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-hdss8" - 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-hdss8" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.kura.svc.cluster.local/kura/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" 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-kura" 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-hdss8 (basic) in workspace /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-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-jUvajwYn2cTs/agent.57 SSH_AGENT_PID=59 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release@tmp/private_key_4672908598897507869.key (/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release@tmp/private_key_4672908598897507869.key) [ssh-agent] Using credentials genie.kura (ssh://genie.kura@projects-storage.eclipse.org) The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/kura > git init /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release # timeout=10 Fetching upstream changes from https://github.com/eclipse/kura > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/kura +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/kura # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/tags/KURA_4.1.4_RELEASE^{commit} # timeout=10 > git rev-parse tags/KURA_4.1.4_RELEASE^{commit} # timeout=10 Checking out Revision 8a65ca505a90f5f079dafcacc34f9f77a5018d10 (tags/KURA_4.1.4_RELEASE) > git config core.sparsecheckout # timeout=10 > git checkout -f 8a65ca505a90f5f079dafcacc34f9f77a5018d10 # timeout=10 Commit message: "chore: Release notes for Kura 4.1.4 (#4215)" > git rev-list --no-walk 8a65ca505a90f5f079dafcacc34f9f77a5018d10 # timeout=10 [kura-5-0-0-release] $ /opt/tools/apache-maven/latest/bin/mvn -f target-platform/pom.xml "-DMAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m" -DRELEASE_VERSION=4.1.4 -Dmaven.repo.local=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository clean deploy -U -e -Pno-mirror -Pcheck-exists-plugin -rf :tinyb-parent Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.kura:org.usb4java:bundle:1.2.501-SNAPSHOT [WARNING] 'dependencies.dependency.systemPath' for org.usb4java:org.usb4java:jar should not point at files within the project directory, ${basedir}/src/lib/usb4java-1.2.0.jar will be unresolvable by dependent projects @ line 42, column 25 [WARNING] 'dependencies.dependency.systemPath' for org.usb4java:org.usb4java.linux-arm:jar should not point at files within the project directory, ${basedir}/src/lib/libusb4java-1.2.0-linux-arm.jar will be unresolvable by dependent projects @ line 50, column 25 [WARNING] 'dependencies.dependency.systemPath' for org.usb4java:org.usb4java.linux-x86_64:jar should not point at files within the project directory, ${basedir}/src/lib/libusb4java-1.2.0-linux-x86_64.jar will be unresolvable by dependent projects @ line 58, column 25 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.kura:usb4java-javax:bundle:1.2.501-SNAPSHOT [WARNING] 'dependencies.dependency.systemPath' for javax.usb:usb-api:jar should not point at files within the project directory, ${basedir}/src/lib/usb-api-1.0.2.jar will be unresolvable by dependent projects @ line 32, column 25 [WARNING] 'dependencies.dependency.systemPath' for usb4java-javax:org.usb4java.javax:jar should not point at files within the project directory, ${basedir}/src/lib/usb4java-javax-1.2.0.jar will be unresolvable by dependent projects @ line 40, column 25 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tinyb-parent [pom] [INFO] Tiny Bluetooth LE Library [bundle] [INFO] Native libraries for 'tinyb' on ARM 6 HF [bundle] [INFO] Native libraries for 'tinyb' on X86 64 [bundle] [INFO] Native libraries for 'tinyb' on aarch64 [bundle] [INFO] moquette-broker [bundle] [INFO] org.apache.log4j2-api-config [bundle] [INFO] org.eclipse.kura.jetty.customizer [bundle] [INFO] p2-repo-common [pom] [INFO] p2-repo-equinox_3.12.50 [pom] [INFO] p2-repo-tests-deps [pom] [INFO] [INFO] -------------------< org.eclipse.kura:tinyb-parent >-------------------- [INFO] Building tinyb-parent 1.0.301-SNAPSHOT [1/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tinyb-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ tinyb-parent --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ tinyb-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tinyb-parent --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/tinyb-parent/1.0.301-SNAPSHOT/tinyb-parent-1.0.301-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tinyb-parent --- [INFO] [INFO] -----------------------< org.eclipse.kura:tinyb >----------------------- [INFO] Building Tiny Bluetooth LE Library 1.0.301-SNAPSHOT [2/11] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tinyb --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ tinyb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ tinyb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tinyb --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ tinyb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ tinyb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ tinyb --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ tinyb --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ tinyb --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tinyb --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/tinyb/1.0.301-SNAPSHOT/tinyb-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb/target/tinyb-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/tinyb/1.0.301-SNAPSHOT/tinyb-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ tinyb --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/kura/tinyb/1.0.301-SNAPSHOT/tinyb-1.0.301-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tinyb --- [INFO] [INFO] --- maven-bundle-plugin:3.2.0:deploy (default-deploy) @ tinyb --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] -------------------< org.eclipse.kura:tinyb.armv6hf >------------------- [INFO] Building Native libraries for 'tinyb' on ARM 6 HF 1.0.301-SNAPSHOT [3/11] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tinyb.armv6hf --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ tinyb.armv6hf --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ tinyb.armv6hf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.armv6hf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tinyb.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ tinyb.armv6hf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.armv6hf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ tinyb.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ tinyb.armv6hf --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ tinyb.armv6hf --- [WARNING] Bundle org.eclipse.kura:tinyb.armv6hf:bundle:1.0.301-SNAPSHOT : Classpath is empty. Private-Package (-privatepackage) and Export-Package can only expand from the classpath when there is one [WARNING] Bundle org.eclipse.kura:tinyb.armv6hf:bundle:1.0.301-SNAPSHOT : Unused Private-Package instructions, no such package(s) on the class path: [!*] [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ tinyb.armv6hf --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tinyb.armv6hf --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.armv6hf/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/tinyb.armv6hf/1.0.301-SNAPSHOT/tinyb.armv6hf-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.armv6hf/target/tinyb.armv6hf-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/tinyb.armv6hf/1.0.301-SNAPSHOT/tinyb.armv6hf-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ tinyb.armv6hf --- [INFO] Installing org/eclipse/kura/tinyb.armv6hf/1.0.301-SNAPSHOT/tinyb.armv6hf-1.0.301-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tinyb.armv6hf --- [INFO] [INFO] --- maven-bundle-plugin:3.2.0:deploy (default-deploy) @ tinyb.armv6hf --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] -------------------< org.eclipse.kura:tinyb.x86_64 >-------------------- [INFO] Building Native libraries for 'tinyb' on X86 64 1.0.301-SNAPSHOT [4/11] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tinyb.x86_64 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ tinyb.x86_64 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ tinyb.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.x86_64/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tinyb.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ tinyb.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.x86_64/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ tinyb.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ tinyb.x86_64 --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ tinyb.x86_64 --- [WARNING] Bundle org.eclipse.kura:tinyb.x86_64:bundle:1.0.301-SNAPSHOT : Classpath is empty. Private-Package (-privatepackage) and Export-Package can only expand from the classpath when there is one [WARNING] Bundle org.eclipse.kura:tinyb.x86_64:bundle:1.0.301-SNAPSHOT : Unused Private-Package instructions, no such package(s) on the class path: [!*] [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ tinyb.x86_64 --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tinyb.x86_64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.x86_64/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/tinyb.x86_64/1.0.301-SNAPSHOT/tinyb.x86_64-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.x86_64/target/tinyb.x86_64-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/tinyb.x86_64/1.0.301-SNAPSHOT/tinyb.x86_64-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ tinyb.x86_64 --- [INFO] Installing org/eclipse/kura/tinyb.x86_64/1.0.301-SNAPSHOT/tinyb.x86_64-1.0.301-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tinyb.x86_64 --- [INFO] [INFO] --- maven-bundle-plugin:3.2.0:deploy (default-deploy) @ tinyb.x86_64 --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] -------------------< org.eclipse.kura:tinyb.aarch64 >------------------- [INFO] Building Native libraries for 'tinyb' on aarch64 1.0.301-SNAPSHOT [5/11] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tinyb.aarch64 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ tinyb.aarch64 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ tinyb.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.aarch64/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tinyb.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ tinyb.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.aarch64/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ tinyb.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ tinyb.aarch64 --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ tinyb.aarch64 --- [WARNING] Bundle org.eclipse.kura:tinyb.aarch64:bundle:1.0.301-SNAPSHOT : Classpath is empty. Private-Package (-privatepackage) and Export-Package can only expand from the classpath when there is one [WARNING] Bundle org.eclipse.kura:tinyb.aarch64:bundle:1.0.301-SNAPSHOT : Unused Private-Package instructions, no such package(s) on the class path: [!*] [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ tinyb.aarch64 --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tinyb.aarch64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.aarch64/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/tinyb.aarch64/1.0.301-SNAPSHOT/tinyb.aarch64-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/tinyb-parent/tinyb.aarch64/target/tinyb.aarch64-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/tinyb.aarch64/1.0.301-SNAPSHOT/tinyb.aarch64-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ tinyb.aarch64 --- [INFO] Installing org/eclipse/kura/tinyb.aarch64/1.0.301-SNAPSHOT/tinyb.aarch64-1.0.301-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tinyb.aarch64 --- [INFO] [INFO] --- maven-bundle-plugin:3.2.0:deploy (default-deploy) @ tinyb.aarch64 --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] ------------------< org.eclipse.kura:moquette-broker >------------------ [INFO] Building moquette-broker 1.0.0-SNAPSHOT [6/11] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ moquette-broker --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ moquette-broker --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ moquette-broker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/moquette-broker/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ moquette-broker --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ moquette-broker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/moquette-broker/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ moquette-broker --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ moquette-broker --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.0.1:bundle (default-bundle) @ moquette-broker --- [WARNING] Bundle org.eclipse.kura:moquette-broker:bundle:1.0.0-SNAPSHOT : Export io.moquette.parser.netty, has 3, private references [io.netty.handler.codec, io.netty.channel, io.netty.buffer], [WARNING] Bundle org.eclipse.kura:moquette-broker:bundle:1.0.0-SNAPSHOT : Export io.moquette.server, has 1, private references [io.netty.channel], [WARNING] Bundle org.eclipse.kura:moquette-broker:bundle:1.0.0-SNAPSHOT : Export io.moquette.server.netty, has 2, private references [io.netty.channel, io.netty.util], [WARNING] Bundle org.eclipse.kura:moquette-broker:bundle:1.0.0-SNAPSHOT : Export io.moquette.server.netty.metrics, has 1, private references [io.netty.channel], [WARNING] Bundle org.eclipse.kura:moquette-broker:bundle:1.0.0-SNAPSHOT : Export io.moquette.spi.impl, has 1, private references [io.netty.channel], [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ moquette-broker --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ moquette-broker --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/moquette-broker/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/moquette-broker/1.0.0-SNAPSHOT/moquette-broker-1.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/moquette-broker/target/moquette-broker-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/moquette-broker/1.0.0-SNAPSHOT/moquette-broker-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-bundle-plugin:3.0.1:install (default-install) @ moquette-broker --- [INFO] Installing org/eclipse/kura/moquette-broker/1.0.0-SNAPSHOT/moquette-broker-1.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ moquette-broker --- [INFO] Skipping artifact deployment [INFO] [INFO] --- maven-bundle-plugin:3.0.1:deploy (default-deploy) @ moquette-broker --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] -----------< org.eclipse.kura:org.apache.log4j2-api-config >------------ [INFO] Building org.apache.log4j2-api-config 1.0.101-SNAPSHOT [7/11] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.log4j2-api-config --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.apache.log4j2-api-config --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.log4j2-api-config --- [INFO] Copying 1 resource to META-INF [INFO] Copying 1 resource to . [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.log4j2-api-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.apache.log4j2-api-config --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/org.apache.log4j2-api-config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.apache.log4j2-api-config --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.apache.log4j2-api-config --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ org.apache.log4j2-api-config --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.apache.log4j2-api-config --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ org.apache.log4j2-api-config --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/org.apache.log4j2-api-config/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.apache.log4j2-api-config/1.0.101-SNAPSHOT/org.apache.log4j2-api-config-1.0.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/org.apache.log4j2-api-config/target/org.apache.log4j2-api-config-1.0.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.apache.log4j2-api-config/1.0.101-SNAPSHOT/org.apache.log4j2-api-config-1.0.101-SNAPSHOT.jar [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ org.apache.log4j2-api-config --- [INFO] Installing org/eclipse/kura/org.apache.log4j2-api-config/1.0.101-SNAPSHOT/org.apache.log4j2-api-config-1.0.101-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.apache.log4j2-api-config --- [INFO] [INFO] --- maven-bundle-plugin:3.2.0:deploy (default-deploy) @ org.apache.log4j2-api-config --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.jetty.customizer >--------- [INFO] Building org.eclipse.kura.jetty.customizer 1.0.103-SNAPSHOT [8/11] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.jetty.customizer --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.jetty.customizer --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.kura.jetty.customizer --- [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ org.eclipse.kura.jetty.customizer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/org.eclipse.kura.jetty.customizer/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.kura.jetty.customizer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/org.eclipse.kura.jetty.customizer/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ org.eclipse.kura.jetty.customizer --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.kura.jetty.customizer --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ org.eclipse.kura.jetty.customizer --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.jetty.customizer --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ org.eclipse.kura.jetty.customizer --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/org.eclipse.kura.jetty.customizer/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.jetty.customizer/1.0.103-SNAPSHOT/org.eclipse.kura.jetty.customizer-1.0.103-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/org.eclipse.kura.jetty.customizer/target/org.eclipse.kura.jetty.customizer-1.0.103-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.jetty.customizer/1.0.103-SNAPSHOT/org.eclipse.kura.jetty.customizer-1.0.103-SNAPSHOT.jar [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ org.eclipse.kura.jetty.customizer --- [INFO] Installing org/eclipse/kura/org.eclipse.kura.jetty.customizer/1.0.103-SNAPSHOT/org.eclipse.kura.jetty.customizer-1.0.103-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.jetty.customizer --- [INFO] [INFO] --- maven-bundle-plugin:3.2.0:deploy (default-deploy) @ org.eclipse.kura.jetty.customizer --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] ------------------< org.eclipse.kura:p2-repo-common >------------------- [INFO] Building p2-repo-common 4.1.4 [9/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repo-common --- [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ p2-repo-common --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ p2-repo-common --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.9:copy (copy-bundles-for-publishing) @ p2-repo-common --- [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi:1.1.500:jar [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi.armv6hf:1.1.500:jar [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi.x86_64:1.1.500:jar [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi.aarch64:1.1.500:jar [INFO] Configured Artifact: org.eclipse.kura:tinyb:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:tinyb.armv6hf:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:tinyb.x86_64:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:tinyb.aarch64:1.0.300:jar [INFO] Configured Artifact: org.apache:org.apache.commons.net:3.1.0.v201205071737:jar [INFO] Configured Artifact: com.google.protobuf:protobuf-java:3.8.0:jar [INFO] Configured Artifact: org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.camel.sun.misc:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.sun.misc:1.0.400:jar [INFO] Configured Artifact: com.eclipsesource.minimal-json:minimal-json:0.9.4:jar [INFO] Configured Artifact: org.tigris:org.tigris.mtoolkit.iagent.rpc:3.0.0.20110411-0918:jar [INFO] Configured Artifact: org.eclipse.kura:com.gwt.user:1.1.100:jar [INFO] Configured Artifact: org.hamcrest:org.hamcrest.core:1.3.0.v201303031735:jar [INFO] Configured Artifact: org.eclipse.kura:org.usb4java:1.2.500:jar [INFO] Configured Artifact: com.h2database:h2:1.4.199:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio.armv6hf:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio.x86_64:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio.aarch64:1.0.500:jar [INFO] Configured Artifact: org.slf4j:slf4j-api:1.7.32:jar [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:1.7.32:jar [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:2.17.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.apache.log4j2-api-config:1.0.0:jar [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:2.17.0:jar [INFO] Configured Artifact: org.apache.logging.log4j:log4j-slf4j-impl:2.17.0:jar [INFO] Configured Artifact: org.junit:org.junit:4.12.0.v201504281640:jar [INFO] Configured Artifact: commons-fileupload:commons-fileupload:1.3.3:jar [INFO] Configured Artifact: org.apache.commons:commons-exec:1.3:jar [INFO] Configured Artifact: org.eclipse.kura:usb4java-javax:1.2.500:jar [INFO] Configured Artifact: org.apache:org.apache.commons.io:2.4.0:jar [INFO] Configured Artifact: org.apache:org.apache.commons.lang3:3.4.0:jar [INFO] Configured Artifact: org.apache.commons:commons-csv:1.4:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.soda.dk.comm:1.2.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.soda.dk.comm.armv6hf:1.2.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.soda.dk.comm.x86_64:1.2.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.soda.dk.comm.aarch64:1.2.500:jar [INFO] Configured Artifact: org.apache.camel:camel-amqp:2.21.1:jar [INFO] Configured Artifact: org.apache.camel:camel-core:2.21.1:jar [INFO] Configured Artifact: org.apache.camel:camel-core-osgi:2.21.1:jar [INFO] Configured Artifact: org.apache.camel:camel-jms:2.21.1:jar [INFO] Configured Artifact: org.apache.camel:camel-script:2.21.1:jar [INFO] Configured Artifact: org.apache.camel:camel-stream:2.21.1:jar [INFO] Configured Artifact: org.apache.qpid:qpid-jms-client:0.31.0:jar [INFO] Configured Artifact: org.apache.qpid:proton-j:0.26.0:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-beans:4.3.14.RELEASE_1:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-context:4.3.14.RELEASE_1:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-core:4.3.14.RELEASE_1:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-expression:4.3.14.RELEASE_1:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-jms:4.3.14.RELEASE_1:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-tx:4.3.14.RELEASE_1:jar [INFO] Configured Artifact: org.eclipse.kura:org.moka7:1.0.300:jar [INFO] Configured Artifact: org.osgi:osgi.annotation:6.0.1:jar [INFO] Configured Artifact: org.eclipse.kura:com.eclipsesource.jaxrs.jersey-min:2.22.2:jar [INFO] Configured Artifact: org.eclipse.kura:com.eclipsesource.jaxrs.publisher:5.3.1.201602281253:jar [INFO] Configured Artifact: org.eclipse.kura:com.eclipsesource.jaxrs.provider.gson:2.3.0.201602281253:jar [INFO] Configured Artifact: org.eclipse.kura:com.eclipsesource.jaxrs.provider.security:2.2.0.201602281253:jar [INFO] Configured Artifact: org.eclipse.kura:com.google.gson:2.7.0.v20170129-0911:jar [INFO] Configured Artifact: com.google.guava:guava:25.0-jre:jar [INFO] Configured Artifact: org.apache.activemq:artemis-mqtt-protocol:2.6.4:jar [INFO] Configured Artifact: org.apache.activemq:artemis-native:2.6.4:jar [INFO] Configured Artifact: io.netty:netty-buffer:4.1.34.Final:jar [INFO] Configured Artifact: io.netty:netty-codec:4.1.34.Final:jar [INFO] Configured Artifact: io.netty:netty-codec-http:4.1.34.Final:jar [INFO] Configured Artifact: io.netty:netty-codec-mqtt:4.1.34.Final:jar [INFO] Configured Artifact: io.netty:netty-common:4.1.34.Final:jar [INFO] Configured Artifact: io.netty:netty-handler:4.1.34.Final:jar [INFO] Configured Artifact: io.netty:netty-resolver:4.1.34.Final:jar [INFO] Configured Artifact: io.netty:netty-transport:4.1.34.Final:jar [INFO] Configured Artifact: io.netty:netty-transport-native-epoll:4.1.34.Final:jar [INFO] Configured Artifact: io.netty:netty-transport-native-kqueue:4.1.34.Final:jar [INFO] Configured Artifact: io.netty:netty-transport-native-unix-common:4.1.34.Final:jar [INFO] Configured Artifact: org.jboss.logging:jboss-logging:3.3.2.Final:jar [INFO] Configured Artifact: commons-beanutils:commons-beanutils:1.9.3:jar [INFO] Configured Artifact: commons-collections:commons-collections:3.2.2:jar [INFO] Configured Artifact: org.apache.geronimo.specs:geronimo-json_1.0_spec:1.0-alpha-1:jar [INFO] Configured Artifact: org.apache.geronimo.specs:geronimo-jms_2.0_spec:1.0-alpha-2:jar [INFO] Configured Artifact: org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.apache.activemq.artemis:2.6.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.jetty.customizer:1.0.102:jar [INFO] Copying com.codeminders.hidapi-1.1.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.jar [INFO] Copying com.codeminders.hidapi.armv6hf-1.1.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.armv6hf.jar [INFO] Copying com.codeminders.hidapi.x86_64-1.1.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.x86_64.jar [INFO] Copying com.codeminders.hidapi.aarch64-1.1.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.aarch64.jar [INFO] Copying tinyb-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/tinyb.jar [INFO] Copying tinyb.armv6hf-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/tinyb.armv6hf.jar [INFO] Copying tinyb.x86_64-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/tinyb.x86_64.jar [INFO] Copying tinyb.aarch64-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/tinyb.aarch64.jar [INFO] Copying org.apache.commons.net-3.1.0.v201205071737.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.commons.net.jar [INFO] Copying protobuf-java-3.8.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/protobuf-java.jar [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.eclipse.paho.client.mqttv3.jar [INFO] Copying org.eclipse.kura.camel.sun.misc-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.eclipse.kura.camel.sun.misc.jar [INFO] Copying org.eclipse.kura.sun.misc-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.eclipse.kura.sun.misc.jar [INFO] Copying minimal-json-0.9.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/minimal-json.jar [INFO] Copying org.tigris.mtoolkit.iagent.rpc-3.0.0.20110411-0918.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.tigris.mtoolkit.iagent.rpc.jar [INFO] Copying com.gwt.user-1.1.100.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/com.gwt.user.jar [INFO] Copying org.hamcrest.core-1.3.0.v201303031735.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.hamcrest.core.jar [INFO] Copying org.usb4java-1.2.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.usb4java.jar [INFO] Copying h2-1.4.199.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/h2.jar [INFO] Copying jdk.dio-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/jdk.dio.jar [INFO] Copying jdk.dio.armv6hf-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/jdk.dio.armv6hf.jar [INFO] Copying jdk.dio.x86_64-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/jdk.dio.x86_64.jar [INFO] Copying jdk.dio.aarch64-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/jdk.dio.aarch64.jar [INFO] Copying slf4j-api-1.7.32.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/slf4j-api.jar [INFO] Copying jcl-over-slf4j-1.7.32.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/jcl-over-slf4j.jar [INFO] Copying log4j-api-2.17.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/log4j-api.jar [INFO] Copying org.apache.log4j2-api-config-1.0.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.log4j2-api-config.jar [INFO] Copying log4j-core-2.17.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/log4j-core.jar [INFO] Copying log4j-slf4j-impl-2.17.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/log4j-slf4j-impl.jar [INFO] Copying org.junit-4.12.0.v201504281640.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.junit.jar [INFO] Copying commons-fileupload-1.3.3.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/commons-fileupload.jar [INFO] Copying commons-exec-1.3.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/commons-exec.jar [INFO] Copying usb4java-javax-1.2.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/usb4java-javax.jar [INFO] Copying org.apache.commons.io-2.4.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.commons.io.jar [INFO] Copying org.apache.commons.lang3-3.4.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.commons.lang3.jar [INFO] Copying commons-csv-1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/commons-csv.jar [INFO] Copying org.eclipse.soda.dk.comm-1.2.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.eclipse.soda.dk.comm.jar [INFO] Copying org.eclipse.soda.dk.comm.armv6hf-1.2.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.eclipse.soda.dk.comm.armv6hf.jar [INFO] Copying org.eclipse.soda.dk.comm.x86_64-1.2.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.eclipse.soda.dk.comm.x86_64.jar [INFO] Copying org.eclipse.soda.dk.comm.aarch64-1.2.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.eclipse.soda.dk.comm.aarch64.jar [INFO] Copying camel-amqp-2.21.1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/camel-amqp.jar [INFO] Copying camel-core-2.21.1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/camel-core.jar [INFO] Copying camel-core-osgi-2.21.1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/camel-core-osgi.jar [INFO] Copying camel-jms-2.21.1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/camel-jms.jar [INFO] Copying camel-script-2.21.1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/camel-script.jar [INFO] Copying camel-stream-2.21.1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/camel-stream.jar [INFO] Copying qpid-jms-client-0.31.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/qpid-jms-client.jar [INFO] Copying proton-j-0.26.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/proton-j.jar [INFO] Copying org.apache.servicemix.bundles.spring-beans-4.3.14.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.servicemix.bundles.spring-beans.jar [INFO] Copying org.apache.servicemix.bundles.spring-context-4.3.14.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.servicemix.bundles.spring-context.jar [INFO] Copying org.apache.servicemix.bundles.spring-core-4.3.14.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.servicemix.bundles.spring-core.jar [INFO] Copying org.apache.servicemix.bundles.spring-expression-4.3.14.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.servicemix.bundles.spring-expression.jar [INFO] Copying org.apache.servicemix.bundles.spring-jms-4.3.14.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.servicemix.bundles.spring-jms.jar [INFO] Copying org.apache.servicemix.bundles.spring-tx-4.3.14.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.servicemix.bundles.spring-tx.jar [INFO] Copying org.moka7-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.moka7.jar [INFO] Copying osgi.annotation-6.0.1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/osgi.annotation.jar [INFO] Copying com.eclipsesource.jaxrs.jersey-min-2.22.2.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/com.eclipsesource.jaxrs.jersey-min.jar [INFO] Copying com.eclipsesource.jaxrs.publisher-5.3.1.201602281253.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/com.eclipsesource.jaxrs.publisher.jar [INFO] Copying com.eclipsesource.jaxrs.provider.gson-2.3.0.201602281253.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/com.eclipsesource.jaxrs.provider.gson.jar [INFO] Copying com.eclipsesource.jaxrs.provider.security-2.2.0.201602281253.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/com.eclipsesource.jaxrs.provider.security.jar [INFO] Copying com.google.gson-2.7.0.v20170129-0911.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/com.google.gson.jar [INFO] Copying guava-25.0-jre.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/guava.jar [INFO] Copying artemis-mqtt-protocol-2.6.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/artemis-mqtt-protocol.jar [INFO] Copying artemis-native-2.6.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/artemis-native.jar [INFO] Copying netty-buffer-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-buffer.jar [INFO] Copying netty-codec-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-codec.jar [INFO] Copying netty-codec-http-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-codec-http.jar [INFO] Copying netty-codec-mqtt-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-codec-mqtt.jar [INFO] Copying netty-common-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-common.jar [INFO] Copying netty-handler-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-handler.jar [INFO] Copying netty-resolver-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-resolver.jar [INFO] Copying netty-transport-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-transport.jar [INFO] Copying netty-transport-native-epoll-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-transport-native-epoll.jar [INFO] Copying netty-transport-native-kqueue-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-transport-native-kqueue.jar [INFO] Copying netty-transport-native-unix-common-4.1.34.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/netty-transport-native-unix-common.jar [INFO] Copying jboss-logging-3.3.2.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/jboss-logging.jar [INFO] Copying commons-beanutils-1.9.3.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/commons-beanutils.jar [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/commons-collections.jar [INFO] Copying geronimo-json_1.0_spec-1.0-alpha-1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/geronimo-json_1.0_spec.jar [INFO] Copying geronimo-jms_2.0_spec-1.0-alpha-2.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/geronimo-jms_2.0_spec.jar [INFO] Copying geronimo-jta_1.1_spec-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/geronimo-jta_1.1_spec.jar [INFO] Copying org.apache.activemq.artemis-2.6.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.apache.activemq.artemis.jar [INFO] Copying org.eclipse.kura.jetty.customizer-1.0.102.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins/org.eclipse.kura.jetty.customizer.jar [INFO] [INFO] --- maven-antrun-plugin:1.3:run (setup) @ p2-repo-common --- [INFO] Executing tasks [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source/plugins [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:0.26.0:publish-features-and-bundles (default) @ p2-repo-common --- [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -jar, /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar, -configuration, /tmp/tycho-p2-runtime5222748020120318666.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/repository, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/target/source] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ p2-repo-common --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-repo-common --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-common/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/p2-repo-common/4.1.4/p2-repo-common-4.1.4.pom [INFO] [INFO] --- maven-antrun-plugin:1.3:run (install-commons) @ p2-repo-common --- [INFO] Executing tasks [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/target-definition/common/repository [copy] Copying 85 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/target-definition/common/repository [copy] Copying 83 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/target-definition/common/source [INFO] Executed tasks [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ p2-repo-common --- [INFO] Skipping artifact deployment [INFO] [INFO] --------------< org.eclipse.kura:p2-repo-equinox_3.12.50 >-------------- [INFO] Building p2-repo-equinox_3.12.50 4.1.4 [10/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repo-equinox_3.12.50 --- [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ p2-repo-equinox_3.12.50 --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (download-equinox) @ p2-repo-equinox_3.12.50 --- [INFO] Executing tasks main: [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/download [get] Getting: http://archive.eclipse.org/equinox/drops/R-Oxygen.2-201711300510/equinox-SDK-Oxygen.2.zip [get] To: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/download/equinox.zip [get] http://archive.eclipse.org/equinox/drops/R-Oxygen.2-201711300510/equinox-SDK-Oxygen.2.zip permanently moved to https://archive.eclipse.org/equinox/drops/R-Oxygen.2-201711300510/equinox-SDK-Oxygen.2.zip [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [unzip] Expanding: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/download/equinox.zip into /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [INFO] Executed tasks [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ p2-repo-equinox_3.12.50 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (copy-bundles-for-publishing) @ p2-repo-equinox_3.12.50 --- [INFO] Configured Artifact: org.apache.felix:org.apache.felix.dependencymanager:3.0.0:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.deploymentadmin:0.9.5:jar [INFO] Configured Artifact: org.knowhowlab:org.knowhowlab.osgi.monitoradmin:1.0.2:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-http:9.4.41.v20210516:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-continuation:9.4.41.v20210516:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-io:9.4.41.v20210516:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-security:9.4.41.v20210516:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-server:9.4.41.v20210516:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-servlet:9.4.41.v20210516:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-util:9.4.41.v20210516:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-util-ajax:9.4.41.v20210516:jar [INFO] Configured Artifact: org.eclipse.platform:org.eclipse.equinox.wireadmin:1.0.800:jar [INFO] Copying org.apache.felix.dependencymanager-3.0.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/org.apache.felix.dependencymanager.jar [INFO] Copying org.apache.felix.deploymentadmin-0.9.5.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/org.apache.felix.deploymentadmin.jar [INFO] Copying org.knowhowlab.osgi.monitoradmin-1.0.2.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/org.knowhowlab.osgi.monitoradmin.jar [INFO] Copying jetty-http-9.4.41.v20210516.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/jetty-http.jar [INFO] Copying jetty-continuation-9.4.41.v20210516.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/jetty-continuation.jar [INFO] Copying jetty-io-9.4.41.v20210516.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/jetty-io.jar [INFO] Copying jetty-security-9.4.41.v20210516.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/jetty-security.jar [INFO] Copying jetty-server-9.4.41.v20210516.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/jetty-server.jar [INFO] Copying jetty-servlet-9.4.41.v20210516.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/jetty-servlet.jar [INFO] Copying jetty-util-9.4.41.v20210516.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/jetty-util.jar [INFO] Copying jetty-util-ajax-9.4.41.v20210516.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/jetty-util-ajax.jar [INFO] Copying org.eclipse.equinox.wireadmin-1.0.800.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins/org.eclipse.equinox.wireadmin.jar [INFO] [INFO] --- maven-antrun-plugin:1.8:run (rename-maven-deps) @ p2-repo-equinox_3.12.50 --- [INFO] Executing tasks main: [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source/plugins [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:0.26.0:publish-features-and-bundles (default) @ p2-repo-equinox_3.12.50 --- [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -jar, /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar, -configuration, /tmp/tycho-p2-runtime9018525180069087510.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/repository, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/target/source] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ p2-repo-equinox_3.12.50 --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-repo-equinox_3.12.50 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-equinox_3.12.50/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/p2-repo-equinox_3.12.50/4.1.4/p2-repo-equinox_3.12.50-4.1.4.pom [INFO] [INFO] --- maven-antrun-plugin:1.8:run (install-equinox) @ p2-repo-equinox_3.12.50 --- [INFO] Executing tasks main: [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/target-definition/equinox_3.12.50/repository [copy] Copying 103 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/target-definition/equinox_3.12.50/repository [INFO] Executed tasks [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ p2-repo-equinox_3.12.50 --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------------< org.eclipse.kura:p2-repo-tests-deps >----------------- [INFO] Building p2-repo-tests-deps 4.1.4 [11/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repo-tests-deps --- [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ p2-repo-tests-deps --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ p2-repo-tests-deps --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.9:copy (copy-bundles-for-publishing) @ p2-repo-tests-deps --- [INFO] Configured Artifact: io.dropwizard.metrics:metrics-core:3.2.2:jar [INFO] Configured Artifact: org.eclipse.kura:moquette-broker:1.0.0-SNAPSHOT:jar [INFO] Configured Artifact: org.hamcrest:org.hamcrest:1.1.0.v20090501071000:jar [INFO] Configured Artifact: org.hamcrest:org.hamcrest.integration:1.1.0.v201303031500:jar [INFO] Configured Artifact: org.hamcrest:org.hamcrest.library:1.1.0.v20090501071000:jar [INFO] Configured Artifact: org.hamcrest:org.hamcrest.text:1.1.0.v20090501071000:jar [INFO] Configured Artifact: org.mockito:mockito-core:1.10.19:jar [INFO] Configured Artifact: org.objenesis:objenesis:2.4:jar [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/source/plugins/metrics-core.jar [INFO] Copying moquette-broker-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/source/plugins/moquette-broker.jar [INFO] Copying org.hamcrest-1.1.0.v20090501071000.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/source/plugins/org.hamcrest.jar [INFO] Copying org.hamcrest.integration-1.1.0.v201303031500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/source/plugins/org.hamcrest.integration.jar [INFO] Copying org.hamcrest.library-1.1.0.v20090501071000.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/source/plugins/org.hamcrest.library.jar [INFO] Copying org.hamcrest.text-1.1.0.v20090501071000.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/source/plugins/org.hamcrest.text.jar [INFO] Copying mockito-core-1.10.19.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/source/plugins/mockito-core.jar [INFO] Copying objenesis-2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/source/plugins/objenesis.jar [INFO] [INFO] --- tycho-p2-extras-plugin:0.26.0:publish-features-and-bundles (default) @ p2-repo-tests-deps --- [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -jar, /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar, -configuration, /tmp/tycho-p2-runtime9151011732301902157.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/repository, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/target/source] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ p2-repo-tests-deps --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-repo-tests-deps --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/target-platform/p2-repo-test-deps/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/p2-repo-tests-deps/4.1.4/p2-repo-tests-deps-4.1.4.pom [INFO] [INFO] --- maven-antrun-plugin:1.3:run (install-commons) @ p2-repo-tests-deps --- [INFO] Executing tasks [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/target-definition/test-deps/repository [copy] Copying 10 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/target-definition/test-deps/repository [INFO] Executed tasks [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ p2-repo-tests-deps --- [INFO] Skipping artifact deployment [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] tinyb-parent 1.0.301-SNAPSHOT ...................... SUCCESS [ 6.876 s] [INFO] Tiny Bluetooth LE Library 1.0.301-SNAPSHOT ......... SUCCESS [ 4.902 s] [INFO] Native libraries for 'tinyb' on ARM 6 HF 1.0.301-SNAPSHOT SUCCESS [ 0.998 s] [INFO] Native libraries for 'tinyb' on X86 64 1.0.301-SNAPSHOT SUCCESS [ 0.687 s] [INFO] Native libraries for 'tinyb' on aarch64 1.0.301-SNAPSHOT SUCCESS [ 0.938 s] [INFO] moquette-broker 1.0.0-SNAPSHOT ..................... SUCCESS [ 9.246 s] [INFO] org.apache.log4j2-api-config 1.0.101-SNAPSHOT ...... SUCCESS [ 0.614 s] [INFO] org.eclipse.kura.jetty.customizer 1.0.103-SNAPSHOT . SUCCESS [ 10.748 s] [INFO] p2-repo-common 4.1.4 ............................... SUCCESS [ 36.942 s] [INFO] p2-repo-equinox_3.12.50 4.1.4 ...................... SUCCESS [ 6.573 s] [INFO] p2-repo-tests-deps 4.1.4 ........................... SUCCESS [ 5.119 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:31 min [INFO] Finished at: 2022-11-18T16:07:58Z [INFO] ------------------------------------------------------------------------ [kura-5-0-0-release] $ /opt/tools/apache-maven/latest/bin/mvn -f kura/pom.xml "-DMAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m" -DRELEASE_VERSION=4.1.4 -Dmaven.test.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository clean deploy -U -e -Pjavadocs -Pcheck-exists-plugin Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.api:2.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/../target-definition/equinox_3.12.50/repository [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.api:2.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.api:2.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.asset.cloudlet.provider:1.0.402-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.cloudlet.provider:1.0.402-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.cloudlet.provider:1.0.402-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.asset.provider:2.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.provider:2.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.provider:2.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.asset.helper.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.helper.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.helper.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.broker.artemis.core:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.broker.artemis.core:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.broker.artemis.core:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.broker.artemis.simple.mqtt:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.broker.artemis.simple.mqtt:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.broker.artemis.simple.mqtt:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.broker.artemis.xml:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.broker.artemis.xml:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.broker.artemis.xml:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.camel:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.camel:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.camel:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.camel.cloud.factory:1.1.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.camel.cloud.factory:1.1.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.camel.cloud.factory:1.1.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.camel.xml:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.camel.xml:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.camel.xml:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core:1.0.503 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core:1.0.503 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core:1.0.503 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.certificates:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.certificates:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.certificates:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud:1.1.403-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud:1.1.403-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud:1.1.403-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.comm:1.0.502-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.comm:1.0.502-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.comm:1.0.502-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.configuration:2.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.configuration:2.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.configuration:2.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.crypto:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.crypto:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.crypto:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.deployment:1.1.502-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.deployment:1.1.502-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.deployment:1.1.502-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.net:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.net:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.net:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.status:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.status:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.status:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.deployment.agent:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.deployment.agent:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.deployment.agent:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.hook.file.move.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.hook.file.move.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.hook.file.move.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.helper.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.helper.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.helper.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.opcua.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.opcua.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.opcua.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.block:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.block:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.block:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.s7plc.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.s7plc.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.s7plc.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.ble.sensortag.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.ble.sensortag.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.ble.sensortag.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.ibeacon.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.ibeacon.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.ibeacon.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.gpio.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.gpio.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.gpio.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.eddystone.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.eddystone.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.eddystone.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.bluetooth:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.bluetooth:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.bluetooth:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.ble.provider:1.0.302-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.ble.provider:1.0.302-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.ble.provider:1.0.302-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.ble.ibeacon.provider:1.0.302-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.ble.ibeacon.provider:1.0.302-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.ble.ibeacon.provider:1.0.302-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.ble.eddystone.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.ble.eddystone.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.ble.eddystone.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.clock:1.0.502-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.clock:1.0.502-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.clock:1.0.502-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.command:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.command:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.command:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.gpio:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.gpio:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.gpio:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.net:1.0.503-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.net:1.0.503-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.net:1.0.503-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.position:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.position:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.position:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.armv6hf:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.armv6hf:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.armv6hf:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.x86_64:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.x86_64:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.x86_64:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.aarch64:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.aarch64:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.aarch64:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.watchdog:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.watchdog:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.watchdog:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.localization:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.localization:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.localization:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.localization.resources:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.localization.resources:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.localization.resources:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.net.admin:1.0.503-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.net.admin:1.0.503-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.net.admin:1.0.503-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.protocol.modbus:2.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.protocol.modbus:2.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.protocol.modbus:2.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.stress:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.stress:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.stress:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.util:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.util:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.util:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.camel:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.camel:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.camel:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider:1.0.302-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider:1.0.302-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider:1.0.302-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.provider:1.0.402-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.provider:1.0.402-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.provider:1.0.402-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.helper.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.helper.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.helper.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.provider:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.rest.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.rest.asset.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.asset.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.asset.provider:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.misc.cloudcat:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.misc.cloudcat:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.misc.cloudcat:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.conditional.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.conditional.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.conditional.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.join.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.join.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.join.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.sysv.provider:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.sysv.provider:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.sysv.provider:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.systemd.provider:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.systemd.provider:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.systemd.provider:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.debian.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.debian.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.debian.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.redhat.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.redhat.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.redhat.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.api.feature:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/../../../target-platform/p2-repo-equinox_3.12.50/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.api.feature:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/pom.xml [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.api.feature:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.camel.feature:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/../../../target-platform/p2-repo-equinox_3.12.50/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.camel.feature:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.camel.feature:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.runtime.feature:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/../../../target-platform/p2-repo-equinox_3.12.50/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.runtime.feature:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.runtime.feature:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.opcua:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/../../../target-platform/p2-repo-equinox_3.12.50/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.opcua:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.opcua:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.s7plc:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/../../../target-platform/p2-repo-equinox_3.12.50/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.s7plc:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.s7plc:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.sensortag:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/../../../target-platform/p2-repo-equinox_3.12.50/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.sensortag:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.sensortag:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.eddystone:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/../../../target-platform/p2-repo-equinox_3.12.50/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.eddystone:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.eddystone:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.ibeacon:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/../../../target-platform/p2-repo-equinox_3.12.50/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.ibeacon:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.ibeacon:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.wire.script.filter:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/../../../target-platform/p2-repo-equinox_3.12.50/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.wire.script.filter:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.wire.script.filter:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.gpio:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/../../../target-platform/p2-repo-equinox_3.12.50/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.gpio:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.gpio:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.gpio:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.gpio:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.gpio:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.clock:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.clock:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.clock:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.net:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.net:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.net:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.position:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.position:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.position:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.usb:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.usb:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.usb:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.watchdog:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.watchdog:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.watchdog:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.p2:org.eclipse.kura:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.p2:org.eclipse.kura:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.p2:org.eclipse.kura:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.docs:0.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.docs:0.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.docs:0.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.asset.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.camel.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.camel.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.camel.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.cloud.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.cloud.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.cloud.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.certificates.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.certificates.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.certificates.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.comm.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.comm.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.comm.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.configuration.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.configuration.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.configuration.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.crypto.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.crypto.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.crypto.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.db.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.db.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.db.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.deployment.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.deployment.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.deployment.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.net.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.net.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.net.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.ssl.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.ssl.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.ssl.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.status.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.status.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.status.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.system.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.system.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.system.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.testutil:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.testutil:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.testutil:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.util.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.util.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.util.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.deployment.agent.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.deployment.agent.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.deployment.agent.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.block.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.block.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.block.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.helper.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.helper.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.helper.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.position.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.position.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.position.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.watchdog.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.watchdog.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.watchdog.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.internal.asset.cloudlet.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.asset.cloudlet.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.asset.cloudlet.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.internal.ble.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.ble.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.ble.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.internal.ble.eddystone.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.ble.eddystone.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.ble.eddystone.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.internal.ble.ibeacon.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.ble.ibeacon.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.ble.ibeacon.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.ble.sensortag.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.ble.sensortag.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.ble.sensortag.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.eddystone.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.eddystone.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.eddystone.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.ibeacon.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.ibeacon.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.ibeacon.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.opcua.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.opcua.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.opcua.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.s7plc.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.s7plc.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.driver.s7plc.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.internal.wire.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.wire.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.internal.wire.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.clock.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.clock.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.clock.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.gpio.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.gpio.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.gpio.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.net.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.net.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.net.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.position.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.position.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.position.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.watchdog.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.watchdog.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.watchdog.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.net.admin.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.net.admin.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.net.admin.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.rest.asset.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.asset.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.asset.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.protocol.modbus.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.protocol.modbus.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.protocol.modbus.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.stress.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.stress.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.stress.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.util.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.util.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.util.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.watchdog.criticaltest:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.watchdog.criticaltest:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.watchdog.criticaltest:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.component.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.util.wire.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.util.wire.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.util.wire.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.web2:2.0.503-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.web2:2.0.503-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.web2:2.0.503-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] kura [pom] [INFO] Kura Target Definition [pom] [INFO] org.eclipse.kura.api [eclipse-plugin] [INFO] org.eclipse.kura.util [eclipse-plugin] [INFO] org.eclipse.kura.asset.cloudlet.provider [eclipse-plugin] [INFO] org.eclipse.kura.core [eclipse-plugin] [INFO] org.eclipse.kura.core.configuration [eclipse-plugin] [INFO] org.eclipse.kura.asset.provider [eclipse-plugin] [INFO] org.eclipse.kura.asset.helper.provider [eclipse-plugin] [INFO] org.eclipse.kura.broker.artemis.core [eclipse-plugin] [INFO] org.eclipse.kura.broker.artemis.simple.mqtt [eclipse-plugin] [INFO] org.eclipse.kura.broker.artemis.xml [eclipse-plugin] [INFO] org.eclipse.kura.camel [eclipse-plugin] [INFO] org.eclipse.kura.camel.cloud.factory [eclipse-plugin] [INFO] org.eclipse.kura.camel.xml [eclipse-plugin] [INFO] org.eclipse.kura.core.certificates [eclipse-plugin] [INFO] org.eclipse.kura.core.cloud [eclipse-plugin] [INFO] org.eclipse.kura.core.comm [eclipse-plugin] [INFO] org.eclipse.kura.core.crypto [eclipse-plugin] [INFO] org.eclipse.kura.core.deployment [eclipse-plugin] [INFO] org.eclipse.kura.core.net [eclipse-plugin] [INFO] org.eclipse.kura.core.status [eclipse-plugin] [INFO] org.eclipse.kura.deployment.agent [eclipse-plugin] [INFO] org.eclipse.kura.hook.file.move.provider [eclipse-plugin] [INFO] org.eclipse.kura.driver.helper.provider [eclipse-plugin] [INFO] org.eclipse.kura.driver.opcua.provider [eclipse-plugin] [INFO] org.eclipse.kura.driver.block [eclipse-plugin] [INFO] org.eclipse.kura.driver.s7plc.provider [eclipse-plugin] [INFO] org.eclipse.kura.driver.ble.sensortag.provider [eclipse-plugin] [INFO] org.eclipse.kura.ble.ibeacon.provider [eclipse-plugin] [INFO] org.eclipse.kura.driver.ibeacon.provider [eclipse-plugin] [INFO] org.eclipse.kura.driver.gpio.provider [eclipse-plugin] [INFO] org.eclipse.kura.ble.eddystone.provider [eclipse-plugin] [INFO] org.eclipse.kura.driver.eddystone.provider [eclipse-plugin] [INFO] org.eclipse.kura.linux.bluetooth [eclipse-plugin] [INFO] org.eclipse.kura.ble.provider [eclipse-plugin] [INFO] org.eclipse.kura.linux.clock [eclipse-plugin] [INFO] org.eclipse.kura.linux.command [eclipse-plugin] [INFO] org.eclipse.kura.linux.gpio [eclipse-plugin] [INFO] org.eclipse.kura.linux.net [eclipse-plugin] [INFO] org.eclipse.kura.linux.position [eclipse-plugin] [INFO] org.eclipse.kura.linux.usb [eclipse-plugin] [INFO] org.eclipse.kura.linux.usb.armv6hf [eclipse-plugin] [INFO] org.eclipse.kura.linux.usb.x86_64 [eclipse-plugin] [INFO] org.eclipse.kura.linux.usb.aarch64 [eclipse-plugin] [INFO] org.eclipse.kura.linux.watchdog [eclipse-plugin] [INFO] org.eclipse.kura.localization [eclipse-plugin] [INFO] org.eclipse.kura.localization.resources [eclipse-plugin] [INFO] org.eclipse.kura.net.admin [eclipse-plugin] [INFO] org.eclipse.kura.protocol.modbus [eclipse-plugin] [INFO] org.eclipse.kura.stress [eclipse-plugin] [INFO] org.eclipse.kura.wire.camel [eclipse-plugin] [INFO] org.eclipse.kura.wire.script.filter.provider [eclipse-plugin] [INFO] org.eclipse.kura.wire.h2db.component.provider [eclipse-plugin] [INFO] org.eclipse.kura.wire.component.provider [eclipse-plugin] [INFO] org.eclipse.kura.wire.helper.provider [eclipse-plugin] [INFO] org.eclipse.kura.wire.provider [eclipse-plugin] [INFO] org.eclipse.kura.rest.provider [eclipse-plugin] [INFO] org.eclipse.kura.rest.asset.provider [eclipse-plugin] [INFO] org.eclipse.kura.misc.cloudcat [eclipse-plugin] [INFO] org.eclipse.kura.json.marshaller.unmarshaller.provider [eclipse-plugin] [INFO] org.eclipse.kura.xml.marshaller.unmarshaller.provider [eclipse-plugin] [INFO] org.eclipse.kura.wire.component.conditional.provider [eclipse-plugin] [INFO] org.eclipse.kura.wire.component.join.provider [eclipse-plugin] [INFO] org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider [eclipse-plugin] [INFO] org.eclipse.kura.linux.sysv.provider [eclipse-plugin] [INFO] org.eclipse.kura.linux.systemd.provider [eclipse-plugin] [INFO] org.eclipse.kura.linux.debian.provider [eclipse-plugin] [INFO] org.eclipse.kura.linux.redhat.provider [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.kura.api.feature [eclipse-feature] [INFO] org.eclipse.kura.camel.feature [eclipse-feature] [INFO] org.eclipse.kura.runtime.feature [eclipse-feature] [INFO] org.eclipse.kura.driver.opcua [eclipse-feature] [INFO] org.eclipse.kura.driver.s7plc [eclipse-feature] [INFO] org.eclipse.kura.driver.ble.sensortag [eclipse-feature] [INFO] org.eclipse.kura.driver.eddystone [eclipse-feature] [INFO] org.eclipse.kura.driver.ibeacon [eclipse-feature] [INFO] org.eclipse.kura.wire.script.filter [eclipse-feature] [INFO] org.eclipse.kura.driver.gpio [eclipse-feature] [INFO] emulator [pom] [INFO] org.eclipse.kura.emulator [eclipse-plugin] [INFO] org.eclipse.kura.emulator.gpio [eclipse-plugin] [INFO] org.eclipse.kura.emulator.clock [eclipse-plugin] [INFO] org.eclipse.kura.emulator.net [eclipse-plugin] [INFO] org.eclipse.kura.emulator.position [eclipse-plugin] [INFO] org.eclipse.kura.emulator.usb [eclipse-plugin] [INFO] org.eclipse.kura.emulator.watchdog [eclipse-plugin] [INFO] org.eclipse.kura [eclipse-repository] [INFO] org.eclipse.kura.docs [eclipse-plugin] [INFO] test [pom] [INFO] org.eclipse.kura.test [eclipse-plugin] [INFO] org.eclipse.kura.asset.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.testutil [eclipse-plugin] [INFO] org.eclipse.kura.camel.test [eclipse-test-plugin] [INFO] org.eclipse.kura.cloud.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.certificates.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.comm.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.configuration.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.cloud.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.crypto.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.db.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.deployment.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.net.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.ssl.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.status.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.system.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.util.test [eclipse-test-plugin] [INFO] org.eclipse.kura.deployment.agent.test [eclipse-test-plugin] [INFO] org.eclipse.kura.driver.block.test [eclipse-test-plugin] [INFO] org.eclipse.kura.driver.helper.test [eclipse-test-plugin] [INFO] org.eclipse.kura.emulator.position.test [eclipse-plugin] [INFO] org.eclipse.kura.emulator.watchdog.test [eclipse-test-plugin] [INFO] org.eclipse.kura.internal.asset.cloudlet.test [eclipse-test-plugin] [INFO] org.eclipse.kura.internal.ble.test [eclipse-test-plugin] [INFO] org.eclipse.kura.internal.ble.eddystone.test [eclipse-test-plugin] [INFO] org.eclipse.kura.internal.ble.ibeacon.test [eclipse-test-plugin] [INFO] org.eclipse.kura.internal.driver.ble.sensortag.test [eclipse-test-plugin] [INFO] org.eclipse.kura.internal.driver.eddystone.test [eclipse-test-plugin] [INFO] org.eclipse.kura.internal.driver.ibeacon.test [eclipse-test-plugin] [INFO] org.eclipse.kura.internal.driver.opcua.test [eclipse-test-plugin] [INFO] org.eclipse.kura.internal.driver.s7plc.test [eclipse-test-plugin] [INFO] org.eclipse.kura.internal.wire.test [eclipse-test-plugin] [INFO] org.eclipse.kura.linux.clock.test [eclipse-test-plugin] [INFO] org.eclipse.kura.linux.gpio.test [eclipse-test-plugin] [INFO] org.eclipse.kura.linux.net.test [eclipse-plugin] [INFO] org.eclipse.kura.linux.position.test [eclipse-plugin] [INFO] org.eclipse.kura.linux.usb.test [eclipse-test-plugin] [INFO] org.eclipse.kura.linux.watchdog.test [eclipse-test-plugin] [INFO] org.eclipse.kura.net.admin.test [eclipse-test-plugin] [INFO] org.eclipse.kura.rest.asset.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.protocol.modbus.test [eclipse-test-plugin] [INFO] org.eclipse.kura.stress.test [eclipse-test-plugin] [INFO] org.eclipse.kura.util.test [eclipse-test-plugin] [INFO] org.eclipse.kura.watchdog.criticaltest [eclipse-plugin] [INFO] org.eclipse.kura.util.wire.test [eclipse-plugin] [INFO] org.eclipse.kura.wire.component.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.wire.h2db.component.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.wire.script.filter.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.json.marshaller.unmarshaller.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.xml.marshaller.unmarshaller.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.web2 [eclipse-plugin] [INFO] [INFO] -----------------------< org.eclipse.kura:kura >------------------------ [INFO] Building kura 4.1.4 [1/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kura --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ kura --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ kura --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ kura --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ kura --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ kura --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ kura --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/kura/4.1.4/kura-4.1.4.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ kura --- [INFO] [INFO] -----------------< org.eclipse.kura:target-definition >----------------- [INFO] Building Kura Target Definition 4.1.4 [2/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ target-definition --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ target-definition --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ target-definition --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/target-definition/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ target-definition --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ target-definition --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (initialize) @ target-definition --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ target-definition --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ target-definition --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/target-definition/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/target-definition/4.1.4/target-definition-4.1.4.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ target-definition --- [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.api >---------------- [INFO] Building org.eclipse.kura.api 2.1.1-SNAPSHOT [3/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.api --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.api --- [INFO] The project's OSGi version is 2.1.1.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.api --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.api --- [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-1:read-project-properties (read-previous-release) @ org.eclipse.kura.api --- [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-1:read-project-properties (read-previous-release-versions) @ org.eclipse.kura.api --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (previous-api-version) @ org.eclipse.kura.api --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.api --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.api --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 391 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/factory/CloudConnectionFactory.java:[18] import org.eclipse.kura.cloudconnection.CloudConnectionManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.CloudConnectionManager is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/factory/CloudConnectionFactory.java:[19] import org.eclipse.kura.cloudconnection.CloudEndpoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.CloudEndpoint is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudEndpoint.java:[20] import org.eclipse.kura.cloudconnection.publisher.CloudPublisher; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.publisher.CloudPublisher is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudEndpoint.java:[21] import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/subscriber/listener/CloudSubscriberListener.java:[13] import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothDevice.java:[14] import org.eclipse.kura.bluetooth.le.BluetoothLeDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.bluetooth.le.BluetoothLeDevice is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/data/transport/listener/DataTransportListener.java:[14] import org.eclipse.kura.data.DataTransportService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataTransportService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraRuntimeException.java:[117] if ((this.code == null) || KuraErrorCode.INTERNAL_ERROR.equals(this.code)) { ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/AssetConfiguration.java:[24] import org.eclipse.kura.channel.ChannelType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.channel.ChannelType is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/AssetConfiguration.java:[25] import org.eclipse.kura.type.DataType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.type.DataType is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/Asset.java:[15] import org.eclipse.kura.KuraErrorCode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.KuraErrorCode is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/Asset.java:[17] import org.eclipse.kura.KuraRuntimeException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.KuraRuntimeException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/Asset.java:[18] import org.eclipse.kura.channel.ChannelFlag; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.channel.ChannelFlag is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:[18] import org.eclipse.kura.data.DataService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:[19] import org.eclipse.kura.data.DataTransportService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataTransportService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClient.java:[17] import org.eclipse.kura.cloudconnection.publisher.CloudPublisher; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.publisher.CloudPublisher is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClient.java:[18] import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClient.java:[19] import org.eclipse.kura.data.DataService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudConnectionConstants.java:[14] import org.eclipse.kura.cloudconnection.factory.CloudConnectionFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.factory.CloudConnectionFactory is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudConnectionConstants.java:[15] import org.eclipse.kura.cloudconnection.publisher.CloudPublisher; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.publisher.CloudPublisher is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudConnectionConstants.java:[16] import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/message/KuraTopic.java:[14] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloud.CloudService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/publisher/CloudPublisher.java:[13] import org.eclipse.kura.cloudconnection.CloudEndpoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.CloudEndpoint is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraException.java:[105] return new KuraException(KuraErrorCode.INTERNAL_ERROR, null, message); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraException.java:[120] return new KuraException(KuraErrorCode.INTERNAL_ERROR, cause, ""); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraException.java:[137] return new KuraException(KuraErrorCode.INTERNAL_ERROR, cause, message); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraException.java:[164] if ((this.code == null) || KuraErrorCode.INTERNAL_ERROR.equals(this.code)) { ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/listener/CloudConnectionListener.java:[12] import org.eclipse.kura.cloudconnection.CloudConnectionManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.CloudConnectionManager is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetConfigIP.java:[429] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "netmask is null"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetConfigIP.java:[447] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "received invalid mask: " + netmask); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetConfigIP.java:[476] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/driver/Driver.java:[19] import org.eclipse.kura.KuraRuntimeException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.KuraRuntimeException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/wire/WireConfiguration.java:[23] import org.osgi.service.wireadmin.WireAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.service.wireadmin.WireAdmin is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/configuration/metatype/OCDService.java:[17] import org.eclipse.kura.configuration.ConfigurationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.configuration.ConfigurationService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudletTopic.java:[14] import org.eclipse.kura.cloudconnection.message.KuraMessage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.message.KuraMessage is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGattCharacteristic.java:[16] import org.eclipse.kura.bluetooth.le.BluetoothLeGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.bluetooth.le.BluetoothLeGattCharacteristic is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/driver/descriptor/DriverDescriptor.java:[15] import org.eclipse.kura.driver.ChannelDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.driver.ChannelDescriptor is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/driver/descriptor/DriverDescriptor.java:[16] import org.eclipse.kura.driver.Driver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.driver.Driver is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/wire/multiport/MultiportWireReceiver.java:[17] import org.eclipse.kura.wire.WireEmitter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.wire.WireEmitter is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudConnectionManager.java:[16] import org.eclipse.kura.KuraException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.KuraException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothService.java:[14] import org.eclipse.kura.bluetooth.le.BluetoothLeService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.bluetooth.le.BluetoothLeService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:[19] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloud.CloudService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:[20] import org.eclipse.kura.cloudconnection.publisher.CloudPublisher; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.publisher.CloudPublisher is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:[21] import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:[22] import org.eclipse.kura.configuration.ConfigurationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.configuration.ConfigurationService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:[23] import org.eclipse.kura.data.DataTransportService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataTransportService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:[25] import org.osgi.service.component.ComponentContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.service.component.ComponentContext is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClientListener.java:[14] import org.eclipse.kura.cloudconnection.listener.CloudConnectionListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.listener.CloudConnectionListener is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClientListener.java:[15] import org.eclipse.kura.cloudconnection.subscriber.listener.CloudSubscriberListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.subscriber.listener.CloudSubscriberListener is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClientListener.java:[16] import org.eclipse.kura.data.DataService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClientListener.java:[17] import org.eclipse.kura.data.DataTransportService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataTransportService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/dns/DnsServerConfig.java:[14] import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothBeaconScanListener.java:[3] import org.eclipse.kura.bluetooth.le.beacon.listener.BluetoothLeBeaconListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.bluetooth.le.beacon.listener.BluetoothLeBeaconListener is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/wire/graph/WireGraphConfiguration.java:[18] import org.eclipse.kura.wire.WireConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.wire.WireConfiguration is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/data/listener/DataServiceListener.java:[14] import org.eclipse.kura.data.DataService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/request/RequestHandlerMessageConstants.java:[12] import org.eclipse.kura.cloudconnection.message.KuraMessage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.message.KuraMessage is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[20] import org.eclipse.kura.cloudconnection.request.RequestHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.request.RequestHandler is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[251] CloudletTopic reqTopic = CloudletTopic.parseAppTopic(this.m_appTopic); ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[251] CloudletTopic reqTopic = CloudletTopic.parseAppTopic(this.m_appTopic); ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[251] CloudletTopic reqTopic = CloudletTopic.parseAppTopic(this.m_appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method parseAppTopic(String) from the type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[252] CloudletTopic.Method method = reqTopic.getMethod(); ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[252] CloudletTopic.Method method = reqTopic.getMethod(); ^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[252] CloudletTopic.Method method = reqTopic.getMethod(); ^^^^^^^^^^^ The method getMethod() from the type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[254] case GET: ^^^ The field CloudletTopic.Method.GET is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[259] case PUT: ^^^ The field CloudletTopic.Method.PUT is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[264] case POST: ^^^^ The field CloudletTopic.Method.POST is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[269] case DEL: ^^^ The field CloudletTopic.Method.DEL is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[274] case EXEC: ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[295] CloudClient cloudClient = this.m_cloudApp.getCloudApplicationClient(); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[303] cloudClient.controlPublish(requesterClientId, sb.toString(), respPayload, Cloudlet.DFLT_PUB_QOS, Cloudlet.DFLT_RETAIN, Cloudlet.DFLT_PRIORITY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method controlPublish(String, String, KuraPayload, int, boolean, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/wire/multiport/MultiportWireEmitter.java:[14] import org.eclipse.kura.wire.WireReceiver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.wire.WireReceiver is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothConnector.java:[21] import javax.microedition.io.ConnectionNotFoundException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import javax.microedition.io.ConnectionNotFoundException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothAdapter.java:[14] import org.eclipse.kura.bluetooth.le.BluetoothLeAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.bluetooth.le.BluetoothLeAdapter is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/wire/WireEnvelope.java:[24] import org.osgi.service.wireadmin.Envelope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.service.wireadmin.Envelope is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/modem/ModemInterface.java:[16] import org.eclipse.kura.KuraException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.KuraException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/message/KuraMessage.java:[17] import org.eclipse.kura.cloudconnection.publisher.CloudPublisher; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.publisher.CloudPublisher is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/message/KuraMessage.java:[18] import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/type/TypedValues.java:[20] import org.eclipse.kura.KuraRuntimeException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.KuraRuntimeException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGattService.java:[17] import org.eclipse.kura.bluetooth.le.BluetoothLeGattService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.bluetooth.le.BluetoothLeGattService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/publisher/CloudNotificationPublisher.java:[12] import org.eclipse.kura.cloudconnection.request.RequestHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.request.RequestHandler is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/subscriber/CloudSubscriber.java:[12] import org.eclipse.kura.cloudconnection.CloudEndpoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.CloudEndpoint is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/driver/ChannelDescriptor.java:[12] import org.eclipse.kura.configuration.ConfigurableComponent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.configuration.ConfigurableComponent is never used 82 problems (82 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.api --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.api --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.api --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.api --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.api --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.api --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.api --- [INFO] [INFO] --- bnd-baseline-maven-plugin:3.4.0:baseline (baseline) @ org.eclipse.kura.api --- [INFO] Baselining check succeeded checking org.eclipse.kura:org.eclipse.kura.api:jar:2.1.1-SNAPSHOT against org.eclipse.kura:org.eclipse.kura.api:jar:2.1.0 [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.api --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.api/2.1.1-SNAPSHOT/org.eclipse.kura.api-2.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.api/2.1.1-SNAPSHOT/org.eclipse.kura.api-2.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.api/2.1.1-SNAPSHOT/org.eclipse.kura.api-2.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.api/2.1.1-SNAPSHOT/org.eclipse.kura.api-2.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.api/2.1.1-SNAPSHOT/org.eclipse.kura.api-2.1.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.api --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.api --- [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.util >--------------- [INFO] Building org.eclipse.kura.util 1.1.101-SNAPSHOT [4/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.util --- [INFO] The project's OSGi version is 1.1.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.util --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.util --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.util --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.util --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.util --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.1.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.util --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.1.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.util --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.util --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.util --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.util --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.1.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util/1.1.101-SNAPSHOT/org.eclipse.kura.util-1.1.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util/1.1.101-SNAPSHOT/org.eclipse.kura.util-1.1.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.1.101-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util/1.1.101-SNAPSHOT/org.eclipse.kura.util-1.1.101-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util/1.1.101-SNAPSHOT/org.eclipse.kura.util-1.1.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.util/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util/1.1.101-SNAPSHOT/org.eclipse.kura.util-1.1.101-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.util --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.util --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.asset.cloudlet.provider >------ [INFO] Building org.eclipse.kura.asset.cloudlet.provider 1.0.402-SNAPSHOT [5/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] The project's OSGi version is 1.0.402.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.asset.cloudlet.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.0.402-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.0.402-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.0.402-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.0.402-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.0.402-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.0.402-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.0.402-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.0.402-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.0.402-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.0.402-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.0.402-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.0.402-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.cloudlet.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.0.402-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.0.402-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.asset.cloudlet.provider --- [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.core >--------------- [INFO] Building org.eclipse.kura.core 1.0.503 [6/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core --- [INFO] The project's OSGi version is 1.0.503 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[48] ((org.eclipse.kura.data.DataServiceListener) service).onConnectionEstablished(); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[48] ((org.eclipse.kura.data.DataServiceListener) service).onConnectionEstablished(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method onConnectionEstablished() from the type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[76] ((org.eclipse.kura.data.DataServiceListener) service).onDisconnecting(); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[76] ((org.eclipse.kura.data.DataServiceListener) service).onDisconnecting(); ^^^^^^^^^^^^^^^^^ The method onDisconnecting() from the type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[104] ((org.eclipse.kura.data.DataServiceListener) service).onDisconnected(); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[104] ((org.eclipse.kura.data.DataServiceListener) service).onDisconnected(); ^^^^^^^^^^^^^^^^ The method onDisconnected() from the type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[132] ((org.eclipse.kura.data.DataServiceListener) service).onConnectionLost(cause); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[132] ((org.eclipse.kura.data.DataServiceListener) service).onConnectionLost(cause); ^^^^^^^^^^^^^^^^^^^^^^^ The method onConnectionLost(Throwable) from the type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[160] ((org.eclipse.kura.data.DataServiceListener) service).onMessageArrived(topic, payload, qos, ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[160] ((org.eclipse.kura.data.DataServiceListener) service).onMessageArrived(topic, payload, qos, retained); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageArrived(String, byte[], int, boolean) from the type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[189] ((org.eclipse.kura.data.DataServiceListener) service).onMessagePublished(messageId, topic); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[189] ((org.eclipse.kura.data.DataServiceListener) service).onMessagePublished(messageId, topic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessagePublished(int, String) from the type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[217] ((org.eclipse.kura.data.DataServiceListener) service).onMessageConfirmed(messageId, topic); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[217] ((org.eclipse.kura.data.DataServiceListener) service).onMessageConfirmed(messageId, topic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageConfirmed(int, String) from the type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[416] if (System.getProperty(DB_URL_PROPNAME) != null) { ^^^^^^^^^^^^^^^ The field SystemService.DB_URL_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[417] this.kuraProperties.put(DB_URL_PROPNAME, System.getProperty(DB_URL_PROPNAME)); ^^^^^^^^^^^^^^^ The field SystemService.DB_URL_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[417] this.kuraProperties.put(DB_URL_PROPNAME, System.getProperty(DB_URL_PROPNAME)); ^^^^^^^^^^^^^^^ The field SystemService.DB_URL_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[419] if (System.getProperty(DB_CACHE_ROWS_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_CACHE_ROWS_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[420] this.kuraProperties.put(DB_CACHE_ROWS_PROPNAME, System.getProperty(DB_CACHE_ROWS_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_CACHE_ROWS_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[420] this.kuraProperties.put(DB_CACHE_ROWS_PROPNAME, System.getProperty(DB_CACHE_ROWS_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_CACHE_ROWS_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[422] if (System.getProperty(DB_LOB_FILE_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOB_FILE_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[423] this.kuraProperties.put(DB_LOB_FILE_PROPNAME, System.getProperty(DB_LOB_FILE_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOB_FILE_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[423] this.kuraProperties.put(DB_LOB_FILE_PROPNAME, System.getProperty(DB_LOB_FILE_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOB_FILE_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[425] if (System.getProperty(DB_DEFRAG_LIMIT_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_DEFRAG_LIMIT_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[426] this.kuraProperties.put(DB_DEFRAG_LIMIT_PROPNAME, System.getProperty(DB_DEFRAG_LIMIT_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_DEFRAG_LIMIT_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[426] this.kuraProperties.put(DB_DEFRAG_LIMIT_PROPNAME, System.getProperty(DB_DEFRAG_LIMIT_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_DEFRAG_LIMIT_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[428] if (System.getProperty(DB_LOG_DATA_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOG_DATA_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[429] this.kuraProperties.put(DB_LOG_DATA_PROPNAME, System.getProperty(DB_LOG_DATA_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOG_DATA_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[429] this.kuraProperties.put(DB_LOG_DATA_PROPNAME, System.getProperty(DB_LOG_DATA_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOG_DATA_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[431] if (System.getProperty(DB_LOG_SIZE_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOG_SIZE_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[432] this.kuraProperties.put(DB_LOG_SIZE_PROPNAME, System.getProperty(DB_LOG_SIZE_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOG_SIZE_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[432] this.kuraProperties.put(DB_LOG_SIZE_PROPNAME, System.getProperty(DB_LOG_SIZE_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOG_SIZE_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[434] if (System.getProperty(DB_NIO_PROPNAME) != null) { ^^^^^^^^^^^^^^^ The field SystemService.DB_NIO_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[435] this.kuraProperties.put(DB_NIO_PROPNAME, System.getProperty(DB_NIO_PROPNAME)); ^^^^^^^^^^^^^^^ The field SystemService.DB_NIO_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[435] this.kuraProperties.put(DB_NIO_PROPNAME, System.getProperty(DB_NIO_PROPNAME)); ^^^^^^^^^^^^^^^ The field SystemService.DB_NIO_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[437] if (System.getProperty(DB_WRITE_DELAY_MILLIES_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_WRITE_DELAY_MILLIES_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[438] this.kuraProperties.put(DB_WRITE_DELAY_MILLIES_PROPNAME, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_WRITE_DELAY_MILLIES_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[439] System.getProperty(DB_WRITE_DELAY_MILLIES_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_WRITE_DELAY_MILLIES_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[48] ((org.eclipse.kura.data.DataTransportListener) service).onConnectionEstablished(newSession); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[48] ((org.eclipse.kura.data.DataTransportListener) service).onConnectionEstablished(newSession); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onConnectionEstablished(boolean) from the type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[76] ((org.eclipse.kura.data.DataTransportListener) service).onDisconnecting(); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[76] ((org.eclipse.kura.data.DataTransportListener) service).onDisconnecting(); ^^^^^^^^^^^^^^^^^ The method onDisconnecting() from the type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[104] ((org.eclipse.kura.data.DataTransportListener) service).onDisconnected(); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[104] ((org.eclipse.kura.data.DataTransportListener) service).onDisconnected(); ^^^^^^^^^^^^^^^^ The method onDisconnected() from the type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[132] ((org.eclipse.kura.data.DataTransportListener) service).onConfigurationUpdating(wasConnected); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[132] ((org.eclipse.kura.data.DataTransportListener) service).onConfigurationUpdating(wasConnected); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onConfigurationUpdating(boolean) from the type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[160] ((org.eclipse.kura.data.DataTransportListener) service).onConfigurationUpdated(wasConnected); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[160] ((org.eclipse.kura.data.DataTransportListener) service).onConfigurationUpdated(wasConnected); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onConfigurationUpdated(boolean) from the type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[188] ((org.eclipse.kura.data.DataTransportListener) service).onConnectionLost(cause); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[188] ((org.eclipse.kura.data.DataTransportListener) service).onConnectionLost(cause); ^^^^^^^^^^^^^^^^^^^^^^^ The method onConnectionLost(Throwable) from the type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[216] ((org.eclipse.kura.data.DataTransportListener) service).onMessageArrived(topic, payload, qos, ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[216] ((org.eclipse.kura.data.DataTransportListener) service).onMessageArrived(topic, payload, qos, retained); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageArrived(String, byte[], int, boolean) from the type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[245] ((org.eclipse.kura.data.DataTransportListener) service).onMessageConfirmed(token); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[245] ((org.eclipse.kura.data.DataTransportListener) service).onMessageConfirmed(token); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageConfirmed(DataTransportToken) from the type DataTransportListener is deprecated 54 problems (54 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.0.503-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.0.503.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.0.503.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core/1.0.503/org.eclipse.kura.core-1.0.503.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core/1.0.503/org.eclipse.kura.core-1.0.503.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.0.503-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core/1.0.503/org.eclipse.kura.core-1.0.503-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core/1.0.503/org.eclipse.kura.core-1.0.503-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core/1.0.503/org.eclipse.kura.core-1.0.503-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.core.configuration >-------- [INFO] Building org.eclipse.kura.core.configuration 2.0.201-SNAPSHOT [7/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.configuration --- [INFO] The project's OSGi version is 2.0.201.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.configuration --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.configuration --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.configuration --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Ticon.java:[30] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tattribute.java:[29] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tdesignate.java:[29] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Toption.java:[29] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tmetadata.java:[31] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tad.java:[31] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tobject.java:[30] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[655] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[908] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1082] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1101] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1103] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1105] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1386] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tocd.java:[31] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used 15 problems (15 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.configuration --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.0.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.configuration --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.configuration --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.configuration --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.configuration --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.0.201-SNAPSHOT/org.eclipse.kura.core.configuration-2.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.0.201-SNAPSHOT/org.eclipse.kura.core.configuration-2.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.0.201-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.0.201-SNAPSHOT/org.eclipse.kura.core.configuration-2.0.201-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.0.201-SNAPSHOT/org.eclipse.kura.core.configuration-2.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.configuration/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.0.201-SNAPSHOT/org.eclipse.kura.core.configuration-2.0.201-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.configuration --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.configuration --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.asset.provider >---------- [INFO] Building org.eclipse.kura.asset.provider 2.0.202-SNAPSHOT [8/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.asset.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.asset.provider --- [INFO] The project's OSGi version is 2.0.202.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.asset.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.asset.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.asset.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.asset.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.asset.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/src/main/java/org/eclipse/kura/asset/provider/BaseAsset.java:[59] import org.eclipse.kura.type.DataType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.type.DataType is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/src/main/java/org/eclipse/kura/asset/provider/BaseChannelDescriptor.java:[22] import org.eclipse.kura.asset.AssetConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.asset.AssetConfiguration is never used 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.asset.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.asset.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.asset.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.0.202-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.asset.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.asset.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.0.202-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.asset.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.asset.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.asset.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.asset.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.0.202-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.0.202-SNAPSHOT/org.eclipse.kura.asset.provider-2.0.202-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.0.202-SNAPSHOT/org.eclipse.kura.asset.provider-2.0.202-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.0.202-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.0.202-SNAPSHOT/org.eclipse.kura.asset.provider-2.0.202-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.0.202-SNAPSHOT/org.eclipse.kura.asset.provider-2.0.202-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.0.202-SNAPSHOT/org.eclipse.kura.asset.provider-2.0.202-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.asset.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.asset.provider --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.asset.helper.provider >------- [INFO] Building org.eclipse.kura.asset.helper.provider 1.0.401-SNAPSHOT [9/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.asset.helper.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.asset.helper.provider --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.asset.helper.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.asset.helper.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.asset.helper.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.asset.helper.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.asset.helper.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.asset.helper.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.asset.helper.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.asset.helper.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.asset.helper.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.asset.helper.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.asset.helper.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.asset.helper.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.asset.helper.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.asset.helper.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.asset.helper.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.asset.helper.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.asset.helper.provider --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.broker.artemis.core >-------- [INFO] Building org.eclipse.kura.broker.artemis.core 1.1.101-SNAPSHOT [10/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.broker.artemis.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.broker.artemis.core --- [INFO] The project's OSGi version is 1.1.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.broker.artemis.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.broker.artemis.core --- [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ org.eclipse.kura.broker.artemis.core --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.broker.artemis.core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.broker.artemis.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.broker.artemis.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.broker.artemis.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.broker.artemis.core --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.broker.artemis.core --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.1.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.broker.artemis.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.broker.artemis.core --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.1.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.broker.artemis.core --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.broker.artemis.core --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.broker.artemis.core --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.broker.artemis.core --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.1.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.1.101-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.1.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.1.101-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.1.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.1.101-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.1.101-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.1.101-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.1.101-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.1.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.1.101-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.1.101-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.broker.artemis.core --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.broker.artemis.core --- [INFO] [INFO] ----< org.eclipse.kura:org.eclipse.kura.broker.artemis.simple.mqtt >---- [INFO] Building org.eclipse.kura.broker.artemis.simple.mqtt 1.0.301-SNAPSHOT [11/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.0.301-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.0.301-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.0.301-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.0.301-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.0.301-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.broker.artemis.simple.mqtt --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.broker.artemis.xml >-------- [INFO] Building org.eclipse.kura.broker.artemis.xml 1.0.301-SNAPSHOT [12/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.broker.artemis.xml --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.broker.artemis.xml --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.broker.artemis.xml --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.broker.artemis.xml --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.broker.artemis.xml --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.broker.artemis.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.broker.artemis.xml --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.broker.artemis.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.broker.artemis.xml --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.broker.artemis.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.broker.artemis.xml --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.broker.artemis.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.broker.artemis.xml --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.broker.artemis.xml --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.broker.artemis.xml --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.broker.artemis.xml --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.0.301-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.0.301-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.0.301-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.0.301-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.broker.artemis.xml/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.0.301-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.broker.artemis.xml --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.broker.artemis.xml --- [INFO] [INFO] --------------< org.eclipse.kura:org.eclipse.kura.camel >--------------- [INFO] Building org.eclipse.kura.camel 1.3.101-SNAPSHOT [13/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.camel --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.camel --- [INFO] The project's OSGi version is 1.3.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.camel --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.camel --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.camel --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.camel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.camel --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/router/CamelRouter.java:[18] import org.apache.camel.core.osgi.OsgiDefaultCamelContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.apache.camel.core.osgi.OsgiDefaultCamelContext is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/router/CamelRouter.java:[20] import org.eclipse.kura.camel.runner.CamelRunner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.camel.runner.CamelRunner is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponentResolver.java:[17] import org.eclipse.kura.camel.runner.CamelRunner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.camel.runner.CamelRunner is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponentResolver.java:[18] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponentResolver.java:[36] private CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponentResolver.java:[38] public void setCloudService(final CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[22] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[31] CloudClient cloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[33] public KuraCloudProducer(KuraCloudEndpoint endpoint, CloudClient cloudClient) { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[74] this.cloudClient.controlPublish(deviceId, topic, (KuraPayload) body, qos, retain, priority); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method controlPublish(String, String, KuraPayload, int, boolean, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[76] this.cloudClient.controlPublish(topic, (KuraPayload) body, qos, retain, priority); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method controlPublish(String, KuraPayload, int, boolean, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[79] this.cloudClient.publish(topic, (KuraPayload) body, qos, retain, priority); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method publish(String, KuraPayload, int, boolean, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/CamelCloudService.java:[12] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/CamelCloudService.java:[17] public interface CamelCloudService extends CloudService { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[45] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[46] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[54] public class CamelCloudClient implements CloudClient { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[64] private final List cloudClientListeners = new CopyOnWriteArrayList<>(); ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[208] public void addCloudClientListener(CloudClientListener cloudClientListener) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[213] public void removeCloudClientListener(CloudClientListener cloudClientListener) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[337] for (CloudClientListener listener : CamelCloudClient.this.cloudClientListeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[349] listener.onMessageArrived(deviceId, "camel", payload, qos, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageArrived(String, String, KuraPayload, int, boolean) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[23] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[32] private final Map clients = new ConcurrentHashMap<>(); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[41] public CloudClient newCloudClient(String applicationId) throws KuraException { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[46] final CloudClient cloudClient = new CamelCloudClient(this, this.camelContext, applicationId, baseEndpoint); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[68] CloudClient client = this.clients.remove(applicationId); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[70] client.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[76] for (CloudClient client : this.clients.values()) { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[78] client.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[24] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[25] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[31] public class KuraCloudConsumer extends DefaultConsumer implements CloudClientListener { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[33] private final CloudClient cloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[35] public KuraCloudConsumer(final Endpoint endpoint, final Processor processor, final CloudClient cloudClient) { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[48] this.cloudClient.addCloudClientListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addCloudClientListener(CloudClientListener) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[49] if (this.cloudClient.isConnected()) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[57] this.cloudClient.unsubscribe(getEndpoint().getTopic()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method unsubscribe(String) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[61] this.cloudClient.removeCloudClientListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeCloudClientListener(CloudClientListener) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[94] this.cloudClient.subscribe(getEndpoint().getTopic(), 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method subscribe(String, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCache.java:[13] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCache.java:[19] CloudClient getClient(); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[21] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[22] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[32] private final CloudClient client; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[34] public CloudClientHandleImplementation(String applicationId, CloudClient client) { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[45] public CloudClient getClient() { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[52] private final CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[56] public CloudClientCacheImpl(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[73] CloudClient client = null; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[79] client = this.cloudService.newCloudClient(applicationId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newCloudClient(String) from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[96] client.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[105] private void removeHandle(CloudClientHandle handle, String applicationId, CloudClient client) { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[128] client.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[144] final Set clients = new HashSet<>(); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[147] final CloudClient client = handle.getClient(); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[150] client.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/runner/CamelRunner.java:[38] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/runner/CamelRunner.java:[263] final ServiceConsumer consumer) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/runner/CamelRunner.java:[264] final String baseFilter = String.format("(%s=%s)", Constants.OBJECTCLASS, CloudService.class.getName()); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/runner/CamelRunner.java:[361] public static ServiceConsumer addAsCloudComponent(final String componentName) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/runner/CamelRunner.java:[362] return new ServiceConsumer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/runner/CamelRunner.java:[365] public void consume(CamelContext context, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[21] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[30] private CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[43] public KuraCloudComponent(final CamelContext context, final CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[50] final CloudService cloudService = lookupCloudService(); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[89] protected CloudService lookupCloudService() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[91] this.cloudService = retrieveService(CloudService.class, getCamelContext().getRegistry()); ^^^^^^^^^^^^ The type CloudService is deprecated 69 problems (69 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.camel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.camel --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.camel --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.3.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.camel --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.camel --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.3.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.camel --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.camel --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.camel --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.camel --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.3.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.3.101-SNAPSHOT/org.eclipse.kura.camel-1.3.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.3.101-SNAPSHOT/org.eclipse.kura.camel-1.3.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.3.101-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.3.101-SNAPSHOT/org.eclipse.kura.camel-1.3.101-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.3.101-SNAPSHOT/org.eclipse.kura.camel-1.3.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.3.101-SNAPSHOT/org.eclipse.kura.camel-1.3.101-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.camel --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.camel --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.camel.cloud.factory >-------- [INFO] Building org.eclipse.kura.camel.cloud.factory 1.1.401-SNAPSHOT [14/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.camel.cloud.factory --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.camel.cloud.factory --- [INFO] The project's OSGi version is 1.1.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.camel.cloud.factory --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.camel.cloud.factory --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.camel.cloud.factory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.camel.cloud.factory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.camel.cloud.factory --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/CamelCloudServiceFactory.java:[27] import org.eclipse.kura.cloud.factory.CloudServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/CamelCloudServiceFactory.java:[39] public class CamelCloudServiceFactory implements CloudServiceFactory { ^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/CamelFactory.java:[18] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/CamelFactory.java:[18] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloud.CloudService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/ServiceConfiguration.java:[13] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/ServiceConfiguration.java:[13] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloud.CloudService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/XmlCamelCloudService.java:[36] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/XmlCamelCloudService.java:[64] private ServiceRegistration handle; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/XmlCamelCloudService.java:[123] this.handle = this.context.registerService(CloudService.class, this.service, props); ^^^^^^^^^^^^ The type CloudService is deprecated 9 problems (9 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.camel.cloud.factory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.camel.cloud.factory --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.camel.cloud.factory --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.1.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.camel.cloud.factory --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.camel.cloud.factory --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.1.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.camel.cloud.factory --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.camel.cloud.factory --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.camel.cloud.factory --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.camel.cloud.factory --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.1.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.1.401-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.1.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.1.401-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.1.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.1.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.1.401-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.1.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.1.401-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.1.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.cloud.factory/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.1.401-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.1.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.camel.cloud.factory --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.camel.cloud.factory --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.camel.xml >------------- [INFO] Building org.eclipse.kura.camel.xml 1.1.101-SNAPSHOT [15/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.camel.xml --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.camel.xml --- [INFO] The project's OSGi version is 1.1.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.camel.xml --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.camel.xml --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.camel.xml --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.camel.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.camel.xml --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/src/org/eclipse/kura/camel/xml/XmlRouterComponent.java:[31] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/src/org/eclipse/kura/camel/xml/XmlRouterComponent.java:[110] filter = format("(&(%s=%s)(kura.service.pid=%s))", Constants.OBJECTCLASS, CloudService.class.getName(), ^^^^^^^^^^^^ The type CloudService is deprecated 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.camel.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.camel.xml --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.camel.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.1.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.camel.xml --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.camel.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.1.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.camel.xml --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.camel.xml --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.camel.xml --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.camel.xml --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.1.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.1.101-SNAPSHOT/org.eclipse.kura.camel.xml-1.1.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.1.101-SNAPSHOT/org.eclipse.kura.camel.xml-1.1.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.1.101-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.1.101-SNAPSHOT/org.eclipse.kura.camel.xml-1.1.101-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.1.101-SNAPSHOT/org.eclipse.kura.camel.xml-1.1.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.camel.xml/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.1.101-SNAPSHOT/org.eclipse.kura.camel.xml-1.1.101-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.camel.xml --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.camel.xml --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.core.certificates >--------- [INFO] Building org.eclipse.kura.core.certificates 1.0.501-SNAPSHOT [16/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.certificates --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.certificates --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.certificates --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.certificates --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.certificates --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.certificates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.certificates --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.certificates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.certificates --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.certificates --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.certificates --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.certificates --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.certificates --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.certificates --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.certificates --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.certificates --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.0.501-SNAPSHOT/org.eclipse.kura.core.certificates-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.0.501-SNAPSHOT/org.eclipse.kura.core.certificates-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.0.501-SNAPSHOT/org.eclipse.kura.core.certificates-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.0.501-SNAPSHOT/org.eclipse.kura.core.certificates-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.certificates/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.0.501-SNAPSHOT/org.eclipse.kura.core.certificates-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.certificates --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.certificates --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.core.cloud >------------ [INFO] Building org.eclipse.kura.core.cloud 1.1.403-SNAPSHOT [17/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.cloud --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.cloud --- [INFO] The project's OSGi version is 1.1.403.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.cloud --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.cloud --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.cloud --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.cloud --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.cloud --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/protobuf/KuraPayloadProto.java:[4156] com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Descriptors.FileDescriptor.InternalDescriptorAssigner is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/protobuf/KuraPayloadProto.java:[4156] com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Descriptors.FileDescriptor.InternalDescriptorAssigner is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/protobuf/KuraPayloadProto.java:[4165] com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}, assigner); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method internalBuildGeneratedFileFrom(String[], Descriptors.FileDescriptor[], Descriptors.FileDescriptor.InternalDescriptorAssigner) from the type Descriptors.FileDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/publisher/NotificationPublisherImpl.java:[32] import org.osgi.service.component.ComponentContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.service.component.ComponentContext is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/publisher/NotificationPublisherImpl.java:[121] String deviceId = options.getTopicClientIdToken(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicClientIdToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/publisher/NotificationPublisherImpl.java:[122] String topicSeparator = options.getTopicSeparator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicSeparator() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/publisher/NotificationPublisherImpl.java:[128] sb.append(options.getTopicAccountToken()).append(topicSeparator).append(requestorClientId) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicAccountToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/KuraTopicImpl.java:[14] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/KuraTopicImpl.java:[14] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloud.CloudService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[269] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[19] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[20] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[29] public class CloudClientImpl implements CloudClient, CloudClientListener { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[29] public class CloudClientImpl implements CloudClient, CloudClientListener { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[75] public void addCloudClientListener(CloudClientListener cloudClientListener) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[80] public void removeCloudClientListener(CloudClientListener cloudClientListener) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[105] return publish(options.getTopicClientIdToken(), appTopic, payload, qos, retain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicClientIdToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[118] return publish(options.getTopicClientIdToken(), appTopic, payload, qos, retain, priority); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicClientIdToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[131] return publish(options.getTopicClientIdToken(), appTopic, payload, qos, retain, priority); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicClientIdToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[146] return controlPublish(options.getTopicClientIdToken(), appTopic, payload, qos, retain, priority); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicClientIdToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[167] subscribe(options.getTopicClientIdToken(), appTopic, qos); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicClientIdToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[180] controlSubscribe(options.getTopicClientIdToken(), appTopic, qos); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicClientIdToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[193] unsubscribe(options.getTopicClientIdToken(), appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicClientIdToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[206] controlUnsubscribe(options.getTopicClientIdToken(), appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicClientIdToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[242] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[243] listener.onMessageArrived(deviceId, appTopic, payload, qos, retain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageArrived(String, String, KuraPayload, int, boolean) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[250] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[251] listener.onControlMessageArrived(deviceId, appTopic, payload, qos, retain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onControlMessageArrived(String, String, KuraPayload, int, boolean) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[257] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[258] listener.onMessageConfirmed(pubId, appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageConfirmed(int, String) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[264] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[265] listener.onMessagePublished(pubId, appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessagePublished(int, String) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[271] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[272] listener.onConnectionEstablished(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method onConnectionEstablished() from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[278] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[279] listener.onConnectionLost(); ^^^^^^^^^^^^^^^^^^ The method onConnectionLost() from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[293] sb.append(options.getTopicControlPrefix()).append(options.getTopicSeparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicSeparator() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[296] sb.append(options.getTopicAccountToken()).append(options.getTopicSeparator()).append(deviceId) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicAccountToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[296] sb.append(options.getTopicAccountToken()).append(options.getTopicSeparator()).append(deviceId) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicSeparator() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[297] .append(options.getTopicSeparator()).append(this.applicationId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicSeparator() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[300] sb.append(options.getTopicSeparator()).append(appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicSeparator() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[315] .append("\\$EDC").append(options.getTopicSeparator()).append(")?") ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicSeparator() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[317] .append(options.getTopicAccountToken()).append(options.getTopicSeparator()).append(".+") // Any device ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicAccountToken() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[317] .append(options.getTopicAccountToken()).append(options.getTopicSeparator()).append(".+") // Any device ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicSeparator() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[319] .append(options.getTopicSeparator()).append(this.applicationId).append("(/.+)?"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicSeparator() from the type CloudServiceOptions should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/MessageConstants.java:[14] import org.eclipse.kura.cloudconnection.CloudConnectionManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.CloudConnectionManager is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/MessageConstants.java:[15] import org.eclipse.kura.cloudconnection.message.KuraMessage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.message.KuraMessage is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/MessageConstants.java:[16] import org.eclipse.kura.cloudconnection.publisher.CloudPublisher; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.publisher.CloudPublisher is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/MessageConstants.java:[17] import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.subscriber.CloudSubscriber is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudServiceImpl.java:[52] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudServiceImpl.java:[58] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudServiceImpl.java:[96] implements CloudService, DataServiceListener, ConfigurableComponent, EventHandler, CloudPayloadProtoBufEncoder, ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudServiceImpl.java:[390] public CloudClient newCloudClient(String applicationId) throws KuraException { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/call/CloudCallServiceImpl.java:[21] import org.eclipse.kura.cloud.CloudCallService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/call/CloudCallServiceImpl.java:[36] public class CloudCallServiceImpl implements CloudCallService, DataServiceListener { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/call/CloudCallServiceImpl.java:[124] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e, "Cannot encode request"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[25] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[25] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloud.CloudService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[26] import org.eclipse.kura.cloud.factory.CloudServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[30] import org.eclipse.kura.data.DataTransportService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataTransportService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[161] public class DefaultCloudServiceFactory implements CloudServiceFactory, CloudConnectionFactory { ^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[224] cloudServiceProperties.put(KURA_CLOUD_SERVICE_FACTORY_PID, FACTORY_PID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field CloudServiceFactory.KURA_CLOUD_SERVICE_FACTORY_PID is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[306] && (FACTORY_PID.equals(ref.getProperty(KURA_CLOUD_SERVICE_FACTORY_PID)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field CloudServiceFactory.KURA_CLOUD_SERVICE_FACTORY_PID is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[14] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[22] public class CloudClientListenerAdapter implements CloudClientListener { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[28] private final CloudClientListener m_listener; ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[30] CloudClientListenerAdapter(CloudClientListener listener) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[34] public CloudClientListener getCloudClientListenerAdapted() { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[41] this.m_listener.onControlMessageArrived(deviceId, appTopic, msg, qos, retain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onControlMessageArrived(String, String, KuraPayload, int, boolean) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[50] this.m_listener.onMessageArrived(deviceId, appTopic, msg, qos, retain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageArrived(String, String, KuraPayload, int, boolean) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[59] this.m_listener.onConnectionLost(); ^^^^^^^^^^^^^^^^^^ The method onConnectionLost() from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[68] this.m_listener.onConnectionEstablished(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method onConnectionEstablished() from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[77] this.m_listener.onMessageConfirmed(messageId, appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageConfirmed(int, String) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[86] this.m_listener.onMessagePublished(messageId, appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessagePublished(int, String) from the type CloudClientListener is deprecated 74 problems (74 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.cloud --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.cloud --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.cloud --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.1.403-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.cloud --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.cloud --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.1.403-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.cloud --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.cloud --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.cloud --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.cloud --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.1.403-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.1.403-SNAPSHOT/org.eclipse.kura.core.cloud-1.1.403-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.1.403-SNAPSHOT/org.eclipse.kura.core.cloud-1.1.403-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.1.403-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.1.403-SNAPSHOT/org.eclipse.kura.core.cloud-1.1.403-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.1.403-SNAPSHOT/org.eclipse.kura.core.cloud-1.1.403-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.cloud/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.1.403-SNAPSHOT/org.eclipse.kura.core.cloud-1.1.403-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.cloud --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.cloud --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.core.comm >------------- [INFO] Building org.eclipse.kura.core.comm 1.0.502-SNAPSHOT [18/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.comm --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.comm --- [INFO] The project's OSGi version is 1.0.502.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.comm --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.comm --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.comm --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.comm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.comm --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.comm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.comm --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.comm --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.0.502-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.comm --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.comm --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.0.502-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.comm --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.comm --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.comm --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.comm --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.0.502-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.0.502-SNAPSHOT/org.eclipse.kura.core.comm-1.0.502-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.0.502-SNAPSHOT/org.eclipse.kura.core.comm-1.0.502-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.0.502-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.0.502-SNAPSHOT/org.eclipse.kura.core.comm-1.0.502-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.0.502-SNAPSHOT/org.eclipse.kura.core.comm-1.0.502-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.comm/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.0.502-SNAPSHOT/org.eclipse.kura.core.comm-1.0.502-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.comm --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.comm --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.core.crypto >------------ [INFO] Building org.eclipse.kura.core.crypto 1.0.501-SNAPSHOT [19/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.crypto --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.crypto --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.crypto --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.crypto --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.crypto --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.crypto --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.crypto --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/src/main/java/org/eclipse/kura/core/crypto/CryptoServiceImpl.java:[240] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.crypto --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.crypto --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.crypto --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.crypto --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.crypto --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.crypto --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.crypto --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.crypto --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.crypto --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.0.501-SNAPSHOT/org.eclipse.kura.core.crypto-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.0.501-SNAPSHOT/org.eclipse.kura.core.crypto-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.0.501-SNAPSHOT/org.eclipse.kura.core.crypto-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.0.501-SNAPSHOT/org.eclipse.kura.core.crypto-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.crypto/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.0.501-SNAPSHOT/org.eclipse.kura.core.crypto-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.crypto --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.crypto --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.core.deployment >---------- [INFO] Building org.eclipse.kura.core.deployment 1.1.502-SNAPSHOT [20/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.deployment --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.deployment --- [INFO] The project's OSGi version is 1.1.502.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.deployment --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.deployment --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.deployment --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.deployment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.deployment --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/install/InstallImpl.java:[154] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/install/InstallImpl.java:[165] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/install/InstallImpl.java:[431] installFailedAsync(deployOptions, fileSystemFileName, new KuraException(KuraErrorCode.INTERNAL_ERROR)); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/HttpDownloadCountingOutputStream.java:[159] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/HttpDownloadCountingOutputStream.java:[162] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/install/DeploymentPackageInstallOptions.java:[105] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/DownloadImpl.java:[154] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/DownloadImpl.java:[162] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/DownloadImpl.java:[215] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, null, ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/DownloadImpl.java:[222] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, null, ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/uninstall/DeploymentPackageUninstallOptions.java:[67] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/DeploymentPackageDownloadOptions.java:[160] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 12 problems (12 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.deployment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.deployment --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.deployment --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.1.502-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.deployment --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.deployment --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.1.502-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.deployment --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.deployment --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.deployment --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.deployment --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.1.502-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.1.502-SNAPSHOT/org.eclipse.kura.core.deployment-1.1.502-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.1.502-SNAPSHOT/org.eclipse.kura.core.deployment-1.1.502-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.1.502-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.1.502-SNAPSHOT/org.eclipse.kura.core.deployment-1.1.502-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.1.502-SNAPSHOT/org.eclipse.kura.core.deployment-1.1.502-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.deployment/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.1.502-SNAPSHOT/org.eclipse.kura.core.deployment-1.1.502-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.deployment --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.deployment --- [INFO] [INFO] -------------< org.eclipse.kura:org.eclipse.kura.core.net >------------- [INFO] Building org.eclipse.kura.core.net 1.0.501-SNAPSHOT [21/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.net --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.net --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.net --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.net --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.net --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.net --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/src/main/java/org/eclipse/kura/core/net/EthernetInterfaceImpl.java:[88] EthernetInterfaceImpl other = (EthernetInterfaceImpl) obj; ^^^^^^^^^^^^^^^^^^^^^ EthernetInterfaceImpl is a raw type. References to generic type EthernetInterfaceImpl should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/src/main/java/org/eclipse/kura/core/net/EthernetInterfaceImpl.java:[88] EthernetInterfaceImpl other = (EthernetInterfaceImpl) obj; ^^^^^^^^^^^^^^^^^^^^^ EthernetInterfaceImpl is a raw type. References to generic type EthernetInterfaceImpl should be parameterized 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.net --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.net --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.net --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.net --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.net --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.net --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.net --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.net --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.0.501-SNAPSHOT/org.eclipse.kura.core.net-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.0.501-SNAPSHOT/org.eclipse.kura.core.net-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.0.501-SNAPSHOT/org.eclipse.kura.core.net-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.0.501-SNAPSHOT/org.eclipse.kura.core.net-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.net/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.0.501-SNAPSHOT/org.eclipse.kura.core.net-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.net --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.net --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.core.status >------------ [INFO] Building org.eclipse.kura.core.status 1.0.501-SNAPSHOT [22/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.status --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.status --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.status --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.status --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.status --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.status --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.status --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.status --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.status --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.status --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.status --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.status --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.status --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.status --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.status --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.status --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.0.501-SNAPSHOT/org.eclipse.kura.core.status-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.0.501-SNAPSHOT/org.eclipse.kura.core.status-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.0.501-SNAPSHOT/org.eclipse.kura.core.status-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.0.501-SNAPSHOT/org.eclipse.kura.core.status-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.core.status/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.0.501-SNAPSHOT/org.eclipse.kura.core.status-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.status --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.status --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.deployment.agent >--------- [INFO] Building org.eclipse.kura.deployment.agent 1.0.501-SNAPSHOT [23/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.deployment.agent --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.deployment.agent --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.deployment.agent --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.deployment.agent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.deployment.agent --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.deployment.agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.deployment.agent --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/src/test/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.deployment.agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.deployment.agent --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.deployment.agent --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.deployment.agent --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.deployment.agent --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.deployment.agent --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.deployment.agent --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.deployment.agent --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.deployment.agent --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.0.501-SNAPSHOT/org.eclipse.kura.deployment.agent-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.0.501-SNAPSHOT/org.eclipse.kura.deployment.agent-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.0.501-SNAPSHOT/org.eclipse.kura.deployment.agent-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.0.501-SNAPSHOT/org.eclipse.kura.deployment.agent-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.deployment.agent/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.0.501-SNAPSHOT/org.eclipse.kura.deployment.agent-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.deployment.agent --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.deployment.agent --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.hook.file.move.provider >------ [INFO] Building org.eclipse.kura.hook.file.move.provider 1.0.301-SNAPSHOT [24/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.hook.file.move.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.hook.file.move.provider --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.hook.file.move.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.hook.file.move.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.hook.file.move.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.hook.file.move.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.hook.file.move.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/src/main/java/org/eclipse/kura/internal/hook/file/move/FileMoveDeploymentHook.java:[82] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.hook.file.move.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.hook.file.move.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.hook.file.move.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.hook.file.move.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.hook.file.move.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.hook.file.move.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.hook.file.move.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.hook.file.move.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.hook.file.move.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.0.301-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.0.301-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.0.301-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.0.301-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.hook.file.move.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.0.301-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.hook.file.move.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.hook.file.move.provider --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.driver.helper.provider >------ [INFO] Building org.eclipse.kura.driver.helper.provider 1.0.401-SNAPSHOT [25/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.helper.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.helper.provider --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.helper.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.helper.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.helper.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.helper.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.driver.helper.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.helper.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.helper.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.helper.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.helper.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.helper.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.helper.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.helper.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.helper.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.helper.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.helper.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.helper.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.helper.provider --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.driver.opcua.provider >------- [INFO] Building org.eclipse.kura.driver.opcua.provider 1.0.401-SNAPSHOT [26/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.kura.driver.opcua.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.opcua.provider --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.opcua.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.opcua.provider --- [INFO] [INFO] --- maven-dependency-plugin:3.0.0:copy (default) @ org.eclipse.kura.driver.opcua.provider --- [INFO] Configured Artifact: com.google.guava:guava:25.0-jre:jar [INFO] Configured Artifact: org.eclipse.milo:bsd-parser-core:0.2.4:jar [INFO] Configured Artifact: org.eclipse.milo:bsd-parser-gson:0.2.4:jar [INFO] Configured Artifact: org.eclipse.milo:sdk-client:0.2.4:jar [INFO] Configured Artifact: org.eclipse.milo:sdk-core:0.2.4:jar [INFO] Configured Artifact: org.eclipse.milo:stack-client:0.2.4:jar [INFO] Configured Artifact: org.eclipse.milo:stack-core:0.2.4:jar [INFO] Configured Artifact: org.jooq:jool:0.9.10:jar [INFO] Configured Artifact: io.netty:netty-all:4.0.36.Final:jar [INFO] Configured Artifact: com.google.code.findbugs:jsr305:3.0.1:jar [INFO] Copying guava-25.0-jre.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/lib/guava.jar [INFO] Copying bsd-parser-core-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/lib/bsd-parser-core.jar [INFO] Copying bsd-parser-gson-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/lib/bsd-parser-gson.jar [INFO] Copying sdk-client-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/lib/sdk-client.jar [INFO] Copying sdk-core-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/lib/sdk-core.jar [INFO] Copying stack-client-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/lib/stack-client.jar [INFO] Copying stack-core-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/lib/stack-core.jar [INFO] Copying jool-0.9.10.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/lib/jool.jar [INFO] Copying netty-all-4.0.36.Final.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/lib/netty-all.jar [INFO] Copying jsr305-3.0.1.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/lib/jsr305.jar [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.opcua.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.opcua.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.driver.opcua.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.opcua.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.opcua.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.opcua.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.opcua.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.opcua.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.opcua.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.opcua.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.opcua.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.opcua.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.0.401-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.0.401-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.0.401-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.0.401-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.opcua.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.0.401-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.opcua.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.opcua.provider --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.driver.block >----------- [INFO] Building org.eclipse.kura.driver.block 1.0.301-SNAPSHOT [27/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.block --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.block --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.block --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.block --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.block --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.block --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.driver.block --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/src/main/java/org/eclipse/kura/driver/block/task/AbstractBlockDriver.java:[19] import java.util.HashMap; ^^^^^^^^^^^^^^^^^ The import java.util.HashMap is never used 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.block --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.block --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.block --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.block --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.block --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.block --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.block --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.block --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.block --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.0.301-SNAPSHOT/org.eclipse.kura.driver.block-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.0.301-SNAPSHOT/org.eclipse.kura.driver.block-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.0.301-SNAPSHOT/org.eclipse.kura.driver.block-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.0.301-SNAPSHOT/org.eclipse.kura.driver.block-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.block/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.0.301-SNAPSHOT/org.eclipse.kura.driver.block-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.block --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.block --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.driver.s7plc.provider >------- [INFO] Building org.eclipse.kura.driver.s7plc.provider 1.0.301-SNAPSHOT [28/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (clean-optimizer-jar) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] [INFO] --- maven-dependency-plugin:3.0.0:copy (default) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.block:1.0.0:jar [INFO] Copying org.eclipse.kura.driver.block-1.0.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.block-1.0.0.jar [INFO] [INFO] --- maven-antrun-plugin:1.8:run (copy-optimizer-jar) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/lib [INFO] Executed tasks [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.driver.s7plc.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.0.301-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.0.301-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.0.301-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.0.301-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.s7plc.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.0.301-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.s7plc.provider --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.driver.ble.sensortag.provider >--- [INFO] Building org.eclipse.kura.driver.ble.sensortag.provider 1.0.301-SNAPSHOT [29/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.driver.ble.sensortag.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.0.301-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.0.301-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.0.301-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.0.301-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.0.301-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.ble.sensortag.provider --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.ble.ibeacon.provider >------- [INFO] Building org.eclipse.kura.ble.ibeacon.provider 1.0.302-SNAPSHOT [30/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] The project's OSGi version is 1.0.302.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.ble.ibeacon.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.ble.ibeacon.provider --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.0.302-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.0.302-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.0.302-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.0.302-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.0.302-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.0.302-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.0.302-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.0.302-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.0.302-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.0.302-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.0.302-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.0.302-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.ibeacon.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.0.302-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.0.302-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.ble.ibeacon.provider --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.driver.ibeacon.provider >------ [INFO] Building org.eclipse.kura.driver.ibeacon.provider 1.0.101-SNAPSHOT [31/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] The project's OSGi version is 1.0.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.driver.ibeacon.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.0.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.0.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.0.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.0.101-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.0.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.0.101-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.0.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.0.101-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.0.101-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.0.101-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.0.101-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.0.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.ibeacon.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.0.101-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.0.101-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.ibeacon.provider --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.driver.gpio.provider >------- [INFO] Building org.eclipse.kura.driver.gpio.provider 1.0.201-SNAPSHOT [32/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.gpio.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.gpio.provider --- [INFO] The project's OSGi version is 1.0.201.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.gpio.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.gpio.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.gpio.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.gpio.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.driver.gpio.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.gpio.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.gpio.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.gpio.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.0.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.gpio.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.gpio.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.gpio.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.gpio.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.gpio.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.gpio.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.0.201-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.0.201-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.0.201-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.0.201-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.0.201-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.0.201-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.gpio.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.0.201-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.0.201-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.gpio.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.gpio.provider --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.ble.eddystone.provider >------ [INFO] Building org.eclipse.kura.ble.eddystone.provider 1.0.301-SNAPSHOT [33/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.ble.eddystone.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.ble.eddystone.provider --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.0.301-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.0.301-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.0.301-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.0.301-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.eddystone.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.0.301-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.ble.eddystone.provider --- [INFO] [INFO] ----< org.eclipse.kura:org.eclipse.kura.driver.eddystone.provider >----- [INFO] Building org.eclipse.kura.driver.eddystone.provider 1.0.101-SNAPSHOT [34/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] The project's OSGi version is 1.0.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.driver.eddystone.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.0.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.0.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.0.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.0.101-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.0.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.0.101-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.0.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.0.101-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.0.101-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.0.101-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.0.101-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.0.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.driver.eddystone.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.0.101-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.0.101-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.eddystone.provider --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.linux.bluetooth >---------- [INFO] Building org.eclipse.kura.linux.bluetooth 1.0.501-SNAPSHOT [35/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.bluetooth --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.bluetooth --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.bluetooth --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.bluetooth --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.bluetooth --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.bluetooth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.bluetooth --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[22] import org.eclipse.kura.bluetooth.BluetoothAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[23] import org.eclipse.kura.bluetooth.BluetoothBeaconCommandListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[24] import org.eclipse.kura.bluetooth.BluetoothBeaconScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[25] import org.eclipse.kura.bluetooth.BluetoothDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[26] import org.eclipse.kura.bluetooth.BluetoothLeScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[27] import org.eclipse.kura.bluetooth.listener.BluetoothAdvertisementScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[35] public class BluetoothAdapterImpl implements BluetoothAdapter { ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[39] private static List s_connectedDevices; ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[45] private BluetoothBeaconCommandListener m_bbcl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[59] public BluetoothAdapterImpl(String name, BluetoothBeaconCommandListener bbcl) throws KuraException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[65] public void setBluetoothBeaconCommandListener(BluetoothBeaconCommandListener bbcl) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[94] public static void addConnectedDevice(BluetoothDevice bd) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[96] s_connectedDevices = new ArrayList(); ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[101] public static void removeConnectedDevice(BluetoothDevice bd) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[125] public void startLeScan(BluetoothLeScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[132] public void startAdvertisementScan(String companyName, BluetoothAdvertisementScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[139] public void startBeaconScan(String companyName, BluetoothBeaconScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[178] public BluetoothDevice getRemoteDevice(String address) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/beacon/BluetoothConfigurationProcessListener.java:[14] import org.eclipse.kura.bluetooth.BluetoothBeaconCommandListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/beacon/BluetoothConfigurationProcessListener.java:[23] private BluetoothBeaconCommandListener m_listener = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/beacon/BluetoothConfigurationProcessListener.java:[25] public BluetoothConfigurationProcessListener(BluetoothBeaconCommandListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/beacon/BluetoothConfigurationProcessListener.java:[42] this.m_listener.onCommandFailed(null); ^^^^^^^^^^^^^^^^^^^^^ The method onCommandFailed(String) from the type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/beacon/BluetoothConfigurationProcessListener.java:[55] this.m_listener.onCommandResults(lastLine); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onCommandResults(String) from the type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/beacon/BluetoothConfigurationProcessListener.java:[58] this.m_listener.onCommandFailed(exitCode); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method onCommandFailed(String) from the type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[21] import org.eclipse.kura.bluetooth.BluetoothBeaconData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[22] import org.eclipse.kura.bluetooth.BluetoothBeaconScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[23] import org.eclipse.kura.bluetooth.BluetoothDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[24] import org.eclipse.kura.bluetooth.BluetoothLeScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[25] import org.eclipse.kura.bluetooth.listener.BluetoothAdvertisementData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[26] import org.eclipse.kura.bluetooth.listener.BluetoothAdvertisementScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[44] private List scanResult; ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[47] private BluetoothLeScanListener listener = null; ^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[48] private BluetoothBeaconScanListener beaconListener = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[49] private BluetoothAdvertisementScanListener advertisementListener = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[57] public void startScan(String name, BluetoothLeScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[68] public void startAdvertisementScan(String name, String companyName, BluetoothAdvertisementScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[83] public void startBeaconScan(String name, String companyName, BluetoothBeaconScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[141] this.listener.onScanResults(this.scanResult); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onScanResults(List) from the type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[155] BluetoothAdvertisementData bAdData = BluetoothUtil.parseLEAdvertisement(record); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[160] this.advertisementListener.onAdvertisementDataReceived(bAdData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onAdvertisementDataReceived(BluetoothAdvertisementData) from the type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[167] List beaconDatas = BluetoothUtil.parseLEAdvertisingReport(record, this.companyName); ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[170] for (BluetoothBeaconData beaconData : beaconDatas) { ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[176] this.beaconListener.onBeaconDataReceived(beaconData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onBeaconDataReceived(BluetoothBeaconData) from the type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[23] import org.eclipse.kura.bluetooth.BluetoothGatt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[24] import org.eclipse.kura.bluetooth.BluetoothGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[25] import org.eclipse.kura.bluetooth.BluetoothGattSecurityLevel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[26] import org.eclipse.kura.bluetooth.BluetoothGattService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[27] import org.eclipse.kura.bluetooth.BluetoothLeNotificationListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[34] public class BluetoothGattImpl implements BluetoothGatt, BluetoothProcessListener { ^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[58] private List bluetoothServices; ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[59] private List bluetoothGattCharacteristics; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[60] private BluetoothLeNotificationListener listener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[154] public void setBluetoothLeNotificationListener(BluetoothLeNotificationListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[159] public BluetoothGattService getService(UUID uuid) { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[164] public List getServices() { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[180] public List getCharacteristics(String startHandle, String endHandle) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[294] public BluetoothGattSecurityLevel getSecurityLevel() throws KuraException { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[296] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[296] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[296] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^ The field BluetoothGattSecurityLevel.UNKNOWN is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[321] level = BluetoothGattSecurityLevel.getBluetoothGattSecurityLevel(this.securityLevel); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[321] level = BluetoothGattSecurityLevel.getBluetoothGattSecurityLevel(this.securityLevel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBluetoothGattSecurityLevel(String) from the type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[328] public void setSecurityLevel(BluetoothGattSecurityLevel level) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[429] this.listener.onDataReceived(handle, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onDataReceived(String, String) from the type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[464] for (BluetoothGattService service : this.bluetoothServices) { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[465] if (service.getUuid().toString().equals(uuid)) { ^^^^^^^^^ The method getUuid() from the type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[474] for (BluetoothGattCharacteristic characteristic : this.bluetoothGattCharacteristics) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[475] if (characteristic.getUuid().toString().equals(uuid)) { ^^^^^^^^^ The method getUuid() from the type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[31] import org.eclipse.kura.bluetooth.BluetoothBeaconData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[32] import org.eclipse.kura.bluetooth.listener.AdvertisingReportRecord; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdvertisingReportRecord is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[33] import org.eclipse.kura.bluetooth.listener.BluetoothAdvertisementData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[83] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[130] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[396] private static BluetoothBeaconData parseEIRData(byte[] b, int payloadPtr, int len, String companyName) { ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[418] BluetoothBeaconData bi = new BluetoothBeaconData(); ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[418] BluetoothBeaconData bi = new BluetoothBeaconData(); ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[418] BluetoothBeaconData bi = new BluetoothBeaconData(); ^^^^^^^^^^^^^^^^^^^^^ The constructor BluetoothBeaconData() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[424] bi.uuid = ""; ^^^^ The field BluetoothBeaconData.uuid is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[426] bi.uuid += String.format("%02X", ub); ^^^^ The field BluetoothBeaconData.uuid is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[433] bi.major = majorh << 8 | majorl; ^^^^^ The field BluetoothBeaconData.major is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[434] bi.minor = minorh << 8 | minorl; ^^^^^ The field BluetoothBeaconData.minor is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[435] bi.txpower = b[minorPtr + 2]; ^^^^^^^ The field BluetoothBeaconData.txpower is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[437] bi.address = ""; ^^^^^^^ The field BluetoothBeaconData.address is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[472] public static BluetoothAdvertisementData parseLEAdvertisement(byte[] b) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[474] BluetoothAdvertisementData btAdData = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[488] btAdData = new BluetoothAdvertisementData(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[488] btAdData = new BluetoothAdvertisementData(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor BluetoothAdvertisementData() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[489] btAdData.setRawData(b); ^^^^^^^^^^^^^ The method setRawData(byte[]) from the type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[491] btAdData.setPacketType(b[0]); ^^^^^^^^^^^^^^^^^^^ The method setPacketType(byte) from the type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[492] btAdData.setEventType(b[1]); ^^^^^^^^^^^^^^^^^^ The method setEventType(byte) from the type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[493] btAdData.setParameterLength(b[2]); ^^^^^^^^^^^^^^^^^^^^^^^^ The method setParameterLength(int) from the type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[494] btAdData.setSubEventCode(b[3]); ^^^^^^^^^^^^^^^^^^^^^ The method setSubEventCode(byte) from the type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[497] btAdData.setNumberOfReports(b[4]); ^^^^^^^^^^^^^^^^^^^^^^^^ The method setNumberOfReports(int) from the type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[501] for (int nr = 0; nr < btAdData.getNumberOfReports(); nr++) { ^^^^^^^^^^^^^^^^^^^^ The method getNumberOfReports() from the type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[503] AdvertisingReportRecord arr = new AdvertisingReportRecord(); ^^^^^^^^^^^^^^^^^^^^^^^ The type AdvertisingReportRecord is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[503] AdvertisingReportRecord arr = new AdvertisingReportRecord(); ^^^^^^^^^^^^^^^^^^^^^^^ The type AdvertisingReportRecord is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[503] AdvertisingReportRecord arr = new AdvertisingReportRecord(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor AdvertisingReportRecord() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[504] arr.setEventType(b[ptr++]); ^^^^^^^^^^^^^^^^^^^^^^ The method setEventType(int) from the type AdvertisingReportRecord is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[505] arr.setAddressType(b[ptr++]); ^^^^^^^^^^^^^^^^^^^^^^^^ The method setAddressType(int) from the type AdvertisingReportRecord is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[511] arr.setAddress(address); ^^^^^^^^^^^^^^^^^^^ The method setAddress(String) from the type AdvertisingReportRecord is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[517] arr.setLength(b[ptr++]); ^^^^^^^^^^^^^^^^^^^ The method setLength(int) from the type AdvertisingReportRecord is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[520] arr.setReportData(arrData); ^^^^^^^^^^^^^^^^^^^^^^ The method setReportData(byte[]) from the type AdvertisingReportRecord is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[522] btAdData.addReportRecord(arr); ^^^^^^^^^^^^^^^^^^^^ The method addReportRecord(AdvertisingReportRecord) from the type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[538] public static List parseLEAdvertisingReport(byte[] b, String companyName) { ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[540] List results = new LinkedList(); ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[540] List results = new LinkedList(); ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[566] BluetoothBeaconData bi = parseEIRData(b, ptr, len, companyName); ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[569] bi.address = address; ^^^^^^^ The field BluetoothBeaconData.address is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothUtil.java:[570] bi.rssi = b[ptr + len]; ^^^^ The field BluetoothBeaconData.rssi is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothProcess.java:[26] import org.eclipse.kura.bluetooth.BluetoothGatt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/util/BluetoothProcess.java:[145] if (listener instanceof BluetoothGatt) { ^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[15] import org.eclipse.kura.bluetooth.BluetoothAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[16] import org.eclipse.kura.bluetooth.BluetoothBeaconCommandListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[17] import org.eclipse.kura.bluetooth.BluetoothService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[23] public class BluetoothServiceImpl implements BluetoothService { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[49] public BluetoothAdapter getBluetoothAdapter() { ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[54] public BluetoothAdapter getBluetoothAdapter(String name) { ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[64] public BluetoothAdapter getBluetoothAdapter(String name, BluetoothBeaconCommandListener bbcl) { ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[64] public BluetoothAdapter getBluetoothAdapter(String name, BluetoothBeaconCommandListener bbcl) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattCharacteristicImpl.java:[16] import org.eclipse.kura.bluetooth.BluetoothGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattCharacteristicImpl.java:[18] public class BluetoothGattCharacteristicImpl implements BluetoothGattCharacteristic { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattServiceImpl.java:[17] import org.eclipse.kura.bluetooth.BluetoothGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattServiceImpl.java:[18] import org.eclipse.kura.bluetooth.BluetoothGattService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattServiceImpl.java:[20] public class BluetoothGattServiceImpl implements BluetoothGattService { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattServiceImpl.java:[39] public BluetoothGattCharacteristic getCharacteristic(UUID uuid) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattServiceImpl.java:[44] public List getCharacterisitcs() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[14] import org.eclipse.kura.bluetooth.BluetoothConnector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConnector is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[15] import org.eclipse.kura.bluetooth.BluetoothDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[16] import org.eclipse.kura.bluetooth.BluetoothGatt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[21] public class BluetoothDeviceImpl implements BluetoothDevice { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[56] public BluetoothConnector getBluetoothConnector() { ^^^^^^^^^^^^^^^^^^ The type BluetoothConnector is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[57] BluetoothConnector bluetoothConnector = null; ^^^^^^^^^^^^^^^^^^ The type BluetoothConnector is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[60] ServiceReference sr = bundleContext.getServiceReference(BluetoothConnector.class); ^^^^^^^^^^^^^^^^^^ The type BluetoothConnector is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[60] ServiceReference sr = bundleContext.getServiceReference(BluetoothConnector.class); ^^^^^^^^^^^^^^^^^^ The type BluetoothConnector is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[69] public BluetoothGatt getBluetoothGatt() { ^^^^^^^^^^^^^ The type BluetoothGatt is deprecated 135 problems (135 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.bluetooth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.bluetooth --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.bluetooth --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.bluetooth --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.bluetooth --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.bluetooth --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.bluetooth --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.bluetooth --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.bluetooth --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.0.501-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.0.501-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.0.501-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.0.501-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.bluetooth/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.0.501-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.bluetooth --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.bluetooth --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.ble.provider >----------- [INFO] Building org.eclipse.kura.ble.provider 1.0.302-SNAPSHOT [36/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.ble.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.ble.provider --- [INFO] The project's OSGi version is 1.0.302.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.ble.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.ble.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.ble.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.ble.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.ble.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/src/main/java/org/eclipse/kura/internal/ble/beacon/BluetoothLeBeaconAdvertiserImpl.java:[54] (BluetoothLeBeaconEncoder) this.encoder, this.adapter.getInterfaceName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from BluetoothLeBeaconEncoder to BluetoothLeBeaconEncoder [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/src/main/java/org/eclipse/kura/internal/ble/beacon/BluetoothLeBeaconScannerImpl.java:[72] this.beaconManager.addBeaconListener((BluetoothLeBeaconListener) listener, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from BluetoothLeBeaconListener to BluetoothLeBeaconListener [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/src/main/java/org/eclipse/kura/internal/ble/beacon/BluetoothLeBeaconScannerImpl.java:[78] this.beaconManager.removeBeaconListener((BluetoothLeBeaconListener) listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from BluetoothLeBeaconListener to BluetoothLeBeaconListener 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.ble.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.ble.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.ble.provider --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.0.302-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.ble.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.ble.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.0.302-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.ble.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.ble.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.ble.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.ble.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.0.302-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.0.302-SNAPSHOT/org.eclipse.kura.ble.provider-1.0.302-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.0.302-SNAPSHOT/org.eclipse.kura.ble.provider-1.0.302-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.0.302-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.0.302-SNAPSHOT/org.eclipse.kura.ble.provider-1.0.302-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.0.302-SNAPSHOT/org.eclipse.kura.ble.provider-1.0.302-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.ble.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.0.302-SNAPSHOT/org.eclipse.kura.ble.provider-1.0.302-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.ble.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.ble.provider --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.linux.clock >------------ [INFO] Building org.eclipse.kura.linux.clock 1.0.502-SNAPSHOT [37/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.clock --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.clock --- [INFO] The project's OSGi version is 1.0.502.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.clock --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.clock --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.clock --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.clock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.clock --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/src/main/java/org/eclipse/kura/linux/clock/NtpdClockSyncProvider.java:[58] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.clock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.clock --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.clock --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.0.502-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.clock --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.clock --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.0.502-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.clock --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.clock --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.clock --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.clock --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.0.502-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.0.502-SNAPSHOT/org.eclipse.kura.linux.clock-1.0.502-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.0.502-SNAPSHOT/org.eclipse.kura.linux.clock-1.0.502-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.0.502-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.0.502-SNAPSHOT/org.eclipse.kura.linux.clock-1.0.502-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.0.502-SNAPSHOT/org.eclipse.kura.linux.clock-1.0.502-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.clock/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.0.502-SNAPSHOT/org.eclipse.kura.linux.clock-1.0.502-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.clock --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.clock --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.linux.command >----------- [INFO] Building org.eclipse.kura.linux.command 1.0.401-SNAPSHOT [38/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.command --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.command --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.command --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.command --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.command --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.command --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.command --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.command --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.command --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.command --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.command --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.command --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.command --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.command --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.command --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.command --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.0.401-SNAPSHOT/org.eclipse.kura.linux.command-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.0.401-SNAPSHOT/org.eclipse.kura.linux.command-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.0.401-SNAPSHOT/org.eclipse.kura.linux.command-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.0.401-SNAPSHOT/org.eclipse.kura.linux.command-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.command/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.0.401-SNAPSHOT/org.eclipse.kura.linux.command-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.command --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.command --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.linux.gpio >------------ [INFO] Building org.eclipse.kura.linux.gpio 1.0.501-SNAPSHOT [39/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.gpio --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.gpio --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.gpio --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.gpio --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.gpio --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.gpio --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.gpio --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.gpio --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.gpio --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.gpio --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.gpio --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.gpio --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.gpio --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.0.501-SNAPSHOT/org.eclipse.kura.linux.gpio-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.0.501-SNAPSHOT/org.eclipse.kura.linux.gpio-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.0.501-SNAPSHOT/org.eclipse.kura.linux.gpio-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.0.501-SNAPSHOT/org.eclipse.kura.linux.gpio-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.0.501-SNAPSHOT/org.eclipse.kura.linux.gpio-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.gpio --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.gpio --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.linux.net >------------- [INFO] Building org.eclipse.kura.linux.net 1.0.503-SNAPSHOT [40/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.net --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.net --- [INFO] The project's OSGi version is 1.0.503.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.net --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.net --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.net --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.net --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/NatPreroutingChainRule.java:[81] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/NetworkServiceImpl.java:[848] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/NetworkServiceImpl.java:[903] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/NetworkServiceImpl.java:[934] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LocalRule.java:[160] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LocalRule.java:[336] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpServerManager.java:[52] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpServerManager.java:[76] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpServerManager.java:[93] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "error killing process, pid=" + pid); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpServerManager.java:[99] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[117] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[145] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[167] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[198] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[226] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[260] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[297] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[305] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[313] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[321] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[329] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[338] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[355] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[372] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[381] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[395] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[411] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[425] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[438] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[479] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[496] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpClientManager.java:[56] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpClientManager.java:[76] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpClientManager.java:[93] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "error killing process, pid={}", pid); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpClientManager.java:[97] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpClientManager.java:[105] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[286] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[302] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dns/LinuxDns.java:[118] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dns/LinuxDns.java:[347] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dns/LinuxDns.java:[366] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/NatPostroutingChainRule.java:[91] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/NatPostroutingChainRule.java:[117] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/internal/linux/net/modem/GatewayModemDriver.java:[14] import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/FilterForwardChainRule.java:[78] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/IptablesConfig.java:[93] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/IptablesConfig.java:[124] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/IptablesConfig.java:[183] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "Failed to execute the iptable-restore command"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/IptablesConfig.java:[187] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/IptablesConfig.java:[293] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/IptablesConfig.java:[474] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpServerImpl.java:[158] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpServerImpl.java:[186] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpServerImpl.java:[215] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "error killing process, pid=" + pid); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/DhcpServerImpl.java:[222] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 55 problems (55 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.net --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.net --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-1.0.503-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.net --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.net --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-1.0.503-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.net --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.net --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.net --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.net --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-1.0.503-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/1.0.503-SNAPSHOT/org.eclipse.kura.linux.net-1.0.503-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/1.0.503-SNAPSHOT/org.eclipse.kura.linux.net-1.0.503-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-1.0.503-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/1.0.503-SNAPSHOT/org.eclipse.kura.linux.net-1.0.503-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/1.0.503-SNAPSHOT/org.eclipse.kura.linux.net-1.0.503-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/1.0.503-SNAPSHOT/org.eclipse.kura.linux.net-1.0.503-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.net --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.net --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.linux.position >---------- [INFO] Building org.eclipse.kura.linux.position 1.0.501-SNAPSHOT [41/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.position --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.position --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.position --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.position --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.position --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.position --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.position --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.position --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.position --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.position --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.position --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.position --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.position --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.position --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.position --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.position --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.0.501-SNAPSHOT/org.eclipse.kura.linux.position-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.0.501-SNAPSHOT/org.eclipse.kura.linux.position-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.0.501-SNAPSHOT/org.eclipse.kura.linux.position-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.0.501-SNAPSHOT/org.eclipse.kura.linux.position-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.position/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.0.501-SNAPSHOT/org.eclipse.kura.linux.position-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.position --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.position --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.linux.usb >------------- [INFO] Building org.eclipse.kura.linux.usb 1.0.501-SNAPSHOT [42/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.usb --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.usb --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.usb --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.usb --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.usb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.usb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.usb --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/src/main/java/org/eclipse/kura/linux/usb/UsbServiceImpl.java:[85] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e, (Object[]) null); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.usb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.usb --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.usb --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.usb --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.usb --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.usb --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.usb --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.usb --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.usb --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.usb --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.usb --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.linux.usb.armv6hf >--------- [INFO] Building org.eclipse.kura.linux.usb.armv6hf 1.0.501-SNAPSHOT [43/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/target/org.eclipse.kura.linux.usb.armv6hf-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/target/org.eclipse.kura.linux.usb.armv6hf-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.armv6hf/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.usb.armv6hf --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.linux.usb.x86_64 >--------- [INFO] Building org.eclipse.kura.linux.usb.x86_64 1.0.501-SNAPSHOT [44/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/target/org.eclipse.kura.linux.usb.x86_64-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/target/org.eclipse.kura.linux.usb.x86_64-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.x86_64/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.usb.x86_64 --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.linux.usb.aarch64 >--------- [INFO] Building org.eclipse.kura.linux.usb.aarch64 1.0.501-SNAPSHOT [45/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/target/org.eclipse.kura.linux.usb.aarch64-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/target/org.eclipse.kura.linux.usb.aarch64-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.usb.aarch64/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.0.501-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.usb.aarch64 --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.linux.watchdog >---------- [INFO] Building org.eclipse.kura.linux.watchdog 1.0.501-SNAPSHOT [46/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.watchdog --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.watchdog --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.watchdog --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.watchdog --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.watchdog --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.watchdog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.watchdog --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.watchdog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.watchdog --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.watchdog --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.watchdog --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.watchdog --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.watchdog --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.watchdog --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.watchdog --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.watchdog --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.0.501-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.0.501-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.0.501-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.0.501-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.watchdog/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.0.501-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.watchdog --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.watchdog --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.localization >----------- [INFO] Building org.eclipse.kura.localization 1.0.401-SNAPSHOT [47/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.localization --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.localization --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.localization --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.localization --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.localization --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.localization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.localization --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.localization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.localization --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.localization --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.localization --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.localization --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.localization --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.localization --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.localization --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.localization --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.0.401-SNAPSHOT/org.eclipse.kura.localization-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.0.401-SNAPSHOT/org.eclipse.kura.localization-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.0.401-SNAPSHOT/org.eclipse.kura.localization-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.0.401-SNAPSHOT/org.eclipse.kura.localization-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.0.401-SNAPSHOT/org.eclipse.kura.localization-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.localization --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.localization --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.localization.resources >------ [INFO] Building org.eclipse.kura.localization.resources 1.0.401-SNAPSHOT [48/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.localization.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.localization.resources --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.localization.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.localization.resources --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.localization.resources --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.localization.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.localization.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.localization.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.localization.resources --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.localization.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.localization.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.localization.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.localization.resources --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.localization.resources --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.localization.resources --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.localization.resources --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.0.401-SNAPSHOT/org.eclipse.kura.localization.resources-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.0.401-SNAPSHOT/org.eclipse.kura.localization.resources-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.0.401-SNAPSHOT/org.eclipse.kura.localization.resources-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.0.401-SNAPSHOT/org.eclipse.kura.localization.resources-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.localization.resources/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.0.401-SNAPSHOT/org.eclipse.kura.localization.resources-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.localization.resources --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.localization.resources --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.net.admin >------------- [INFO] Building org.eclipse.kura.net.admin 1.0.503-SNAPSHOT [49/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.net.admin --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.net.admin --- [INFO] The project's OSGi version is 1.0.503.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.net.admin --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.net.admin --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.net.admin --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.net.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.net.admin --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[65] private int callStatus = -1; // current call status ^^^^^^^^^^ The value of the field SierraUsb598.callStatus is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[70] private List notifications = null; ^^^^^^^^^^^^^ The value of the field SierraUsb598.notifications is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[73] private String firmwareVersion = ""; ^^^^^^^^^^^^^^^ The value of the field SierraUsb598.firmwareVersion is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[74] private String firmwareDate = ""; ^^^^^^^^^^^^ The value of the field SierraUsb598.firmwareDate is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[96] private static Object channelNoLock = new Object(); ^^^^^^^^^^^^^ The value of the field SierraUsb598.channelNoLock is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[107] private static Object bandClassLock = new Object(); ^^^^^^^^^^^^^ The value of the field SierraUsb598.bandClassLock is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[147] Dictionary d = new Hashtable(); ^^^^^^^^^^ Dictionary is a raw type. References to generic type Dictionary should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[147] Dictionary d = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[148] d.put(EventConstants.EVENT_TOPIC, topicsOfInterest); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Dictionary. References to generic type Dictionary should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[154] this.notifications = new ArrayList(); ^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[154] this.notifications = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[265] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[348] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[574] .withTimeout(2000).build().toString(); ^^^^^^^^^^^^^^^^^ The method withTimeout(int) from the type CommURI.Builder is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[660] private void enableNotification(int objID) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method enableNotification(int) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[675] private void setSignalStrengthInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSignalStrengthInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[687] private void setSystemIdInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSystemIdInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[699] private void setNetworkIdInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setNetworkIdInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[711] private void setChannelNumberInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setChannelNumberInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[723] private void setChannelStateInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setChannelStateInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[736] private void setBandClassInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBandClassInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[752] private void setFirmwareVersion(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFirmwareVersion(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[766] private void setFirmwareDate(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFirmwareDate(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[780] private void setPrlVersionInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPrlVersionInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[796] private void setActivationStatusInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setActivationStatusInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[812] private void setActivationDateInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setActivationDateInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[834] private void setRoamingStatusInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRoamingStatusInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[846] private void setMobileDirectoryNumberInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMobileDirectoryNumberInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[864] private void setMobileIdentificationNumberInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMobileIdentificationNumberInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[882] private void setServiceTypeInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setServiceTypeInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[895] private void setPowerModeInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPowerModeInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[911] private void setCallTxCounterInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCallTxCounterInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[927] private void setCallRxCounterInfo(CnS cnsReply) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCallRxCounterInfo(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[940] private void setCallStatusInfo(int callStatus) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCallStatusInfo(int) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[976] private CnS cnsExchange(CnS cnsCommand) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method cnsExchange(CnS) from the type SierraUsb598 is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigReader.java:[27] import org.eclipse.kura.internal.linux.net.NetInterfaceConfigSerializationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigReader.java:[59] private static NetInterfaceConfigSerializationService netConfigManager; // TODO: can be null ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigReader.java:[65] ServiceReference netConfigManagerSR = context ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigReader.java:[66] .getServiceReference(NetInterfaceConfigSerializationService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigReader.java:[89] Properties kuraProps = netConfigManager.read(interfaceName); ^^^^ Discouraged access: The method 'NetInterfaceConfigSerializationService.read(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[151] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[182] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[198] openPortEntry.setPermittedNetwork(getNetworkPair00()); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type NetworkPair needs unchecked conversion to conform to NetworkPair [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[210] new NetworkPair( IPAddress.parseHostAddress( openPortEntry.getPermittedNetwork().getIpAddress().getHostAddress()), openPortEntry.getPermittedNetwork().getPrefix()), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor NetworkPair(IPAddress, short) belongs to the raw type NetworkPair. References to generic type NetworkPair should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[210] new NetworkPair( IPAddress.parseHostAddress( openPortEntry.getPermittedNetwork().getIpAddress().getHostAddress()), openPortEntry.getPermittedNetwork().getPrefix()), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type NetworkPair needs unchecked conversion to conform to NetworkPair [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[210] new NetworkPair( ^^^^^^^^^^^ NetworkPair is a raw type. References to generic type NetworkPair should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[220] new NetworkPair( IPAddress.parseHostAddress( openPortEntry.getPermittedNetwork().getIpAddress().getHostAddress()), openPortEntry.getPermittedNetwork().getPrefix()), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor NetworkPair(IPAddress, short) belongs to the raw type NetworkPair. References to generic type NetworkPair should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[220] new NetworkPair( IPAddress.parseHostAddress( openPortEntry.getPermittedNetwork().getIpAddress().getHostAddress()), openPortEntry.getPermittedNetwork().getPrefix()), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type NetworkPair needs unchecked conversion to conform to NetworkPair [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[220] new NetworkPair( ^^^^^^^^^^^ NetworkPair is a raw type. References to generic type NetworkPair should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[252] portForwardEntry.setPermittedNetwork(getNetworkPair00()); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type NetworkPair needs unchecked conversion to conform to NetworkPair [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[377] private NetworkPair getNetworkPair00() throws UnknownHostException { ^^^^^^^^^^^ NetworkPair is a raw type. References to generic type NetworkPair should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[378] return new NetworkPair(IPAddress.parseHostAddress("0.0.0.0"), (short) 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor NetworkPair(IPAddress, short) belongs to the raw type NetworkPair. References to generic type NetworkPair should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[378] return new NetworkPair(IPAddress.parseHostAddress("0.0.0.0"), (short) 0); ^^^^^^^^^^^ NetworkPair is a raw type. References to generic type NetworkPair should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[32] import org.eclipse.kura.internal.linux.net.dns.DnsServerService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[79] private DnsServerService dnsServer; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[89] public void setDnsServerService(DnsServerService dnsServer) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[93] public void unsetDnsServerService(DnsServerService dnsServer) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[142] DnsServerConfig currentDnsServerConfig = this.dnsServer.getConfig(); ^^^^^^^^^ Discouraged access: The method 'DnsServerService.getConfig()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[200] this.dnsServer.stop(); ^^^^ Discouraged access: The method 'DnsServerService.stop()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[203] this.dnsServer.setConfig(dnsServerConfigIP4); ^^^^^^^^^ Discouraged access: The method 'DnsServerService.setConfig(DnsServerConfig)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[208] this.dnsServer.start(); ^^^^^ Discouraged access: The method 'DnsServerService.start()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[33] import org.eclipse.kura.internal.linux.net.dns.DnsServerService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[34] import org.eclipse.kura.internal.linux.net.wifi.WifiDriverService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[85] private DnsServerService dnsServer; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[89] private WifiDriverService wifiDriverService; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[127] public void setDnsServerService(DnsServerService dnsServer) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[131] public void unsetDnsServerService(DnsServerService dnsServer) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[144] public void setWifiDriverService(WifiDriverService wifiDriverService) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[148] public void unsetWifiDriverService(WifiDriverService wifiDriverService) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[168] if (this.dnsServer.isConfigured()) { ^^^^^^^^^^^^ Discouraged access: The method 'DnsServerService.isConfigured()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[169] this.dnsServer.stop(); ^^^^ Discouraged access: The method 'DnsServerService.stop()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[170] this.dnsServer.start(); ^^^^^ Discouraged access: The method 'DnsServerService.start()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[209] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[239] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[996] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1056] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1068] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1197] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, t, "scan operation has failed"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1405] if (!this.wifiDriverService.isKernelModuleLoadedForMode(interfaceName, wifiMode)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WifiDriverService.isKernelModuleLoadedForMode(String, WifiMode)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1408] this.wifiDriverService.unloadKernelModule(interfaceName); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WifiDriverService.unloadKernelModule(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1409] this.wifiDriverService.loadKernelModule(interfaceName, wifiMode); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'WifiDriverService.loadKernelModule(String, WifiMode)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkConfigurationServiceImpl.java:[271] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[54] private final String platform; ^^^^^^^^ The value of the field TelitModem.platform is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[101] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[128] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[155] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[188] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[248] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[296] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[347] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[446] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[468] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[501] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[527] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "No PPP serial port available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[530] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "Unsupported modem device"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[533] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "No serial ports available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[547] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "No AT serial port available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[550] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "Unsupported modem device"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[553] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "No serial ports available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[570] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "No GPS serial port available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[573] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "Unsupported modem device"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[576] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "No serial ports available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[608] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "Invalid Port Type"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[616] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "URI Syntax Exception"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[632] .withTimeout(2000).build().toString(); ^^^^^^^^^^^^^^^^^ The method withTimeout(int) from the type CommURI.Builder is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[638] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e, "Connection Failed"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[650] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[717] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/FirewallAutoNatConfigWriter.java:[131] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/hspa/HspaModem.java:[62] private final String platform; ^^^^^^^^ The value of the field HspaModem.platform is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/hspa/HspaModem.java:[461] .withTimeout(2000).build().toString(); ^^^^^^^^^^^^^^^^^ The method withTimeout(int) from the type CommURI.Builder is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/Ppp.java:[53] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[37] import org.eclipse.kura.internal.board.BoardPowerState; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BoardPowerState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[38] import org.eclipse.kura.internal.linux.net.wifi.WifiDriverService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[104] private WifiDriverService wifiDriverService; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[144] public void setWifiDriverService(WifiDriverService wifiDriverService) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[148] public void unsetWifiDriverService(WifiDriverService wifiUtils) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[223] BoardPowerState wifiState; ^^^^^^^^^^^^^^^ Discouraged access: The type 'BoardPowerState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[225] wifiState = this.wifiDriverService.getState(interfaceName); ^^^^^^^^ Discouraged access: The method 'BoardResourcePowerService.getState(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[227] wifiState = BoardPowerState.OFF; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BoardPowerState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[227] wifiState = BoardPowerState.OFF; ^^^ Discouraged access: The field 'BoardPowerState.OFF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[229] return wifiState == BoardPowerState.ON; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BoardPowerState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[229] return wifiState == BoardPowerState.ON; ^^ Discouraged access: The field 'BoardPowerState.ON' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[293] .isKernelModuleLoadedForMode(interfaceName, wifiConfig.getMode())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WifiDriverService.isKernelModuleLoadedForMode(String, WifiMode)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[679] if (this.wifiDriverService.isKernelModuleLoaded(interfaceName)) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WifiDriverService.isKernelModuleLoaded(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[680] this.wifiDriverService.unloadKernelModule(interfaceName); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WifiDriverService.unloadKernelModule(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[682] this.wifiDriverService.loadKernelModule(interfaceName, wifiMode); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'WifiDriverService.loadKernelModule(String, WifiMode)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[929] && !this.wifiDriverService.isKernelModuleLoadedForMode(interfaceName, WifiMode.INFRA)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WifiDriverService.isKernelModuleLoadedForMode(String, WifiMode)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[990] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[1019] this.wifiDriverService.disable(interfaceName); ^^^^^^^ Discouraged access: The method 'BoardResourcePowerService.disable(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[1022] this.wifiDriverService.enable(interfaceName); ^^^^^^ Discouraged access: The method 'BoardResourcePowerService.enable(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/DhcpConfigWriter.java:[220] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/PppConfigReader.java:[330] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "Error parsing " + chatFilename, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/PppConfigReader.java:[356] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "Error getting modem config", e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/PppConfigReader.java:[466] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/mc87xx/SierraMc87xx.java:[574] .withTimeout(2000).build().toString(); ^^^^^^^^^^^^^^^^^ The method withTimeout(int) from the type CommURI.Builder is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/WpaSupplicantConfigWriter.java:[92] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/ublox/generic/UbloxModem.java:[65] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/ublox/generic/UbloxModem.java:[108] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/PppConfigWriter.java:[191] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/PppConfigWriter.java:[407] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigWriter.java:[22] import org.eclipse.kura.internal.linux.net.NetInterfaceConfigSerializationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigWriter.java:[40] private static NetInterfaceConfigSerializationService netConfigManager; // TODO: can be null ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigWriter.java:[46] ServiceReference netConfigManagerSR = context.getServiceReference(NetInterfaceConfigSerializationService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigWriter.java:[46] ServiceReference netConfigManagerSR = context.getServiceReference(NetInterfaceConfigSerializationService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigWriter.java:[76] netConfigManager.write(netInterfaceConfig); ^^^^^ Discouraged access: The method 'NetInterfaceConfigSerializationService.write(NetInterfaceConfig)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') 146 problems (146 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.net.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.net.admin --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.net.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.0.503-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.net.admin --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.net.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.0.503-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.net.admin --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.net.admin --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.net.admin --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.net.admin --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.0.503-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.0.503-SNAPSHOT/org.eclipse.kura.net.admin-1.0.503-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.0.503-SNAPSHOT/org.eclipse.kura.net.admin-1.0.503-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.0.503-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.0.503-SNAPSHOT/org.eclipse.kura.net.admin-1.0.503-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.0.503-SNAPSHOT/org.eclipse.kura.net.admin-1.0.503-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.net.admin/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.0.503-SNAPSHOT/org.eclipse.kura.net.admin-1.0.503-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.net.admin --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.net.admin --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.protocol.modbus >---------- [INFO] Building org.eclipse.kura.protocol.modbus 2.0.401-SNAPSHOT [50/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.protocol.modbus --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.protocol.modbus --- [INFO] The project's OSGi version is 2.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.protocol.modbus --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.protocol.modbus --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.protocol.modbus --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.protocol.modbus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.protocol.modbus --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/src/main/java/org/eclipse/kura/protocol/modbus/ModbusProtocolDeviceService.java:[16] import org.eclipse.kura.KuraConnectionStatus; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.KuraConnectionStatus is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/src/main/java/org/eclipse/kura/protocol/modbus/ModbusProtocolDevice.java:[357] .withParity(parity).withTimeout(2000).build().toString(); ^^^^^^^^^^^^^^^^^ The method withTimeout(int) from the type CommURI.Builder is deprecated 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.protocol.modbus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.protocol.modbus --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.protocol.modbus --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.protocol.modbus --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.protocol.modbus --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.protocol.modbus --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.protocol.modbus --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.protocol.modbus --- [INFO] Building DP - Version: 2.0.401.202211181608 [INFO] Added: org.eclipse.kura.protocol.modbus:2.0.401.202211181608 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus_2.0.401-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.protocol.modbus --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.protocol.modbus --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.0.401-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus_2.0.401-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.0.401-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.protocol.modbus --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.protocol.modbus --- [INFO] [INFO] --------------< org.eclipse.kura:org.eclipse.kura.stress >-------------- [INFO] Building org.eclipse.kura.stress 1.0.301-SNAPSHOT [51/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.stress --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.stress --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.stress --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.stress --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.stress --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.stress --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.stress --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.stress --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.stress --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.stress --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.stress --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.stress --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.stress --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.stress --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.stress --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.stress --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.0.301-SNAPSHOT/org.eclipse.kura.stress-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.0.301-SNAPSHOT/org.eclipse.kura.stress-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.0.301-SNAPSHOT/org.eclipse.kura.stress-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.0.301-SNAPSHOT/org.eclipse.kura.stress-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.stress/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.0.301-SNAPSHOT/org.eclipse.kura.stress-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.stress --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.stress --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.wire.camel >------------ [INFO] Building org.eclipse.kura.wire.camel 1.0.101-SNAPSHOT [52/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.camel --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.camel --- [INFO] The project's OSGi version is 1.0.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.camel --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.camel --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.camel --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.camel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.camel --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.camel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.camel --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.camel --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.0.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.camel --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.camel --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.0.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.camel --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.camel --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.camel --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.camel --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.0.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.0.101-SNAPSHOT/org.eclipse.kura.wire.camel-1.0.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.0.101-SNAPSHOT/org.eclipse.kura.wire.camel-1.0.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.0.101-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.0.101-SNAPSHOT/org.eclipse.kura.wire.camel-1.0.101-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.0.101-SNAPSHOT/org.eclipse.kura.wire.camel-1.0.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.camel/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.0.101-SNAPSHOT/org.eclipse.kura.wire.camel-1.0.101-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.camel --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.camel --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider >---- [INFO] Building org.eclipse.kura.wire.script.filter.provider 1.0.301-SNAPSHOT [53/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.script.filter.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/src/main/java/org/eclipse/kura/wire/script/filter/provider/ScriptFilter.java:[75] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.0.301-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.0.301-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.0.301-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.0.301-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.script.filter.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.0.301-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.script.filter.provider --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider >--- [INFO] Building org.eclipse.kura.wire.h2db.component.provider 1.0.302-SNAPSHOT [54/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] The project's OSGi version is 1.0.302.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.h2db.component.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/src/main/java/org/eclipse/kura/internal/wire/h2db/filter/H2DbWireRecordFilter.java:[130] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/src/main/java/org/eclipse/kura/internal/wire/h2db/common/H2DbServiceHelper.java:[20] import org.eclipse.kura.KuraRuntimeException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.KuraRuntimeException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/src/main/java/org/eclipse/kura/internal/wire/h2db/store/H2DbWireRecordStore.java:[145] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference 3 problems (3 warnings) [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/src/main/resources does not exist [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/src/test/java does not exist [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/src/test/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-1.0.302-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-1.0.302-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-1.0.302-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/1.0.302-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-1.0.302-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/1.0.302-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-1.0.302-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-1.0.302-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/1.0.302-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-1.0.302-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/1.0.302-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-1.0.302-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.h2db.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/1.0.302-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-1.0.302-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.h2db.component.provider --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.wire.component.provider >------ [INFO] Building org.eclipse.kura.wire.component.provider 1.0.402-SNAPSHOT [55/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.component.provider --- [INFO] The project's OSGi version is 1.0.402.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.component.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.component.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.component.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.component.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/asset/WireAsset.java:[30] import org.eclipse.kura.asset.Asset; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.asset.Asset is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/asset/WireAsset.java:[145] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/timer/EmitJob.java:[16] import org.eclipse.kura.wire.WireRecord; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.wire.WireRecord is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/fifo/Fifo.java:[66] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/publisher/CloudPublisher.java:[132] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/subscriber/CloudSubscriber.java:[35] import org.eclipse.kura.wire.WireEnvelope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.wire.WireEnvelope is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/subscriber/CloudSubscriber.java:[121] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/regexfilter/RegexFilter.java:[35] import java.util.regex.PatternSyntaxException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.util.regex.PatternSyntaxException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/regexfilter/RegexFilter.java:[121] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/logger/Logger.java:[92] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference 10 problems (10 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.component.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.component.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.component.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.0.402-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.component.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.0.402-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.component.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.component.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.component.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.component.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.0.402-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.0.402-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.0.402-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.0.402-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.0.402-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.0.402-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.0.402-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.0.402-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.0.402-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.0.402-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.0.402-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.0.402-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.component.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.component.provider --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.wire.helper.provider >------- [INFO] Building org.eclipse.kura.wire.helper.provider 1.0.401-SNAPSHOT [56/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.helper.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.helper.provider --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.helper.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.helper.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.helper.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.helper.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.helper.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/src/main/java/org/eclipse/kura/internal/wire/helper/WireSupportImpl.java:[56] private final String kuraServicePid; ^^^^^^^^^^^^^^ The value of the field WireSupportImpl.kuraServicePid is not used 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.helper.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.helper.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.helper.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.helper.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.helper.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.helper.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.helper.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.helper.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.helper.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.helper.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.0.401-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.helper.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.helper.provider --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.wire.provider >----------- [INFO] Building org.eclipse.kura.wire.provider 1.0.401-SNAPSHOT [57/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.provider --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.0.401-SNAPSHOT/org.eclipse.kura.wire.provider-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.0.401-SNAPSHOT/org.eclipse.kura.wire.provider-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.0.401-SNAPSHOT/org.eclipse.kura.wire.provider-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.0.401-SNAPSHOT/org.eclipse.kura.wire.provider-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.0.401-SNAPSHOT/org.eclipse.kura.wire.provider-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.provider --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.rest.provider >----------- [INFO] Building org.eclipse.kura.rest.provider 1.0.301-SNAPSHOT [58/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.rest.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.rest.provider --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.rest.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.rest.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.rest.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.rest.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.rest.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.rest.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.rest.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.rest.provider --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.rest.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.rest.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.rest.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.rest.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.rest.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.rest.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.0.301-SNAPSHOT/org.eclipse.kura.rest.provider-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.0.301-SNAPSHOT/org.eclipse.kura.rest.provider-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.0.301-SNAPSHOT/org.eclipse.kura.rest.provider-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.0.301-SNAPSHOT/org.eclipse.kura.rest.provider-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.0.301-SNAPSHOT/org.eclipse.kura.rest.provider-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.rest.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.rest.provider --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.rest.asset.provider >-------- [INFO] Building org.eclipse.kura.rest.asset.provider 1.0.301-SNAPSHOT [59/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.rest.asset.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.rest.asset.provider --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.rest.asset.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.rest.asset.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.rest.asset.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.rest.asset.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.rest.asset.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.rest.asset.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.rest.asset.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.rest.asset.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.rest.asset.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.rest.asset.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.rest.asset.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.rest.asset.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.rest.asset.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.rest.asset.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.0.301-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.0.301-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.0.301-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.0.301-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.rest.asset.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.0.301-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.rest.asset.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.rest.asset.provider --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.misc.cloudcat >----------- [INFO] Building org.eclipse.kura.misc.cloudcat 1.0.301-SNAPSHOT [60/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.misc.cloudcat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.misc.cloudcat --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.misc.cloudcat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.misc.cloudcat --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.misc.cloudcat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.misc.cloudcat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.misc.cloudcat --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[15] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[16] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[21] public class CloudClientRelay implements CloudClientListener { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[29] private final CloudClient thisCloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[30] private final CloudClient otherCloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[34] public CloudClientRelay(CloudClient thisCloudClient, CloudClient otherCloudClient, ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[34] public CloudClientRelay(CloudClient thisCloudClient, CloudClient otherCloudClient, ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[57] this.otherCloudClient.controlPublish(appTopic, msg, qos, retain, DFLT_PRIORITY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method controlPublish(String, KuraPayload, int, boolean, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[60] this.thisCloudClient.getApplicationId(), this.otherCloudClient.getApplicationId()); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[60] this.thisCloudClient.getApplicationId(), this.otherCloudClient.getApplicationId()); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[73] this.otherCloudClient.publish(appTopic, msg, qos, retain, DFLT_PRIORITY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method publish(String, KuraPayload, int, boolean, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[76] this.thisCloudClient.getApplicationId(), this.otherCloudClient.getApplicationId()); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[76] this.thisCloudClient.getApplicationId(), this.otherCloudClient.getApplicationId()); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[107] this.thisCloudClient.subscribe(topic, qos); ^^^^^^^^^^^^^^^^^^^^^ The method subscribe(String, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[110] this.thisCloudClient.getApplicationId(), topic, e); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[119] this.thisCloudClient.controlSubscribe(topic, qos); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method controlSubscribe(String, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[122] this.thisCloudClient.getApplicationId(), topic, e); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[132] this.thisCloudClient.unsubscribe(topic); ^^^^^^^^^^^^^^^^^^ The method unsubscribe(String) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[135] this.thisCloudClient.getApplicationId(), topic, e); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[143] this.thisCloudClient.controlUnsubscribe(topic); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method controlUnsubscribe(String) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[146] this.thisCloudClient.getApplicationId(), topic, e); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[152] return this.thisCloudClient.isConnected(); ^^^^^^^^^^^^^ The method isConnected() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[156] this.thisCloudClient.addCloudClientListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addCloudClientListener(CloudClientListener) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[160] this.thisCloudClient.removeCloudClientListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeCloudClientListener(CloudClientListener) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[17] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[18] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[34] private CloudService firstCloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[35] private CloudService secondCloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[36] private CloudClient firstCloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[37] private CloudClient secondCloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[41] private ServiceTracker firstCloudServiceTracker; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[41] private ServiceTracker firstCloudServiceTracker; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[42] private ServiceTracker secondCloudServiceTracker; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[42] private ServiceTracker secondCloudServiceTracker; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[46] private void bindFirstCloudService(CloudService firstCloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[50] this.firstCloudClient = this.firstCloudService.newCloudClient(this.options.getFirstCloudClientAppId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newCloudClient(String) from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[57] private void bindSecondCloudService(CloudService secondCloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[61] this.secondCloudClient = this.secondCloudService.newCloudClient(this.options.getSecondCloudClientAppId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newCloudClient(String) from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[68] private void unbindFirstCloudService(CloudService firstCloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[73] private void unbindSecondCloudService(CloudService firstCloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[113] new ServiceTrackerCustomizer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[113] new ServiceTrackerCustomizer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[116] public CloudService addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[116] public CloudService addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[117] CloudService cloudService = CloudCat.this.componentContext.getBundleContext() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[124] public void modifiedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[124] public void modifiedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[129] public void removedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[129] public void removedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[144] new ServiceTrackerCustomizer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[144] new ServiceTrackerCustomizer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[147] public CloudService addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[147] public CloudService addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[148] CloudService cloudService = CloudCat.this.componentContext.getBundleContext() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[155] public void modifiedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[155] public void modifiedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[160] public void removedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[160] public void removedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[226] this.firstCloudClient.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[230] this.secondCloudClient.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated 60 problems (60 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.misc.cloudcat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.misc.cloudcat --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.misc.cloudcat --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.misc.cloudcat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.misc.cloudcat --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.misc.cloudcat --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.misc.cloudcat --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.misc.cloudcat --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.misc.cloudcat --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.0.301-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.0.301-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.0.301-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.0.301-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.misc.cloudcat/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.0.301-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.misc.cloudcat --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.misc.cloudcat --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider >-- [INFO] Building org.eclipse.kura.json.marshaller.unmarshaller.provider 1.0.201-SNAPSHOT [61/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] The project's OSGi version is 1.0.201.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.0.201-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.0.201-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.0.201-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.0.201-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.0.201-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.json.marshaller.unmarshaller.provider --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider >-- [INFO] Building org.eclipse.kura.xml.marshaller.unmarshaller.provider 1.0.201-SNAPSHOT [62/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] The project's OSGi version is 1.0.201.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.0.201-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.0.201-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.0.201-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.0.201-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.0.201-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.0.201-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.wire.component.conditional.provider >-- [INFO] Building org.eclipse.kura.wire.component.conditional.provider 1.0.201-SNAPSHOT [63/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] The project's OSGi version is 1.0.201.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.component.conditional.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/src/main/java/org/eclipse/kura/internal/wire/conditional/Conditional.java:[85] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.0.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.0.201-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.0.201-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.0.201-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.0.201-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.0.201-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.0.201-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.conditional.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.0.201-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.0.201-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.component.conditional.provider --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.wire.component.join.provider >--- [INFO] Building org.eclipse.kura.wire.component.join.provider 1.0.201-SNAPSHOT [64/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.component.join.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.component.join.provider --- [INFO] The project's OSGi version is 1.0.201.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.component.join.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.component.join.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.component.join.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.component.join.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.component.join.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/src/main/java/org/eclipse/kura/internal/wire/join/JoinComponent.java:[66] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.component.join.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.component.join.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.component.join.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.0.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.component.join.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.component.join.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.component.join.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.component.join.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.component.join.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.component.join.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.0.201-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.0.201-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.0.201-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.0.201-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.0.201-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.0.201-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.wire.component.join.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.0.201-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.0.201-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.component.join.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.component.join.provider --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider >-- [INFO] Building org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider 1.0.102-SNAPSHOT [65/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] The project's OSGi version is 1.0.102.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/message/protobuf/KuraPayloadProto.java:[4156] com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Descriptors.FileDescriptor.InternalDescriptorAssigner is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/message/protobuf/KuraPayloadProto.java:[4156] com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Descriptors.FileDescriptor.InternalDescriptorAssigner is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/message/protobuf/KuraPayloadProto.java:[4165] com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}, assigner); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method internalBuildGeneratedFileFrom(String[], Descriptors.FileDescriptor[], Descriptors.FileDescriptor.InternalDescriptorAssigner) from the type Descriptors.FileDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/factory/DefaultCloudConnectionFactory.java:[28] import org.eclipse.kura.data.DataService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/factory/DefaultCloudConnectionFactory.java:[29] import org.eclipse.kura.data.DataTransportService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataTransportService is never used 5 problems (5 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.0.102-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.0.102-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.0.102-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.0.102-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.0.102-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.0.102-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.0.102-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.0.102-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.0.102-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.0.102-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.0.102-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.0.102-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.0.102-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.0.102-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.linux.sysv.provider >-------- [INFO] Building org.eclipse.kura.linux.sysv.provider 1.0.102-SNAPSHOT [66/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.sysv.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.sysv.provider --- [INFO] The project's OSGi version is 1.0.102.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.sysv.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.sysv.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.sysv.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.sysv.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.sysv.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/src/main/java/org/eclipse/kura/internal/linux/sysv/net/dns/DnsServerServiceImpl.java:[28] import org.eclipse.kura.internal.linux.net.dns.DnsServerService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/src/main/java/org/eclipse/kura/internal/linux/sysv/net/dns/DnsServerServiceImpl.java:[38] public class DnsServerServiceImpl implements DnsServerService { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.sysv.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.sysv.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.sysv.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.0.102-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.sysv.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.sysv.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.0.102-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.sysv.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.sysv.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.sysv.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.sysv.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.0.102-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.0.102-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.0.102-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.0.102-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.0.102-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.0.102-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.0.102-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.0.102-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.0.102-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.0.102-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.sysv.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.0.102-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.0.102-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.sysv.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.sysv.provider --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.linux.systemd.provider >------ [INFO] Building org.eclipse.kura.linux.systemd.provider 1.0.102-SNAPSHOT [67/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.systemd.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.systemd.provider --- [INFO] The project's OSGi version is 1.0.102.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.systemd.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.systemd.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.systemd.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.systemd.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.systemd.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/src/main/java/org/eclipse/kura/internal/linux/systemd/net/dns/DnsServerServiceImpl.java:[28] import org.eclipse.kura.internal.linux.net.dns.DnsServerService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/src/main/java/org/eclipse/kura/internal/linux/systemd/net/dns/DnsServerServiceImpl.java:[38] public class DnsServerServiceImpl implements DnsServerService { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.systemd.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.systemd.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.systemd.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.0.102-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.systemd.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.systemd.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.0.102-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.systemd.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.systemd.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.systemd.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.systemd.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.0.102-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.0.102-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.0.102-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.0.102-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.0.102-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.0.102-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.0.102-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.0.102-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.0.102-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.0.102-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.systemd.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.0.102-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.0.102-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.systemd.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.systemd.provider --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.linux.debian.provider >------- [INFO] Building org.eclipse.kura.linux.debian.provider 1.0.101-SNAPSHOT [68/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.debian.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.debian.provider --- [INFO] The project's OSGi version is 1.0.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.debian.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.debian.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.debian.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.debian.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.debian.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[33] import org.eclipse.kura.internal.linux.net.NetInterfaceConfigSerializationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[43] public class NetInterfaceConfigSerializationServiceImpl implements NetInterfaceConfigSerializationService { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.debian.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.debian.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.debian.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.0.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.debian.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.debian.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.0.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.debian.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.debian.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.debian.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.debian.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.0.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.0.101-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.0.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.0.101-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.0.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.0.101-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.0.101-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.0.101-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.0.101-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.0.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.debian.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.0.101-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.0.101-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.debian.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.debian.provider --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.linux.redhat.provider >------- [INFO] Building org.eclipse.kura.linux.redhat.provider 1.0.101-SNAPSHOT [69/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.redhat.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.redhat.provider --- [INFO] The project's OSGi version is 1.0.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.redhat.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.redhat.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.redhat.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.redhat.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.redhat.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[29] import org.eclipse.kura.internal.linux.net.NetInterfaceConfigSerializationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[41] public class NetInterfaceConfigSerializationServiceImpl implements NetInterfaceConfigSerializationService { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.net/target/classes') 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.redhat.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.redhat.provider --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.redhat.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.0.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.redhat.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.redhat.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.0.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.redhat.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.redhat.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.redhat.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.redhat.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.0.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.0.101-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.0.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.0.101-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.0.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.0.101-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.0.101-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.0.101-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.0.101-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.0.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.linux.redhat.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.0.101-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.0.101-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.redhat.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.redhat.provider --- [INFO] [INFO] -----------------< org.eclipse.kura.feature:features >------------------ [INFO] Building features 4.1.4 [70/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ features --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ features --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ features --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ features --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ features --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/features/4.1.4/features-4.1.4.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ features --- [INFO] [INFO] -------< org.eclipse.kura.feature:org.eclipse.kura.api.feature >-------- [INFO] Building org.eclipse.kura.api.feature 4.1.4 [71/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.api.feature --- [INFO] Deleting /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.api.feature --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.api.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.api.feature --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.api.feature --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.api.feature --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.api.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.api.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.api.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.api.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.api.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.kura.api.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-4.1.4-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.kura.api.feature --- [WARNING] artifact org.eclipse.kura.feature:org.eclipse.kura.api.feature:xml:p2metadata:4.1.4 already attached, replace previous instance [WARNING] artifact org.eclipse.kura.feature:org.eclipse.kura.api.feature:xml:p2artifacts:4.1.4 already attached, replace previous instance [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.api.feature --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.api.feature --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.api.feature --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/4.1.4/org.eclipse.kura.api.feature-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/4.1.4/org.eclipse.kura.api.feature-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/4.1.4/org.eclipse.kura.api.feature-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/4.1.4/org.eclipse.kura.api.feature-4.1.4-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-4.1.4-sources-feature.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/4.1.4/org.eclipse.kura.api.feature-4.1.4-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.api.feature --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.api.feature --- [INFO] Skipping artifact deployment [INFO] [INFO] ------< org.eclipse.kura.feature:org.eclipse.kura.camel.feature >------- [INFO] Building org.eclipse.kura.camel.feature 4.1.4 [72/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.camel.feature --- [INFO] Deleting /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.camel.feature --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.camel.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.camel.feature --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.camel.feature --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.camel.feature --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.camel.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.camel.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.camel.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.camel.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.camel.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.kura.camel.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-4.1.4-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.kura.camel.feature --- [WARNING] artifact org.eclipse.kura.feature:org.eclipse.kura.camel.feature:xml:p2metadata:4.1.4 already attached, replace previous instance [WARNING] artifact org.eclipse.kura.feature:org.eclipse.kura.camel.feature:xml:p2artifacts:4.1.4 already attached, replace previous instance [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.camel.feature --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.camel.feature --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.camel.feature --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/4.1.4/org.eclipse.kura.camel.feature-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/4.1.4/org.eclipse.kura.camel.feature-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/4.1.4/org.eclipse.kura.camel.feature-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/4.1.4/org.eclipse.kura.camel.feature-4.1.4-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-4.1.4-sources-feature.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/4.1.4/org.eclipse.kura.camel.feature-4.1.4-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.camel.feature --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.camel.feature --- [INFO] Skipping artifact deployment [INFO] [INFO] -----< org.eclipse.kura.feature:org.eclipse.kura.runtime.feature >------ [INFO] Building org.eclipse.kura.runtime.feature 4.1.4 [73/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.runtime.feature --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.runtime.feature --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.runtime.feature --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.runtime.feature --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.runtime.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.runtime.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/target/org.eclipse.kura.runtime.feature-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.runtime.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.runtime.feature --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.runtime.feature --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.runtime.feature --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.runtime.feature --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/target/org.eclipse.kura.runtime.feature-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/4.1.4/org.eclipse.kura.runtime.feature-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/4.1.4/org.eclipse.kura.runtime.feature-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/4.1.4/org.eclipse.kura.runtime.feature-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.runtime.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/4.1.4/org.eclipse.kura.runtime.feature-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.runtime.feature --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.runtime.feature --- [INFO] [INFO] -------< org.eclipse.kura.feature:org.eclipse.kura.driver.opcua >------- [INFO] Building org.eclipse.kura.driver.opcua 1.0.401-SNAPSHOT [74/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.driver.opcua --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.opcua --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.opcua --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.driver.opcua --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.opcua --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.driver.opcua --- [INFO] Building DP - Version: 1.0.401.202211181608 [INFO] Added: org.eclipse.kura.driver.opcua.provider:1.0.401.202211181608 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua_1.0.401-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.opcua --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.0.401-SNAPSHOT/org.eclipse.kura.driver.opcua-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.0.401-SNAPSHOT/org.eclipse.kura.driver.opcua-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.0.401-SNAPSHOT/org.eclipse.kura.driver.opcua-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.0.401-SNAPSHOT/org.eclipse.kura.driver.opcua-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua_1.0.401-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.0.401-SNAPSHOT/org.eclipse.kura.driver.opcua-1.0.401-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] -------< org.eclipse.kura.feature:org.eclipse.kura.driver.s7plc >------- [INFO] Building org.eclipse.kura.driver.s7plc 1.0.301-SNAPSHOT [75/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.s7plc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.driver.s7plc --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.s7plc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.s7plc --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.s7plc --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.s7plc --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.s7plc --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.s7plc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.driver.s7plc --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.s7plc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.driver.s7plc --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.s7plc --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.driver.s7plc --- [INFO] Building DP - Version: 1.0.301.202211181608 [INFO] Added: org.eclipse.kura.driver.s7plc.provider:1.0.301.202211181608 [INFO] Added: org.moka7:1.0.300 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc_1.0.301-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.s7plc --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.s7plc --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.0.301-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.0.301-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.0.301-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.0.301-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc_1.0.301-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.0.301-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.0.301-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.s7plc --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.s7plc --- [INFO] [INFO] ---< org.eclipse.kura.feature:org.eclipse.kura.driver.ble.sensortag >--- [INFO] Building org.eclipse.kura.driver.ble.sensortag 1.0.301-SNAPSHOT [76/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] Building DP - Version: 1.0.301.202211181608 [INFO] Added: org.eclipse.kura.driver.ble.sensortag.provider:1.0.301.202211181608 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag_1.0.301-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.0.301-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.0.301-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.0.301-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.0.301-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag_1.0.301-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.0.301-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.0.301-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] [INFO] -----< org.eclipse.kura.feature:org.eclipse.kura.driver.eddystone >----- [INFO] Building org.eclipse.kura.driver.eddystone 1.0.101-SNAPSHOT [77/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.driver.eddystone --- [INFO] The project's OSGi version is 1.0.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.eddystone --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.eddystone --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.driver.eddystone --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone-1.0.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.eddystone --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.driver.eddystone --- [INFO] Building DP - Version: 1.0.101.202211181608 [INFO] Added: org.eclipse.kura.driver.eddystone.provider:1.0.101.202211181608 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone_1.0.101-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.eddystone --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone-1.0.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.0.101-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.0.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.0.101-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.0.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.0.101-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.0.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.0.101-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.0.101-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone_1.0.101-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.0.101-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.0.101-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] ------< org.eclipse.kura.feature:org.eclipse.kura.driver.ibeacon >------ [INFO] Building org.eclipse.kura.driver.ibeacon 1.0.101-SNAPSHOT [78/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.ibeacon --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.driver.ibeacon --- [INFO] The project's OSGi version is 1.0.101.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.ibeacon --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.ibeacon --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.ibeacon --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.ibeacon --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.ibeacon --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.ibeacon --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.driver.ibeacon --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon-1.0.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.ibeacon --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.driver.ibeacon --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.ibeacon --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.driver.ibeacon --- [INFO] Building DP - Version: 1.0.101.202211181608 [INFO] Added: org.eclipse.kura.driver.ibeacon.provider:1.0.101.202211181608 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon_1.0.101-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.ibeacon --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.ibeacon --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon-1.0.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.0.101-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.0.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.0.101-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.0.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.0.101-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.0.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.0.101-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.0.101-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon_1.0.101-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.0.101-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.0.101-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.ibeacon --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.ibeacon --- [INFO] [INFO] ----< org.eclipse.kura.feature:org.eclipse.kura.wire.script.filter >---- [INFO] Building org.eclipse.kura.wire.script.filter 1.0.301-SNAPSHOT [79/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.script.filter --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.wire.script.filter --- [INFO] The project's OSGi version is 1.0.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.script.filter --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.script.filter --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.script.filter --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.script.filter --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.script.filter --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.script.filter --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.wire.script.filter --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.script.filter --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.wire.script.filter --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.script.filter --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.wire.script.filter --- [INFO] Building DP - Version: 1.0.301.202211181608 [INFO] Added: org.eclipse.kura.wire.script.filter.provider:1.0.301.202211181608 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter_1.0.301-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.script.filter --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.script.filter --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.0.301-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.0.301-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.0.301-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.0.301-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter_1.0.301-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.0.301-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.0.301-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.script.filter --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.script.filter --- [INFO] [INFO] -------< org.eclipse.kura.feature:org.eclipse.kura.driver.gpio >-------- [INFO] Building org.eclipse.kura.driver.gpio 1.0.201-SNAPSHOT [80/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.driver.gpio --- [INFO] The project's OSGi version is 1.0.201.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.gpio --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.gpio --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.driver.gpio --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio-1.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.gpio --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.driver.gpio --- [INFO] Building DP - Version: 1.0.201.202211181608 [INFO] Added: org.eclipse.kura.driver.gpio.provider:1.0.201.202211181608 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio_1.0.201-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.gpio --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio-1.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.0.201-SNAPSHOT/org.eclipse.kura.driver.gpio-1.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.0.201-SNAPSHOT/org.eclipse.kura.driver.gpio-1.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.0.201-SNAPSHOT/org.eclipse.kura.driver.gpio-1.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.0.201-SNAPSHOT/org.eclipse.kura.driver.gpio-1.0.201-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio_1.0.201-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.0.201-SNAPSHOT/org.eclipse.kura.driver.gpio-1.0.201-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] ---------------------< org.eclipse.kura:emulator >---------------------- [INFO] Building emulator 4.1.4 [81/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ emulator --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ emulator --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ emulator --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ emulator --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ emulator --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ emulator --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ emulator --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/emulator/4.1.4/emulator-4.1.4.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ emulator --- [INFO] [INFO] -------------< org.eclipse.kura:org.eclipse.kura.emulator >------------- [INFO] Building org.eclipse.kura.emulator 1.0.401-SNAPSHOT [82/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.emulator --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.emulator --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.emulator --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.emulator --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.emulator --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.emulator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.emulator --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.emulator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.emulator --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.emulator --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.emulator --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.emulator --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.emulator --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.emulator --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.emulator --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.emulator --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.0.401-SNAPSHOT/org.eclipse.kura.emulator-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.0.401-SNAPSHOT/org.eclipse.kura.emulator-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.0.401-SNAPSHOT/org.eclipse.kura.emulator-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.0.401-SNAPSHOT/org.eclipse.kura.emulator-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.0.401-SNAPSHOT/org.eclipse.kura.emulator-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.emulator --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.emulator --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.emulator.gpio >----------- [INFO] Building org.eclipse.kura.emulator.gpio 1.0.501-SNAPSHOT [83/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.emulator.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.emulator.gpio --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.emulator.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.emulator.gpio --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.emulator.gpio --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.emulator.gpio --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.emulator.gpio --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/src/main/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.emulator.gpio --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.emulator.gpio --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.emulator.gpio --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.emulator.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.emulator.gpio --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.emulator.gpio --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.emulator.gpio --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.emulator.gpio --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.emulator.gpio --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.emulator.gpio --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.emulator.gpio --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.emulator.clock >---------- [INFO] Building org.eclipse.kura.emulator.clock 1.0.501-SNAPSHOT [84/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.emulator.clock --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.emulator.clock --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.emulator.clock --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.emulator.clock --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.emulator.clock --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.emulator.clock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.emulator.clock --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/src/main/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.emulator.clock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.emulator.clock --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.emulator.clock --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.emulator.clock --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.emulator.clock --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.emulator.clock --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.emulator.clock --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.emulator.clock --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.emulator.clock --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.clock-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.clock-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.clock-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.clock-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.clock/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.clock-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.emulator.clock --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.emulator.clock --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.emulator.net >----------- [INFO] Building org.eclipse.kura.emulator.net 1.0.401-SNAPSHOT [85/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.emulator.net --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.emulator.net --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.emulator.net --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.emulator.net --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.emulator.net --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.emulator.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.emulator.net --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/src/main/java/org/eclipse/kura/emulator/net/EmulatedNetworkServiceImpl.java:[116] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/src/main/java/org/eclipse/kura/emulator/net/EmulatedNetworkServiceImpl.java:[188] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/src/main/java/org/eclipse/kura/emulator/net/EmulatedNetworkServiceImpl.java:[278] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 3 problems (3 warnings) [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/src/main/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.emulator.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.emulator.net --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.emulator.net --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.emulator.net --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.emulator.net --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.emulator.net --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.emulator.net --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.emulator.net --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.emulator.net --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.0.401-SNAPSHOT/org.eclipse.kura.emulator.net-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.0.401-SNAPSHOT/org.eclipse.kura.emulator.net-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.0.401-SNAPSHOT/org.eclipse.kura.emulator.net-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.0.401-SNAPSHOT/org.eclipse.kura.emulator.net-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.net/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.0.401-SNAPSHOT/org.eclipse.kura.emulator.net-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.emulator.net --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.emulator.net --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.emulator.position >--------- [INFO] Building org.eclipse.kura.emulator.position 1.0.501-SNAPSHOT [86/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.emulator.position --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.emulator.position --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.emulator.position --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.emulator.position --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.emulator.position --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.emulator.position --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.emulator.position --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.emulator.position --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.emulator.position --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.emulator.position --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.emulator.position --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.emulator.position --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.emulator.position --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.emulator.position --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.emulator.position --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.emulator.position --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.position-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.position-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.position-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.position-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.position/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.position-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.emulator.position --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.emulator.position --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.emulator.usb >----------- [INFO] Building org.eclipse.kura.emulator.usb 1.0.401-SNAPSHOT [87/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.emulator.usb --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.emulator.usb --- [INFO] The project's OSGi version is 1.0.401.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.emulator.usb --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.emulator.usb --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.emulator.usb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.emulator.usb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.emulator.usb --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/src/main/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.emulator.usb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.emulator.usb --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.emulator.usb --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.emulator.usb --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.emulator.usb --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.emulator.usb --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.emulator.usb --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.emulator.usb --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.emulator.usb --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.0.401-SNAPSHOT/org.eclipse.kura.emulator.usb-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.0.401-SNAPSHOT/org.eclipse.kura.emulator.usb-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.0.401-SNAPSHOT/org.eclipse.kura.emulator.usb-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.0.401-SNAPSHOT/org.eclipse.kura.emulator.usb-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.usb/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.0.401-SNAPSHOT/org.eclipse.kura.emulator.usb-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.emulator.usb --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.emulator.usb --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.emulator.watchdog >--------- [INFO] Building org.eclipse.kura.emulator.watchdog 1.0.501-SNAPSHOT [88/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.emulator.watchdog --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.emulator.watchdog --- [INFO] The project's OSGi version is 1.0.501.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.emulator.watchdog --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.emulator.watchdog --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.emulator.watchdog --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.emulator.watchdog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.emulator.watchdog --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.emulator.watchdog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.emulator.watchdog --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.emulator.watchdog --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.emulator.watchdog --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.emulator.watchdog --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.emulator.watchdog --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.emulator.watchdog --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.emulator.watchdog --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.emulator.watchdog --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/emulator/org.eclipse.kura.emulator.watchdog/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.0.501-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.emulator.watchdog --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.emulator.watchdog --- [INFO] [INFO] ----------------< org.eclipse.kura.p2:org.eclipse.kura >---------------- [INFO] Building org.eclipse.kura 4.1.4 [89/143] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.kura --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/src/main/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.kura --- [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.eclipse.kura --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.eclipse.kura --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.kura --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.eclipse.kura --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ org.eclipse.kura --- [INFO] Building zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/target/org.eclipse.kura-4.1.4.zip [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/target/org.eclipse.kura-4.1.4.zip to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/p2/org.eclipse.kura/4.1.4/org.eclipse.kura-4.1.4.zip [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/p2/org.eclipse.kura/4.1.4/org.eclipse.kura-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/p2/org.eclipse.kura/4.1.4/org.eclipse.kura-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura-p2/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/p2/org.eclipse.kura/4.1.4/org.eclipse.kura-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura --- [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.docs >--------------- [INFO] Building org.eclipse.kura.docs 0.1.301-SNAPSHOT [90/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.docs --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.docs --- [INFO] The project's OSGi version is 0.1.301.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.docs --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.docs --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.docs --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- tycho-document-bundle-plugin:1.6.0:javadoc (eclipse-javadoc) @ org.eclipse.kura.docs --- [INFO] Scopes: [compile, provided] [INFO] Output directory: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api [INFO] BaseDir: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs [INFO] Cleaning up first [INFO] 2 source folders [INFO] Source folder: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java [INFO] Source folder: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/resources [INFO] 10 classpath deps [INFO] CP: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/target/classes [INFO] CP: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/p2/osgi/bundle/org.eclipse.equinox.io/1.1.100.v20150430-1834/org.eclipse.equinox.io-1.1.100.v20150430-1834.jar [INFO] CP: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/p2/osgi/bundle/org.eclipse.osgi/3.12.50.v20170928-1321/org.eclipse.osgi-3.12.50.v20170928-1321.jar [INFO] CP: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/p2/osgi/bundle/org.eclipse.osgi.services/3.6.0.v20170228-1906/org.eclipse.osgi.services-3.6.0.v20170228-1906.jar [INFO] CP: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/p2/osgi/bundle/org.eclipse.soda.dk.comm/1.2.500/org.eclipse.soda.dk.comm-1.2.500.jar [INFO] CP: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/.cache/tycho/usb4java-javax-1.2.500.jar/usb4java-javax-1.2.0.jar [INFO] CP: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/p2/osgi/bundle/osgi.annotation/6.0.1.201503162037/osgi.annotation-6.0.1.201503162037.jar [INFO] CP: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/p2/osgi/bundle/org.apache.logging.log4j.api/2.17.0/org.apache.logging.log4j.api-2.17.0.jar [INFO] CP: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/p2/osgi/bundle/usb4java-javax/1.2.500/usb4java-javax-1.2.500.jar [INFO] CP: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/p2/osgi/bundle/org.eclipse.osgi.util/3.4.0.v20170111-1608/org.eclipse.osgi.util-3.4.0.v20170111-1608.jar [INFO] Calling: /bin/sh -c cd '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api' && '/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/../bin/javadoc' '@/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/javadoc.options.txt' Loading source files for package org.eclipse.kura... Loading source files for package org.eclipse.kura.annotation... Loading source files for package org.eclipse.kura.asset... Loading source files for package org.eclipse.kura.bluetooth... Loading source files for package org.eclipse.kura.bluetooth.le... Loading source files for package org.eclipse.kura.bluetooth.le.beacon... Loading source files for package org.eclipse.kura.bluetooth.le.beacon.listener... Loading source files for package org.eclipse.kura.bluetooth.listener... Loading source files for package org.eclipse.kura.certificate... Loading source files for package org.eclipse.kura.channel... Loading source files for package org.eclipse.kura.channel.listener... Loading source files for package org.eclipse.kura.clock... Loading source files for package org.eclipse.kura.cloud... Loading source files for package org.eclipse.kura.cloud.factory... Loading source files for package org.eclipse.kura.cloudconnection... Loading source files for package org.eclipse.kura.cloudconnection.factory... Loading source files for package org.eclipse.kura.cloudconnection.listener... Loading source files for package org.eclipse.kura.cloudconnection.message... Loading source files for package org.eclipse.kura.cloudconnection.publisher... Loading source files for package org.eclipse.kura.cloudconnection.request... Loading source files for package org.eclipse.kura.cloudconnection.subscriber... Loading source files for package org.eclipse.kura.cloudconnection.subscriber.listener... Loading source files for package org.eclipse.kura.comm... Loading source files for package org.eclipse.kura.command... Loading source files for package org.eclipse.kura.configuration... Loading source files for package org.eclipse.kura.configuration.metatype... Loading source files for package org.eclipse.kura.crypto... Loading source files for package org.eclipse.kura.data... Loading source files for package org.eclipse.kura.data.listener... Loading source files for package org.eclipse.kura.data.transport.listener... Loading source files for package org.eclipse.kura.db... Loading source files for package org.eclipse.kura.deployment.hook... Loading source files for package org.eclipse.kura.driver... Loading source files for package org.eclipse.kura.driver.descriptor... Loading source files for package org.eclipse.kura.gpio... Loading source files for package org.eclipse.kura.linux.udev... Loading source files for package org.eclipse.kura.marshalling... Loading source files for package org.eclipse.kura.message... Loading source files for package org.eclipse.kura.net... Loading source files for package org.eclipse.kura.net.dhcp... Loading source files for package org.eclipse.kura.net.dns... Loading source files for package org.eclipse.kura.net.firewall... Loading source files for package org.eclipse.kura.net.modem... Loading source files for package org.eclipse.kura.net.route... Loading source files for package org.eclipse.kura.net.wifi... Loading source files for package org.eclipse.kura.position... Loading source files for package org.eclipse.kura.security... Loading source files for package org.eclipse.kura.ssl... Loading source files for package org.eclipse.kura.status... Loading source files for package org.eclipse.kura.system... Loading source files for package org.eclipse.kura.type... Loading source files for package org.eclipse.kura.usb... Loading source files for package org.eclipse.kura.watchdog... Loading source files for package org.eclipse.kura.wire... Loading source files for package org.eclipse.kura.wire.graph... Loading source files for package org.eclipse.kura.wire.multiport... Constructing Javadoc information... Standard Doclet version 1.8.0_292 Building tree for all the packages and classes... Generating ./org/eclipse/kura/KuraBluetoothBeaconAdvertiserNotAvailable.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraBluetoothBeaconAdvertiserNotAvailable.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraBluetoothCommandException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraBluetoothCommandException.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraBluetoothConnectionException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraBluetoothConnectionException.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraBluetoothDiscoveryException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraBluetoothDiscoveryException.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraBluetoothIOException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraBluetoothIOException.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraBluetoothNotificationException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraBluetoothNotificationException.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraBluetoothPairException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraBluetoothPairException.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraBluetoothRemoveException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraBluetoothRemoveException.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraBluetoothResourceNotFoundException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraBluetoothResourceNotFoundException.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraConnectException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraConnectException.java:20: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraConnectionStatus.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraConnectionStatus.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraDisconnectException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraDisconnectException.java:19: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraErrorCode.html... Generating ./org/eclipse/kura/KuraException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraException.java:30: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraInvalidMessageException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraInvalidMessageException.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraInvalidMetricTypeException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraInvalidMetricTypeException.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraNotConnectedException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraNotConnectedException.java:22: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraPartialSuccessException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraPartialSuccessException.java:26: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraRuntimeException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraRuntimeException.java:30: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraStoreCapacityReachedException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraStoreCapacityReachedException.java:22: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraStoreException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraStoreException.java:20: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraTimeoutException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraTimeoutException.java:20: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/KuraTooManyInflightMessagesException.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraTooManyInflightMessagesException.java:20: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/annotation/Extensible.html... Generating ./org/eclipse/kura/annotation/Immutable.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/annotation/Immutable.java:31: error: self-closing element not allowed *

^ Generating ./org/eclipse/kura/annotation/NotThreadSafe.html... Generating ./org/eclipse/kura/annotation/Nullable.html... Generating ./org/eclipse/kura/annotation/ThreadSafe.html... Generating ./org/eclipse/kura/asset/Asset.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/Asset.java:81: error: reference not found * @see Asset#read(List) ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/Asset.java:94: warning - Tag @see: can't find read(List) in org.eclipse.kura.asset.Asset /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/Asset.java:32: error: reference not found * @see AssetRecord ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/Asset.java:35: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/asset/AssetConfiguration.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/AssetConfiguration.java:38: error: unknown tag: noextend * @noextend This class is not intended to be extended by clients. ^ Generating ./org/eclipse/kura/asset/AssetService.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/asset/AssetService.java:24: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/BluetoothAdapter.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothAdapter.java:48: warning: no @return public boolean isScanning(); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothAdapter.java:21: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/BluetoothBeaconCommandListener.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothBeaconCommandListener.java:31: warning: no description for @param * @param errorCode ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothBeaconCommandListener.java:39: warning: no @param for results public void onCommandResults(String results); ^ Generating ./org/eclipse/kura/bluetooth/BluetoothBeaconData.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothBeaconData.java:6: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothBeaconData.java:8: error: reference not found * @deprecated This class is deprecated in favor of {@link BluetoothLeIBeacon} ^ Generating ./org/eclipse/kura/bluetooth/BluetoothBeaconScanListener.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothBeaconScanListener.java:20: warning: no description for @param * @param beaconData ^ Generating ./org/eclipse/kura/bluetooth/BluetoothConnector.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothConnector.java:27: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/BluetoothDevice.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothDevice.java:27: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/BluetoothGatt.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGatt.java:39: warning: no @throws for org.eclipse.kura.KuraException public boolean connect() throws KuraException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGatt.java:49: warning: no @throws for org.eclipse.kura.KuraException public boolean connect(String adapterName) throws KuraException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGatt.java:61: warning: no @throws for org.eclipse.kura.KuraException public boolean checkConnection() throws KuraException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGatt.java:107: warning: no @throws for org.eclipse.kura.KuraException public String readCharacteristicValue(String handle) throws KuraException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGatt.java:116: warning: no @throws for org.eclipse.kura.KuraException public String readCharacteristicValueByUuid(UUID uuid) throws KuraException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGatt.java:131: warning: no description for @throws * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGatt.java:134: warning: no @return public BluetoothGattSecurityLevel getSecurityLevel() throws KuraException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGatt.java:25: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/BluetoothGattCharacteristic.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGattCharacteristic.java:20: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/BluetoothGattSecurityLevel.html... Generating ./org/eclipse/kura/bluetooth/BluetoothGattService.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothGattService.java:21: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/BluetoothLeNotificationListener.html... Generating ./org/eclipse/kura/bluetooth/BluetoothLeScanListener.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothLeScanListener.java:33: warning: no description for @param * @param errorCode ^ Generating ./org/eclipse/kura/bluetooth/BluetoothService.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothService.java:21: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:111: warning: no description for @throws * @throws KuraBluetoothDiscoveryException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:154: warning: no @param for value public void setAlias(String value); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:173: warning: no @param for value public void setPowered(boolean value); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:185: warning: no @param for value public void setDiscoverable(boolean value); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:198: warning: no @param for value public void setDiscoverableTimout(long value); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:210: warning: no @param for value public void setPairable(boolean value); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:223: warning: no @param for value public void setPairableTimeout(long value); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:244: warning: no description for @throws * @throws KuraBluetoothRemoveException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:261: warning: empty

tag *

^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:275: error: @param name not found * @param trasportType ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:280: warning: no @param for transportType public void setDiscoveryFilter(List uuids, int rssi, int pathloss, BluetoothTransportType transportType); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeAdapter.java:24: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/BluetoothLeDevice.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:38: warning: no description for @throws * @throws KuraBluetoothResourceNotFoundException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:51: warning: no description for @throws * @throws KuraBluetoothResourceNotFoundException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:59: warning: no description for @throws * @throws KuraBluetoothResourceNotFoundException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:66: warning: no description for @throws * @throws KuraBluetoothConnectionException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:74: warning: no description for @throws * @throws KuraBluetoothConnectionException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:83: warning: no description for @throws * @throws KuraBluetoothConnectionException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:92: warning: no description for @throws * @throws KuraBluetoothConnectionException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:100: warning: no description for @throws * @throws KuraBluetoothPairException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:107: warning: no description for @throws * @throws KuraBluetoothPairException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:135: warning: no @param for value public void setAlias(String value); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:175: warning: no @param for value public void setTrusted(boolean value); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:187: warning: no @param for value public void setBlocked(boolean value); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:260: warning: no @return public boolean isServicesResolved(); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:267: error: reference not found * @throws BluetKuraBluetoothRemoveExceptionoothException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:267: warning: no description for @throws * @throws BluetKuraBluetoothRemoveExceptionoothException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:271: warning: no @throws for org.eclipse.kura.KuraBluetoothRemoveException public boolean remove() throws KuraBluetoothRemoveException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeDevice.java:26: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.java:38: warning: no description for @throws * @throws KuraBluetoothResourceNotFoundException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.java:51: warning: no description for @throws * @throws KuraBluetoothResourceNotFoundException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.java:60: warning: no description for @throws * @throws KuraBluetoothResourceNotFoundException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.java:68: warning: no description for @throws * @throws KuraBluetoothIOException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.java:79: error: malformed HTML * A Consumer object. Its accept function will be called ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.java:79: error: bad use of '>' * A Consumer object. Its accept function will be called ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.java:82: warning: no description for @throws * @throws KuraBluetoothNotificationException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.java:91: warning: no description for @throws * @throws KuraBluetoothNotificationException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.java:101: warning: no description for @throws * @throws KuraBluetoothIOException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristic.java:26: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/BluetoothLeGattCharacteristicProperties.html... Generating ./org/eclipse/kura/bluetooth/le/BluetoothLeGattDescriptor.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattDescriptor.java:30: warning: no description for @throws * @throws KuraBluetoothIOException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattDescriptor.java:39: warning: no description for @throws * @throws KuraBluetoothIOException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattDescriptor.java:20: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/BluetoothLeGattService.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattService.java:33: warning: no description for @throws * @throws KuraBluetoothResourceNotFoundException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattService.java:46: warning: no description for @throws * @throws KuraBluetoothResourceNotFoundException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattService.java:55: warning: no description for @throws * @throws KuraBluetoothResourceNotFoundException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeGattService.java:21: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/BluetoothLeService.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeService.java:28: warning: no @return public List getAdapters(); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeService.java:37: warning: no @return public BluetoothLeAdapter getAdapter(String interfaceName); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothLeService.java:19: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/BluetoothTransportType.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/BluetoothTransportType.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/beacon/AdvertisingReportAddressType.html... Generating ./org/eclipse/kura/bluetooth/le/beacon/AdvertisingReportEventType.html... Generating ./org/eclipse/kura/bluetooth/le/beacon/AdvertisingReportRecord.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/AdvertisingReportRecord.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeacon.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeacon.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconAdvertiser.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconAdvertiser.java:30: error: unknown tag: throw * @throw KuraBluetoothCommandException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconAdvertiser.java:32: warning: no @throws for org.eclipse.kura.KuraBluetoothCommandException public void startBeaconAdvertising() throws KuraBluetoothCommandException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconAdvertiser.java:39: error: unknown tag: throw * @throw KuraBluetoothCommandException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconAdvertiser.java:41: warning: no @throws for org.eclipse.kura.KuraBluetoothCommandException public void stopBeaconAdvertising() throws KuraBluetoothCommandException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconAdvertiser.java:54: error: unknown tag: throw * @throw KuraBluetoothCommandException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconAdvertiser.java:56: warning: no @throws for org.eclipse.kura.KuraBluetoothCommandException public void updateBeaconAdvertisingInterval(Integer min, Integer max) throws KuraBluetoothCommandException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconAdvertiser.java:64: error: unknown tag: throw * @throw KuraBluetoothCommandException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconAdvertiser.java:66: warning: no @throws for org.eclipse.kura.KuraBluetoothCommandException public void updateBeaconAdvertisingData(T beacon) throws KuraBluetoothCommandException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconAdvertiser.java:19: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconDecoder.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconDecoder.java:34: error: unknown tag: T * @return Class the type of beacon (i.e. BlueoothLeIBeacon) ^ Generating ./org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconEncoder.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconEncoder.java:34: error: unknown tag: T * @return Class the type of beacon (i.e. BlueoothLeIBeacon) ^ Generating ./org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconManager.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconManager.java:46: warning: no description for @throws * @throws KuraBluetoothBeaconAdvertiserNotAvailable ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconManager.java:20: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconScanner.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconScanner.java:31: warning: no description for @throws * @throws KuraBluetoothCommandException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconScanner.java:43: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconScanner.java:20: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconService.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconService.java:42: warning: no description for @throws * @throws KuraBluetoothBeaconAdvertiserNotAvailable ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/le/beacon/BluetoothLeBeaconService.java:21: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/bluetooth/le/beacon/listener/BluetoothLeBeaconListener.html... Generating ./org/eclipse/kura/bluetooth/listener/AdvertisingReportRecord.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/listener/AdvertisingReportRecord.java:17: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/bluetooth/listener/BluetoothAdvertisementData.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/listener/BluetoothAdvertisementData.java:20: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/bluetooth/listener/BluetoothAdvertisementScanListener.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/listener/BluetoothAdvertisementScanListener.java:30: warning: no description for @param * @param btAdData ^ Generating ./org/eclipse/kura/certificate/CertificatesService.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/certificate/CertificatesService.java:90: warning: no @throws for org.eclipse.kura.KuraException public Certificate returnCertificate(String alias) throws KuraException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/certificate/CertificatesService.java:26: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/channel/Channel.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/channel/Channel.java:206: error: @param name not found * @param vlaue ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/channel/Channel.java:214: error: reference not found * the {@link CheannelRecord} ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/channel/Channel.java:216: warning: no @param for value public ChannelRecord createWriteRecord(TypedValue value) { ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/channel/Channel.java:31: error: unknown tag: noextend * @noextend This class is not intended to be extended by clients. ^ Generating ./org/eclipse/kura/channel/ChannelFlag.html... Generating ./org/eclipse/kura/channel/ChannelRecord.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/channel/ChannelRecord.java:28: error: self-closing element not allowed * operation on a specific channel.
^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/channel/ChannelRecord.java:29: error: self-closing element not allowed *
^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/channel/ChannelRecord.java:64: error: unknown tag: noextend * @noextend This class is not intended to be extended by clients. ^ Generating ./org/eclipse/kura/channel/ChannelStatus.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/channel/ChannelStatus.java:27: error: unknown tag: noextend * @noextend This class is not intended to be extended by clients. ^ Generating ./org/eclipse/kura/channel/ChannelType.html... Generating ./org/eclipse/kura/channel/listener/ChannelEvent.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/channel/listener/ChannelEvent.java:26: error: unknown tag: noextend * @noextend This class is not intended to be extended by clients. ^ Generating ./org/eclipse/kura/channel/listener/ChannelListener.html... Generating ./org/eclipse/kura/clock/ClockEvent.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/clock/ClockEvent.java:23: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/clock/ClockService.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/clock/ClockService.java:39: warning: no @throws for org.eclipse.kura.KuraException public Date getLastSync() throws KuraException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/clock/ClockService.java:28: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloud/CloudCallService.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:42: warning: no description for @param * @param appId ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:43: warning: no description for @param * @param appTopic ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:46: warning: no description for @param * @param timeout ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:47: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:48: warning: no description for @throws * @throws KuraConnectException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:49: warning: no description for @throws * @throws KuraTimeoutException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:50: warning: no description for @throws * @throws KuraStoreException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:51: warning: no description for @throws * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:60: warning: no description for @param * @param deviceId ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:61: warning: no description for @param * @param appId ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:62: warning: no description for @param * @param appTopic ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:63: warning: no description for @param * @param appPayload ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:64: warning: no description for @param * @param timeout ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:65: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:66: warning: no description for @throws * @throws KuraConnectException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:67: warning: no description for @throws * @throws KuraTimeoutException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:68: warning: no description for @throws * @throws KuraStoreException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:69: warning: no description for @throws * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:77: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudCallService.java:31: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloud/CloudClient.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClient.java:615: warning: no @param for cloudClientListener public void removeCloudClientListener(CloudClientListener cloudClientListener); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClient.java:81: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloud/CloudClientListener.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClientListener.java:101: warning: no @param for appTopic void onMessageConfirmed(int messageId, String appTopic); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClientListener.java:107: warning: no @param for messageId void onMessagePublished(int messageId, String appTopic); ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudClientListener.java:107: warning: no @param for appTopic void onMessagePublished(int messageId, String appTopic); ^ Generating ./org/eclipse/kura/cloud/CloudConnectionEstablishedEvent.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudConnectionEstablishedEvent.java:22: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/cloud/CloudConnectionLostEvent.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudConnectionLostEvent.java:22: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/cloud/Cloudlet.html... Generating ./org/eclipse/kura/cloud/CloudletTopic.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudletTopic.java:18: error: unknown tag: noextend * @noextend This class is not intended to be subclassed by clients. ^ Generating ./org/eclipse/kura/cloud/CloudletTopic.Method.html... Generating ./org/eclipse/kura/cloud/CloudPayloadEncoding.html... Generating ./org/eclipse/kura/cloud/CloudPayloadProtoBufDecoder.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudPayloadProtoBufDecoder.java:28: warning: no description for @param * @param payload ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudPayloadProtoBufDecoder.java:29: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudPayloadProtoBufDecoder.java:30: warning: no description for @throws * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudPayloadProtoBufDecoder.java:19: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloud/CloudPayloadProtoBufEncoder.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudPayloadProtoBufEncoder.java:28: warning: no description for @param * @param kuraPayload ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudPayloadProtoBufEncoder.java:29: warning: no description for @param * @param gzipped ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudPayloadProtoBufEncoder.java:30: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudPayloadProtoBufEncoder.java:31: warning: no description for @throws * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudPayloadProtoBufEncoder.java:19: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloud/CloudService.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudService.java:63: warning: no description for @throws * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudService.java:78: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudService.java:36: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/CloudService.java:38: error: reference not found * @deprecated Please consider using {@link CloudConnectionManager} ^ Generating ./org/eclipse/kura/cloud/factory/CloudServiceFactory.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:131: warning: no description for @throws * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:155: warning: no description for @throws * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:170: warning: no description for @throws * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:62: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/factory/CloudServiceFactory.java:64: error: reference not found * @deprecated Please consider using {@link CloudConnectionFactory} ^ Generating ./org/eclipse/kura/cloudconnection/CloudConnectionConstants.html... Generating ./org/eclipse/kura/cloudconnection/CloudConnectionManager.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudConnectionManager.java:39: error: exception not thrown: org.eclipse.kura.KuraException * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudConnectionManager.java:42: warning: no @throws for org.eclipse.kura.KuraConnectException public void connect() throws KuraConnectException; ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudConnectionManager.java:47: error: exception not thrown: org.eclipse.kura.KuraException * @throws KuraException ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudConnectionManager.java:30: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloudconnection/CloudEndpoint.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudEndpoint.java:104: error: @param name not found * @param cloudConnectionListener ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/CloudEndpoint.java:37: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloudconnection/factory/CloudConnectionFactory.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/factory/CloudConnectionFactory.java:37: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloudconnection/listener/CloudConnectionListener.html... Generating ./org/eclipse/kura/cloudconnection/listener/CloudDeliveryListener.html... Generating ./org/eclipse/kura/cloudconnection/message/KuraMessage.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/message/KuraMessage.java:29: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloudconnection/publisher/CloudNotificationPublisher.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/publisher/CloudPublisher.java:96: error: @param name not found * @param cloudConnectionListener ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/publisher/CloudNotificationPublisher.java:20: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloudconnection/publisher/CloudPublisher.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/publisher/CloudPublisher.java:47: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloudconnection/request/RequestHandler.html... /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/request/RequestHandler.java:43: error: unterminated signature * Used to implement a READ request for a resource identified by the supplied {@link CloudletResources)} ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/request/RequestHandler.java:60: error: unterminated signature * Used to implement a CREATE or UPDATE request for a resource identified by the supplied {@link CloudletResources)} ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/request/RequestHandler.java:77: error: unterminated signature * Used to implement other operations on a resource identified by the supplied {@link CloudletResources)} ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/request/RequestHandler.java:94: error: unterminated signature * Used to implement a DELETE request for a resource identified by the supplied {@link CloudletResources)} ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/request/RequestHandler.java:22: error: unterminated signature * {@link KuraMessage)} ^ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloudconnection/request/RequestHandler.java:37: error: unknown tag: noimplement * @noimplement This interface is not intended to be implemented by clients. ^ Generating ./org/eclipse/kura/cloudconnection/request/RequestHandlerContext.html... Generating ./org/eclipse/kura/cloudconnection/request/RequestHandlerContextConstants.html... Generating ./org/eclipse/kura/cloudconnection/request/RequestHandlerMessageConstants.html... Generating ./org/eclipse/kura/cloudconnection/request/RequestHandlerRegistry.html... Generating ./org/eclipse/kura/cloudconnection/subscriber/CloudSubscriber.html... Generating ./org/eclipse/kura/cloudconnection/subscriber/listener/CloudSubscriberListener.html... Generating ./org/eclipse/kura/comm/CommConnection.html... Generating ./org/eclipse/kura/comm/CommURI.html... Generating ./org/eclipse/kura/comm/CommURI.Builder.html... Generating ./org/eclipse/kura/command/CommandService.html... Generating ./org/eclipse/kura/command/PasswordCommandService.html... Generating ./org/eclipse/kura/configuration/ComponentConfiguration.html... Generating ./org/eclipse/kura/configuration/ConfigurableComponent.html... Generating ./org/eclipse/kura/configuration/ConfigurationService.html... Generating ./org/eclipse/kura/configuration/KuraConfigReadyEvent.html... Generating ./org/eclipse/kura/configuration/KuraNetConfigReadyEvent.html... Generating ./org/eclipse/kura/configuration/Password.html... Generating ./org/eclipse/kura/configuration/SelfConfiguringComponent.html... Generating ./org/eclipse/kura/configuration/metatype/AD.html... Generating ./org/eclipse/kura/configuration/metatype/Attribute.html... Generating ./org/eclipse/kura/configuration/metatype/Designate.html... Generating ./org/eclipse/kura/configuration/metatype/Icon.html... Generating ./org/eclipse/kura/configuration/metatype/MetaData.html... Generating ./org/eclipse/kura/configuration/metatype/OCD.html... Generating ./org/eclipse/kura/configuration/metatype/OCDService.html... Generating ./org/eclipse/kura/configuration/metatype/Option.html... Generating ./org/eclipse/kura/configuration/metatype/Scalar.html... Generating ./org/eclipse/kura/configuration/metatype/TObject.html... Generating ./org/eclipse/kura/crypto/CryptoService.html... Generating ./org/eclipse/kura/data/DataService.html... Generating ./org/eclipse/kura/data/DataServiceListener.html... Generating ./org/eclipse/kura/data/DataTransportListener.html... Generating ./org/eclipse/kura/data/DataTransportService.html... Generating ./org/eclipse/kura/data/DataTransportToken.html... Generating ./org/eclipse/kura/data/listener/DataServiceListener.html... Generating ./org/eclipse/kura/data/transport/listener/DataTransportListener.html... Generating ./org/eclipse/kura/db/BaseDbService.html... Generating ./org/eclipse/kura/db/H2DbService.html... Generating ./org/eclipse/kura/db/H2DbService.ConnectionCallable.html... Generating ./org/eclipse/kura/deployment/hook/DeploymentHook.html... Generating ./org/eclipse/kura/deployment/hook/RequestContext.html... Generating ./org/eclipse/kura/driver/ChannelDescriptor.html... Generating ./org/eclipse/kura/driver/Driver.html... Generating ./org/eclipse/kura/driver/Driver.ConnectionException.html... Generating ./org/eclipse/kura/driver/DriverService.html... Generating ./org/eclipse/kura/driver/PreparedRead.html... Generating ./org/eclipse/kura/driver/descriptor/DriverDescriptor.html... Generating ./org/eclipse/kura/driver/descriptor/DriverDescriptorService.html... Generating ./org/eclipse/kura/gpio/GPIOService.html... Generating ./org/eclipse/kura/gpio/KuraClosedDeviceException.html... Generating ./org/eclipse/kura/gpio/KuraGPIODeviceException.html... Generating ./org/eclipse/kura/gpio/KuraGPIODirection.html... Generating ./org/eclipse/kura/gpio/KuraGPIOMode.html... Generating ./org/eclipse/kura/gpio/KuraGPIOPin.html... Generating ./org/eclipse/kura/gpio/KuraGPIOTrigger.html... Generating ./org/eclipse/kura/gpio/KuraUnavailableDeviceException.html... Generating ./org/eclipse/kura/gpio/PinStatusListener.html... Generating ./org/eclipse/kura/linux/udev/LinuxUdevListener.html... Generating ./org/eclipse/kura/linux/udev/UdevEventType.html... Generating ./org/eclipse/kura/marshalling/Marshaller.html... Generating ./org/eclipse/kura/marshalling/Unmarshaller.html... Generating ./org/eclipse/kura/message/KuraAlertPayload.html... Generating ./org/eclipse/kura/message/KuraAlertSeverity.html... Generating ./org/eclipse/kura/message/KuraAlertStatus.html... Generating ./org/eclipse/kura/message/KuraApplicationTopic.html... Generating ./org/eclipse/kura/message/KuraBirthPayload.html... Generating ./org/eclipse/kura/message/KuraBirthPayload.KuraBirthPayloadBuilder.html... Generating ./org/eclipse/kura/message/KuraDeviceProfile.html... Generating ./org/eclipse/kura/message/KuraDisconnectPayload.html... Generating ./org/eclipse/kura/message/KuraPayload.html... Generating ./org/eclipse/kura/message/KuraPosition.html... Generating ./org/eclipse/kura/message/KuraRequestPayload.html... Generating ./org/eclipse/kura/message/KuraResponsePayload.html... Generating ./org/eclipse/kura/message/KuraTopic.html... Generating ./org/eclipse/kura/net/ConnectionInfo.html... Generating ./org/eclipse/kura/net/EthernetInterface.html... Generating ./org/eclipse/kura/net/EthernetMonitorService.html... Generating ./org/eclipse/kura/net/IP4Address.html... Generating ./org/eclipse/kura/net/IP6Address.html... Generating ./org/eclipse/kura/net/IPAddress.html... Generating ./org/eclipse/kura/net/LoopbackInterface.html... Generating ./org/eclipse/kura/net/NetConfig.html... Generating ./org/eclipse/kura/net/NetConfig4.html... Generating ./org/eclipse/kura/net/NetConfig6.html... Generating ./org/eclipse/kura/net/NetConfigIP.html... Generating ./org/eclipse/kura/net/NetConfigIP4.html... Generating ./org/eclipse/kura/net/NetConfigIP6.html... Generating ./org/eclipse/kura/net/NetInterface.html... Generating ./org/eclipse/kura/net/NetInterfaceAddedEvent.html... Generating ./org/eclipse/kura/net/NetInterfaceAddress.html... Generating ./org/eclipse/kura/net/NetInterfaceAddressConfig.html... Generating ./org/eclipse/kura/net/NetInterfaceConfig.html... Generating ./org/eclipse/kura/net/NetInterfaceRemovedEvent.html... Generating ./org/eclipse/kura/net/NetInterfaceState.html... Generating ./org/eclipse/kura/net/NetInterfaceStateChangedEvent.html... Generating ./org/eclipse/kura/net/NetInterfaceStateChangedEvent.Reason.html... Generating ./org/eclipse/kura/net/NetInterfaceStatus.html... Generating ./org/eclipse/kura/net/NetInterfaceType.html... Generating ./org/eclipse/kura/net/NetProtocol.html... Generating ./org/eclipse/kura/net/NetRouterMode.html... Generating ./org/eclipse/kura/net/NetworkAdminService.html... Generating ./org/eclipse/kura/net/NetworkPair.html... Generating ./org/eclipse/kura/net/NetworkService.html... Generating ./org/eclipse/kura/net/NetworkState.html... Generating ./org/eclipse/kura/net/NetworkStateChangedEvent.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServer.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServerCfg.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServerCfgIP.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServerCfgIP4.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServerCfgIP6.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServerConfig.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServerConfig4.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServerConfig6.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServerConfigIP.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServerConfigIP4.html... Generating ./org/eclipse/kura/net/dhcp/DhcpServerConfigIP6.html... Generating ./org/eclipse/kura/net/dns/DnsMonitorService.html... Generating ./org/eclipse/kura/net/dns/DnsServerConfig.html... Generating ./org/eclipse/kura/net/dns/DnsServerConfig4.html... Generating ./org/eclipse/kura/net/dns/DnsServerConfig6.html... Generating ./org/eclipse/kura/net/dns/DnsServerConfigIP.html... Generating ./org/eclipse/kura/net/dns/DnsServerConfigIP4.html... Generating ./org/eclipse/kura/net/dns/DnsServerConfigIP6.html... Generating ./org/eclipse/kura/net/firewall/FirewallAutoNatConfig.html... Generating ./org/eclipse/kura/net/firewall/FirewallNatConfig.html... Generating ./org/eclipse/kura/net/firewall/FirewallOpenPortConfig.html... Generating ./org/eclipse/kura/net/firewall/FirewallOpenPortConfig4.html... Generating ./org/eclipse/kura/net/firewall/FirewallOpenPortConfigIP.html... Generating ./org/eclipse/kura/net/firewall/FirewallOpenPortConfigIP4.html... Generating ./org/eclipse/kura/net/firewall/FirewallPortForwardConfig.html... Generating ./org/eclipse/kura/net/firewall/FirewallPortForwardConfig4.html... Generating ./org/eclipse/kura/net/firewall/FirewallPortForwardConfigIP.html... Generating ./org/eclipse/kura/net/firewall/FirewallPortForwardConfigIP4.html... Generating ./org/eclipse/kura/net/modem/CellularModem.html... Generating ./org/eclipse/kura/net/modem/CellularModem.SerialPortType.html... Generating ./org/eclipse/kura/net/modem/ModemAddedEvent.html... Generating ./org/eclipse/kura/net/modem/ModemCdmaServiceProvider.html... Generating ./org/eclipse/kura/net/modem/ModemConfig.html... Generating ./org/eclipse/kura/net/modem/ModemConfig.AuthType.html... Generating ./org/eclipse/kura/net/modem/ModemConfig.PdpType.html... Generating ./org/eclipse/kura/net/modem/ModemConnectionStatus.html... Generating ./org/eclipse/kura/net/modem/ModemConnectionType.html... Generating ./org/eclipse/kura/net/modem/ModemDevice.html... Generating ./org/eclipse/kura/net/modem/ModemGpsDisabledEvent.html... Generating ./org/eclipse/kura/net/modem/ModemGpsEnabledEvent.html... Generating ./org/eclipse/kura/net/modem/ModemInterface.html... Generating ./org/eclipse/kura/net/modem/ModemInterfaceAddress.html... Generating ./org/eclipse/kura/net/modem/ModemInterfaceAddressConfig.html... Generating ./org/eclipse/kura/net/modem/ModemManagerService.html... Generating ./org/eclipse/kura/net/modem/ModemMonitorListener.html... Generating ./org/eclipse/kura/net/modem/ModemMonitorService.html... Generating ./org/eclipse/kura/net/modem/ModemPdpContext.html... Generating ./org/eclipse/kura/net/modem/ModemPdpContextType.html... Generating ./org/eclipse/kura/net/modem/ModemPowerMode.html... Generating ./org/eclipse/kura/net/modem/ModemReadyEvent.html... Generating ./org/eclipse/kura/net/modem/ModemRegistrationStatus.html... Generating ./org/eclipse/kura/net/modem/ModemRemovedEvent.html... Generating ./org/eclipse/kura/net/modem/ModemTechnologyType.html... Generating ./org/eclipse/kura/net/modem/SerialModemDevice.html... Generating ./org/eclipse/kura/net/route/RouteConfig.html... Generating ./org/eclipse/kura/net/route/RouteConfig4.html... Generating ./org/eclipse/kura/net/route/RouteConfig6.html... Generating ./org/eclipse/kura/net/route/RouteConfigIP.html... Generating ./org/eclipse/kura/net/route/RouteConfigIP4.html... Generating ./org/eclipse/kura/net/route/RouteConfigIP6.html... Generating ./org/eclipse/kura/net/route/RoutingAgentService.html... Generating ./org/eclipse/kura/net/wifi/WifiAccessPoint.html... Generating ./org/eclipse/kura/net/wifi/WifiAccessPointAddedEvent.html... Generating ./org/eclipse/kura/net/wifi/WifiAccessPointRemovedEvent.html... Generating ./org/eclipse/kura/net/wifi/WifiBgscan.html... Generating ./org/eclipse/kura/net/wifi/WifiBgscanModule.html... Generating ./org/eclipse/kura/net/wifi/WifiCiphers.html... Generating ./org/eclipse/kura/net/wifi/WifiClientMonitorListener.html... Generating ./org/eclipse/kura/net/wifi/WifiClientMonitorService.html... Generating ./org/eclipse/kura/net/wifi/WifiConfig.html... Generating ./org/eclipse/kura/net/wifi/WifiHotspotInfo.html... Generating ./org/eclipse/kura/net/wifi/WifiInterface.html... Generating ./org/eclipse/kura/net/wifi/WifiInterface.Capability.html... Generating ./org/eclipse/kura/net/wifi/WifiInterfaceAddress.html... Generating ./org/eclipse/kura/net/wifi/WifiInterfaceAddressConfig.html... Generating ./org/eclipse/kura/net/wifi/WifiMode.html... Generating ./org/eclipse/kura/net/wifi/WifiPassword.html... Generating ./org/eclipse/kura/net/wifi/WifiRadioMode.html... Generating ./org/eclipse/kura/net/wifi/WifiSecurity.html... Generating ./org/eclipse/kura/position/NmeaPosition.html... Generating ./org/eclipse/kura/position/PositionException.html... Generating ./org/eclipse/kura/position/PositionListener.html... Generating ./org/eclipse/kura/position/PositionLockedEvent.html... Generating ./org/eclipse/kura/position/PositionLostEvent.html... Generating ./org/eclipse/kura/position/PositionService.html... Generating ./org/eclipse/kura/security/SecurityService.html... Generating ./org/eclipse/kura/ssl/SslManagerService.html... Generating ./org/eclipse/kura/ssl/SslServiceListener.html... Generating ./org/eclipse/kura/status/CloudConnectionStatusComponent.html... Generating ./org/eclipse/kura/status/CloudConnectionStatusEnum.html... Generating ./org/eclipse/kura/status/CloudConnectionStatusService.html... Generating ./org/eclipse/kura/system/SystemAdminService.html... Generating ./org/eclipse/kura/system/SystemService.html... Generating ./org/eclipse/kura/type/BooleanValue.html... Generating ./org/eclipse/kura/type/ByteArrayValue.html... Generating ./org/eclipse/kura/type/DataType.html... Generating ./org/eclipse/kura/type/DoubleValue.html... Generating ./org/eclipse/kura/type/FloatValue.html... Generating ./org/eclipse/kura/type/IntegerValue.html... Generating ./org/eclipse/kura/type/LongValue.html... Generating ./org/eclipse/kura/type/StringValue.html... Generating ./org/eclipse/kura/type/TypedValue.html... Generating ./org/eclipse/kura/type/TypedValues.html... Generating ./org/eclipse/kura/usb/AbstractUsbDevice.html... Generating ./org/eclipse/kura/usb/UsbBlockDevice.html... Generating ./org/eclipse/kura/usb/UsbDevice.html... Generating ./org/eclipse/kura/usb/UsbDeviceAddedEvent.html... Generating ./org/eclipse/kura/usb/UsbDeviceEvent.html... Generating ./org/eclipse/kura/usb/UsbDeviceRemovedEvent.html... Generating ./org/eclipse/kura/usb/UsbDeviceType.html... Generating ./org/eclipse/kura/usb/UsbModemDevice.html... Generating ./org/eclipse/kura/usb/UsbNetDevice.html... Generating ./org/eclipse/kura/usb/UsbService.html... Generating ./org/eclipse/kura/usb/UsbTtyDevice.html... Generating ./org/eclipse/kura/watchdog/CriticalComponent.html... Generating ./org/eclipse/kura/watchdog/WatchdogService.html... Generating ./org/eclipse/kura/wire/WireComponent.html... Generating ./org/eclipse/kura/wire/WireConfiguration.html... Generating ./org/eclipse/kura/wire/WireEmitter.html... Generating ./org/eclipse/kura/wire/WireEnvelope.html... Generating ./org/eclipse/kura/wire/WireHelperService.html... Generating ./org/eclipse/kura/wire/WireReceiver.html... Generating ./org/eclipse/kura/wire/WireRecord.html... Generating ./org/eclipse/kura/wire/WireSupport.html... Generating ./org/eclipse/kura/wire/graph/BarrierAggregatorFactory.html... Generating ./org/eclipse/kura/wire/graph/CachingAggregatorFactory.html... Generating ./org/eclipse/kura/wire/graph/Constants.html... Generating ./org/eclipse/kura/wire/graph/EmitterPort.html... Generating ./org/eclipse/kura/wire/graph/MultiportWireConfiguration.html... Generating ./org/eclipse/kura/wire/graph/MultiportWireSupport.html... Generating ./org/eclipse/kura/wire/graph/Port.html... Generating ./org/eclipse/kura/wire/graph/PortAggregator.html... Generating ./org/eclipse/kura/wire/graph/PortAggregatorFactory.html... Generating ./org/eclipse/kura/wire/graph/ReceiverPort.html... Generating ./org/eclipse/kura/wire/graph/WireComponentConfiguration.html... Generating ./org/eclipse/kura/wire/graph/WireComponentDefinition.html... Generating ./org/eclipse/kura/wire/graph/WireComponentDefinitionService.html... Generating ./org/eclipse/kura/wire/graph/WireGraphConfiguration.html... Generating ./org/eclipse/kura/wire/graph/WireGraphService.html... Generating ./org/eclipse/kura/wire/multiport/MultiportWireEmitter.html... Generating ./org/eclipse/kura/wire/multiport/MultiportWireReceiver.html... Generating ./overview-frame.html... Generating ./org/eclipse/kura/package-frame.html... Generating ./org/eclipse/kura/package-summary.html... Generating ./org/eclipse/kura/package-tree.html... Generating ./org/eclipse/kura/annotation/package-frame.html... Generating ./org/eclipse/kura/annotation/package-summary.html... Generating ./org/eclipse/kura/annotation/package-tree.html... Generating ./org/eclipse/kura/asset/package-frame.html... Generating ./org/eclipse/kura/asset/package-summary.html... Generating ./org/eclipse/kura/asset/package-tree.html... Generating ./org/eclipse/kura/bluetooth/package-frame.html... Generating ./org/eclipse/kura/bluetooth/package-summary.html... Generating ./org/eclipse/kura/bluetooth/package-tree.html... Generating ./org/eclipse/kura/bluetooth/le/package-frame.html... Generating ./org/eclipse/kura/bluetooth/le/package-summary.html... Generating ./org/eclipse/kura/bluetooth/le/package-tree.html... Generating ./org/eclipse/kura/bluetooth/le/beacon/package-frame.html... Generating ./org/eclipse/kura/bluetooth/le/beacon/package-summary.html... Generating ./org/eclipse/kura/bluetooth/le/beacon/package-tree.html... Generating ./org/eclipse/kura/bluetooth/le/beacon/listener/package-frame.html... Generating ./org/eclipse/kura/bluetooth/le/beacon/listener/package-summary.html... Generating ./org/eclipse/kura/bluetooth/le/beacon/listener/package-tree.html... Generating ./org/eclipse/kura/bluetooth/listener/package-frame.html... Generating ./org/eclipse/kura/bluetooth/listener/package-summary.html... Generating ./org/eclipse/kura/bluetooth/listener/package-tree.html... Generating ./org/eclipse/kura/certificate/package-frame.html... Generating ./org/eclipse/kura/certificate/package-summary.html... Generating ./org/eclipse/kura/certificate/package-tree.html... Generating ./org/eclipse/kura/channel/package-frame.html... Generating ./org/eclipse/kura/channel/package-summary.html... Generating ./org/eclipse/kura/channel/package-tree.html... Generating ./org/eclipse/kura/channel/listener/package-frame.html... Generating ./org/eclipse/kura/channel/listener/package-summary.html... Generating ./org/eclipse/kura/channel/listener/package-tree.html... Generating ./org/eclipse/kura/clock/package-frame.html... Generating ./org/eclipse/kura/clock/package-summary.html... Generating ./org/eclipse/kura/clock/package-tree.html... Generating ./org/eclipse/kura/cloud/package-frame.html... Generating ./org/eclipse/kura/cloud/package-summary.html... Generating ./org/eclipse/kura/cloud/package-tree.html... Generating ./org/eclipse/kura/cloud/factory/package-frame.html... Generating ./org/eclipse/kura/cloud/factory/package-summary.html... Generating ./org/eclipse/kura/cloud/factory/package-tree.html... Generating ./org/eclipse/kura/cloudconnection/package-frame.html... Generating ./org/eclipse/kura/cloudconnection/package-summary.html... Generating ./org/eclipse/kura/cloudconnection/package-tree.html... Generating ./org/eclipse/kura/cloudconnection/factory/package-frame.html... Generating ./org/eclipse/kura/cloudconnection/factory/package-summary.html... Generating ./org/eclipse/kura/cloudconnection/factory/package-tree.html... Generating ./org/eclipse/kura/cloudconnection/listener/package-frame.html... Generating ./org/eclipse/kura/cloudconnection/listener/package-summary.html... Generating ./org/eclipse/kura/cloudconnection/listener/package-tree.html... Generating ./org/eclipse/kura/cloudconnection/message/package-frame.html... Generating ./org/eclipse/kura/cloudconnection/message/package-summary.html... Generating ./org/eclipse/kura/cloudconnection/message/package-tree.html... Generating ./org/eclipse/kura/cloudconnection/publisher/package-frame.html... Generating ./org/eclipse/kura/cloudconnection/publisher/package-summary.html... Generating ./org/eclipse/kura/cloudconnection/publisher/package-tree.html... Generating ./org/eclipse/kura/cloudconnection/request/package-frame.html... Generating ./org/eclipse/kura/cloudconnection/request/package-summary.html... Generating ./org/eclipse/kura/cloudconnection/request/package-tree.html... Generating ./org/eclipse/kura/cloudconnection/subscriber/package-frame.html... Generating ./org/eclipse/kura/cloudconnection/subscriber/package-summary.html... Generating ./org/eclipse/kura/cloudconnection/subscriber/package-tree.html... Generating ./org/eclipse/kura/cloudconnection/subscriber/listener/package-frame.html... Generating ./org/eclipse/kura/cloudconnection/subscriber/listener/package-summary.html... Generating ./org/eclipse/kura/cloudconnection/subscriber/listener/package-tree.html... Generating ./org/eclipse/kura/comm/package-frame.html... Generating ./org/eclipse/kura/comm/package-summary.html... Generating ./org/eclipse/kura/comm/package-tree.html... Generating ./org/eclipse/kura/command/package-frame.html... Generating ./org/eclipse/kura/command/package-summary.html... Generating ./org/eclipse/kura/command/package-tree.html... Generating ./org/eclipse/kura/configuration/package-frame.html... Generating ./org/eclipse/kura/configuration/package-summary.html... Generating ./org/eclipse/kura/configuration/package-tree.html... Generating ./org/eclipse/kura/configuration/metatype/package-frame.html... Generating ./org/eclipse/kura/configuration/metatype/package-summary.html... Generating ./org/eclipse/kura/configuration/metatype/package-tree.html... Generating ./org/eclipse/kura/crypto/package-frame.html... Generating ./org/eclipse/kura/crypto/package-summary.html... Generating ./org/eclipse/kura/crypto/package-tree.html... Generating ./org/eclipse/kura/data/package-frame.html... Generating ./org/eclipse/kura/data/package-summary.html... Generating ./org/eclipse/kura/data/package-tree.html... Generating ./org/eclipse/kura/data/listener/package-frame.html... Generating ./org/eclipse/kura/data/listener/package-summary.html... Generating ./org/eclipse/kura/data/listener/package-tree.html... Generating ./org/eclipse/kura/data/transport/listener/package-frame.html... Generating ./org/eclipse/kura/data/transport/listener/package-summary.html... Generating ./org/eclipse/kura/data/transport/listener/package-tree.html... Generating ./org/eclipse/kura/db/package-frame.html... Generating ./org/eclipse/kura/db/package-summary.html... Generating ./org/eclipse/kura/db/package-tree.html... Generating ./org/eclipse/kura/deployment/hook/package-frame.html... Generating ./org/eclipse/kura/deployment/hook/package-summary.html... Generating ./org/eclipse/kura/deployment/hook/package-tree.html... Generating ./org/eclipse/kura/driver/package-frame.html... Generating ./org/eclipse/kura/driver/package-summary.html... Generating ./org/eclipse/kura/driver/package-tree.html... Generating ./org/eclipse/kura/driver/descriptor/package-frame.html... Generating ./org/eclipse/kura/driver/descriptor/package-summary.html... Generating ./org/eclipse/kura/driver/descriptor/package-tree.html... Generating ./org/eclipse/kura/gpio/package-frame.html... Generating ./org/eclipse/kura/gpio/package-summary.html... Generating ./org/eclipse/kura/gpio/package-tree.html... Generating ./org/eclipse/kura/linux/udev/package-frame.html... Generating ./org/eclipse/kura/linux/udev/package-summary.html... Generating ./org/eclipse/kura/linux/udev/package-tree.html... Generating ./org/eclipse/kura/marshalling/package-frame.html... Generating ./org/eclipse/kura/marshalling/package-summary.html... Generating ./org/eclipse/kura/marshalling/package-tree.html... Generating ./org/eclipse/kura/message/package-frame.html... Generating ./org/eclipse/kura/message/package-summary.html... Generating ./org/eclipse/kura/message/package-tree.html... Generating ./org/eclipse/kura/net/package-frame.html... Generating ./org/eclipse/kura/net/package-summary.html... Generating ./org/eclipse/kura/net/package-tree.html... Generating ./org/eclipse/kura/net/dhcp/package-frame.html... Generating ./org/eclipse/kura/net/dhcp/package-summary.html... Generating ./org/eclipse/kura/net/dhcp/package-tree.html... Generating ./org/eclipse/kura/net/dns/package-frame.html... Generating ./org/eclipse/kura/net/dns/package-summary.html... Generating ./org/eclipse/kura/net/dns/package-tree.html... Generating ./org/eclipse/kura/net/firewall/package-frame.html... Generating ./org/eclipse/kura/net/firewall/package-summary.html... Generating ./org/eclipse/kura/net/firewall/package-tree.html... Generating ./org/eclipse/kura/net/modem/package-frame.html... Generating ./org/eclipse/kura/net/modem/package-summary.html... Generating ./org/eclipse/kura/net/modem/package-tree.html... Generating ./org/eclipse/kura/net/route/package-frame.html... Generating ./org/eclipse/kura/net/route/package-summary.html... Generating ./org/eclipse/kura/net/route/package-tree.html... Generating ./org/eclipse/kura/net/wifi/package-frame.html... Generating ./org/eclipse/kura/net/wifi/package-summary.html... Generating ./org/eclipse/kura/net/wifi/package-tree.html... Generating ./org/eclipse/kura/position/package-frame.html... Generating ./org/eclipse/kura/position/package-summary.html... Generating ./org/eclipse/kura/position/package-tree.html... Generating ./org/eclipse/kura/security/package-frame.html... Generating ./org/eclipse/kura/security/package-summary.html... Generating ./org/eclipse/kura/security/package-tree.html... Generating ./org/eclipse/kura/ssl/package-frame.html... Generating ./org/eclipse/kura/ssl/package-summary.html... Generating ./org/eclipse/kura/ssl/package-tree.html... Generating ./org/eclipse/kura/status/package-frame.html... Generating ./org/eclipse/kura/status/package-summary.html... Generating ./org/eclipse/kura/status/package-tree.html... Generating ./org/eclipse/kura/system/package-frame.html... Generating ./org/eclipse/kura/system/package-summary.html... Generating ./org/eclipse/kura/system/package-tree.html... Generating ./org/eclipse/kura/type/package-frame.html... Generating ./org/eclipse/kura/type/package-summary.html... Generating ./org/eclipse/kura/type/package-tree.html... Generating ./org/eclipse/kura/usb/package-frame.html... Generating ./org/eclipse/kura/usb/package-summary.html... Generating ./org/eclipse/kura/usb/package-tree.html... Generating ./org/eclipse/kura/watchdog/package-frame.html... Generating ./org/eclipse/kura/watchdog/package-summary.html... Generating ./org/eclipse/kura/watchdog/package-tree.html... Generating ./org/eclipse/kura/wire/package-frame.html... Generating ./org/eclipse/kura/wire/package-summary.html... Generating ./org/eclipse/kura/wire/package-tree.html... Generating ./org/eclipse/kura/wire/graph/package-frame.html... Generating ./org/eclipse/kura/wire/graph/package-summary.html... Generating ./org/eclipse/kura/wire/graph/package-tree.html... Generating ./org/eclipse/kura/wire/multiport/package-frame.html... Generating ./org/eclipse/kura/wire/multiport/package-summary.html... Generating ./org/eclipse/kura/wire/multiport/package-tree.html... Generating ./constant-values.html... Generating ./serialized-form.html... Building index for all the packages and classes... Generating ./overview-tree.html... Generating ./index-all.html... Generating ./deprecated-list.html... Building index for all classes... Generating ./allclasses-frame.html... Generating ./allclasses-noframe.html... Generating ./index.html... Generating ./overview-summary.html... Generating ./help-doc.html... 100 errors 100 warnings [INFO] execution failed with rc = 1 [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.docs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.docs --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.docs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.docs --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.docs --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/org.eclipse.kura.docs-0.1.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.docs --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.docs --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/org.eclipse.kura.docs-0.1.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.docs --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.docs --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.docs --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.docs --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/org.eclipse.kura.docs-0.1.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.docs/0.1.301-SNAPSHOT/org.eclipse.kura.docs-0.1.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.docs/0.1.301-SNAPSHOT/org.eclipse.kura.docs-0.1.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/org.eclipse.kura.docs-0.1.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.docs/0.1.301-SNAPSHOT/org.eclipse.kura.docs-0.1.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.docs/0.1.301-SNAPSHOT/org.eclipse.kura.docs-0.1.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.docs/0.1.301-SNAPSHOT/org.eclipse.kura.docs-0.1.301-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.docs --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.docs --- [INFO] [INFO] -----------------------< org.eclipse.kura:test >------------------------ [INFO] Building test 4.1.4 [91/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/test/4.1.4/test-4.1.4.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.test >--------------- [INFO] Building org.eclipse.kura.test 4.1.4 [92/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[20] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[21] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[42] private CloudService m_cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[43] private CloudClient m_cloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[59] public void setCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[62] this.m_cloudClient = cloudService.newCloudClient("RemoteTargetTest"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newCloudClient(String) from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[68] public void unsetCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[220] while (!this.m_cloudService.isConnected()) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[231] this.m_cloudClient.publish("test/start", payload, 1, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method publish(String, KuraPayload, int, boolean) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[239] while (!this.m_cloudService.isConnected()) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[250] this.m_cloudClient.publish("test/finished", payload, 1, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method publish(String, KuraPayload, int, boolean) from the type CloudClient is deprecated 11 problems (11 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.test/4.1.4/org.eclipse.kura.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.test/4.1.4/org.eclipse.kura.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.test/4.1.4/org.eclipse.kura.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.test/4.1.4/org.eclipse.kura.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.test/4.1.4/org.eclipse.kura.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.test --- [INFO] Skipping artifact deployment [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.asset.provider.test >-------- [INFO] Building org.eclipse.kura.asset.provider.test 4.1.4 [93/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.asset.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.asset.provider.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.asset.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.asset.provider.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.asset.provider.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.asset.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.asset.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[426] final List records = asset.read(new HashSet(Arrays.asList("1.CH"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[426] final List records = asset.read(new HashSet(Arrays.asList("1.CH"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[426] final List records = asset.read(new HashSet(Arrays.asList("1.CH"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[426] final List records = asset.read(new HashSet(Arrays.asList("1.CH"))); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[439] List result = asset.read(new HashSet(Arrays.asList("2.CH"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[439] List result = asset.read(new HashSet(Arrays.asList("2.CH"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[439] List result = asset.read(new HashSet(Arrays.asList("2.CH"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[439] List result = asset.read(new HashSet(Arrays.asList("2.CH"))); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[529] List result = asset.read(new HashSet(Arrays.asList("3.CH"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[529] List result = asset.read(new HashSet(Arrays.asList("3.CH"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[529] List result = asset.read(new HashSet(Arrays.asList("3.CH"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[529] List result = asset.read(new HashSet(Arrays.asList("3.CH"))); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized 12 problems (12 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.asset.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.asset.provider.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.asset.provider.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.asset.provider.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.asset.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.asset.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.asset.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.asset.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.asset.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.asset.provider.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.asset.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.asset.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/4.1.4/org.eclipse.kura.asset.provider.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/4.1.4/org.eclipse.kura.asset.provider.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/4.1.4/org.eclipse.kura.asset.provider.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/4.1.4/org.eclipse.kura.asset.provider.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.asset.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/4.1.4/org.eclipse.kura.asset.provider.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.asset.provider.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.asset.provider.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.core.testutil >----------- [INFO] Building org.eclipse.kura.core.testutil 4.1.4 [94/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.testutil --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.testutil --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.testutil --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.testutil --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.testutil --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.testutil --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.testutil --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/TestUtil.java:[27] Class clazz = svc.getClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/TestUtil.java:[70] private static Method getMethod(Object svc, String methodName, Class... paramTypes) throws NoSuchMethodException { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/TestUtil.java:[86] private static boolean checkParameterTypes(Method m, Class... paramTypes) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized 3 problems (3 warnings) [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/src/main/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.testutil --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.testutil --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.testutil --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.testutil --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.testutil --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.testutil --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.testutil --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.testutil --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.testutil --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.testutil --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.testutil --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/4.1.4/org.eclipse.kura.core.testutil-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/4.1.4/org.eclipse.kura.core.testutil-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/4.1.4/org.eclipse.kura.core.testutil-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/4.1.4/org.eclipse.kura.core.testutil-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.testutil/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/4.1.4/org.eclipse.kura.core.testutil-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.testutil --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.testutil --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.camel.test >------------ [INFO] Building org.eclipse.kura.camel.test 4.1.4 [95/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.camel.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.camel.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.camel.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.camel.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.camel.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.camel.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.camel.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.camel.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.camel.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.camel.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.camel.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.camel.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.camel.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.camel.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.camel.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.camel.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.camel.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.camel.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.camel.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/4.1.4/org.eclipse.kura.camel.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/4.1.4/org.eclipse.kura.camel.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/4.1.4/org.eclipse.kura.camel.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/4.1.4/org.eclipse.kura.camel.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.camel.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/4.1.4/org.eclipse.kura.camel.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.camel.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.camel.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.cloud.test >------------ [INFO] Building org.eclipse.kura.cloud.test 4.1.4 [96/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.cloud.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.cloud.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.cloud.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.cloud.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.cloud.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.cloud.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.cloud.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.cloud.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.cloud.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.cloud.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.cloud.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.cloud.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/target/org.eclipse.kura.cloud.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.cloud.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.cloud.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/target/org.eclipse.kura.cloud.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.cloud.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.cloud.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.cloud.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.cloud.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.cloud.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/target/org.eclipse.kura.cloud.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.cloud.test/4.1.4/org.eclipse.kura.cloud.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.cloud.test/4.1.4/org.eclipse.kura.cloud.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/target/org.eclipse.kura.cloud.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.cloud.test/4.1.4/org.eclipse.kura.cloud.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.cloud.test/4.1.4/org.eclipse.kura.cloud.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.cloud.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.cloud.test/4.1.4/org.eclipse.kura.cloud.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.cloud.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.cloud.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.core.certificates.test >------ [INFO] Building org.eclipse.kura.core.certificates.test 4.1.4 [97/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.certificates.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.certificates.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.certificates.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.certificates.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.certificates.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.certificates.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.certificates.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.certificates.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.certificates.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.certificates.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.certificates.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.certificates.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.certificates.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.certificates.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.certificates.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.certificates.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.certificates.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.certificates.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.certificates.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/4.1.4/org.eclipse.kura.core.certificates.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/4.1.4/org.eclipse.kura.core.certificates.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/4.1.4/org.eclipse.kura.core.certificates.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/4.1.4/org.eclipse.kura.core.certificates.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.certificates.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/4.1.4/org.eclipse.kura.core.certificates.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.certificates.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.certificates.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.core.comm.test >---------- [INFO] Building org.eclipse.kura.core.comm.test 4.1.4 [98/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.comm.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.comm.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.comm.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.comm.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.comm.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.comm.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.comm.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.comm.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.comm.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.comm.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.comm.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.comm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.comm.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.comm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.comm.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.comm.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.comm.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.comm.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.comm.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/4.1.4/org.eclipse.kura.core.comm.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/4.1.4/org.eclipse.kura.core.comm.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/4.1.4/org.eclipse.kura.core.comm.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/4.1.4/org.eclipse.kura.core.comm.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.comm.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/4.1.4/org.eclipse.kura.core.comm.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.comm.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.comm.test --- [INFO] Skipping artifact deployment [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.core.configuration.test >------ [INFO] Building org.eclipse.kura.core.configuration.test 4.1.4 [99/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.configuration.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.configuration.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.configuration.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.configuration.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.configuration.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.configuration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.configuration.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/src/main/java/org/eclipse/kura/core/configuration/test/CfgSvcTestComponent.java:[22] private void updated(Map properties) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method updated(Map) from the type CfgSvcTestComponent is never used locally 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.configuration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.configuration.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.configuration.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.configuration.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.configuration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.configuration.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.configuration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.configuration.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.configuration.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.configuration.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.configuration.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.configuration.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/4.1.4/org.eclipse.kura.core.configuration.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/4.1.4/org.eclipse.kura.core.configuration.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/4.1.4/org.eclipse.kura.core.configuration.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/4.1.4/org.eclipse.kura.core.configuration.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.configuration.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/4.1.4/org.eclipse.kura.core.configuration.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.configuration.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.configuration.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.core.cloud.test >---------- [INFO] Building org.eclipse.kura.core.cloud.test 4.1.4 [100/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.cloud.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.cloud.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.cloud.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.cloud.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.cloud.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.cloud.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.cloud.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudPublisherImplTest.java:[20] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudPublisherImplTest.java:[70] public void bindCloudService(CloudService cloudService) throws KuraException { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudPublisherImplTest.java:[80] public void unbindCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudServiceTest.java:[19] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudServiceTest.java:[62] public void bindCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudServiceTest.java:[67] public void unbindCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.cloud.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.cloud.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.cloud.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.cloud.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.cloud.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.cloud.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.cloud.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.cloud.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.cloud.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.cloud.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.cloud.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.cloud.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/4.1.4/org.eclipse.kura.core.cloud.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/4.1.4/org.eclipse.kura.core.cloud.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/4.1.4/org.eclipse.kura.core.cloud.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/4.1.4/org.eclipse.kura.core.cloud.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.cloud.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/4.1.4/org.eclipse.kura.core.cloud.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.cloud.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.cloud.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.core.crypto.test >--------- [INFO] Building org.eclipse.kura.core.crypto.test 4.1.4 [101/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.crypto.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.crypto.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.crypto.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.crypto.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.crypto.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.crypto.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.crypto.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.crypto.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.crypto.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.crypto.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.crypto.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.crypto.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.crypto.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.crypto.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.crypto.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.crypto.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.crypto.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.crypto.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.crypto.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/4.1.4/org.eclipse.kura.core.crypto.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/4.1.4/org.eclipse.kura.core.crypto.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/4.1.4/org.eclipse.kura.core.crypto.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/4.1.4/org.eclipse.kura.core.crypto.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.crypto.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/4.1.4/org.eclipse.kura.core.crypto.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.crypto.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.crypto.test --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.core.db.test >----------- [INFO] Building org.eclipse.kura.core.db.test 4.1.4 [102/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.db.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.db.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.db.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.db.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.db.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.db.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.db.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.db.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.db.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.db.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.db.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.db.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.db.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.db.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.db.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.db.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.db.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.db.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.db.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/4.1.4/org.eclipse.kura.core.db.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/4.1.4/org.eclipse.kura.core.db.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/4.1.4/org.eclipse.kura.core.db.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/4.1.4/org.eclipse.kura.core.db.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.db.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/4.1.4/org.eclipse.kura.core.db.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.db.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.db.test --- [INFO] Skipping artifact deployment [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.core.deployment.test >------- [INFO] Building org.eclipse.kura.core.deployment.test 4.1.4 [103/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.deployment.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.deployment.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.deployment.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.deployment.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.deployment.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.deployment.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.deployment.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.deployment.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.deployment.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.deployment.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.deployment.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.deployment.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.deployment.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.deployment.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.deployment.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.deployment.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.deployment.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.deployment.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.deployment.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/4.1.4/org.eclipse.kura.core.deployment.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/4.1.4/org.eclipse.kura.core.deployment.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/4.1.4/org.eclipse.kura.core.deployment.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/4.1.4/org.eclipse.kura.core.deployment.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.deployment.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/4.1.4/org.eclipse.kura.core.deployment.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.deployment.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.deployment.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.core.net.test >----------- [INFO] Building org.eclipse.kura.core.net.test 4.1.4 [104/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.net.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.net.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.net.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.net.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.net.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.net.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.net.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.net.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.net.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.net.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.net.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.net.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.net.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.net.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.net.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.net.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.net.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.net.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.net.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/4.1.4/org.eclipse.kura.core.net.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/4.1.4/org.eclipse.kura.core.net.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/4.1.4/org.eclipse.kura.core.net.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/4.1.4/org.eclipse.kura.core.net.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.net.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/4.1.4/org.eclipse.kura.core.net.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.net.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.net.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.core.ssl.test >----------- [INFO] Building org.eclipse.kura.core.ssl.test 4.1.4 [105/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.ssl.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.ssl.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.ssl.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.ssl.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.ssl.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.ssl.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.ssl.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.ssl.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.ssl.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.ssl.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.ssl.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.ssl.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.ssl.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.ssl.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.ssl.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.ssl.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.ssl.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.ssl.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.ssl.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/4.1.4/org.eclipse.kura.core.ssl.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/4.1.4/org.eclipse.kura.core.ssl.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/4.1.4/org.eclipse.kura.core.ssl.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/4.1.4/org.eclipse.kura.core.ssl.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.ssl.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/4.1.4/org.eclipse.kura.core.ssl.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.ssl.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.ssl.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.core.status.test >--------- [INFO] Building org.eclipse.kura.core.status.test 4.1.4 [106/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.status.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.status.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.status.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.status.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.status.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.status.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.status.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.status.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.status.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.status.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.status.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.status.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.status.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.status.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.status.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.status.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.status.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.status.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.status.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/4.1.4/org.eclipse.kura.core.status.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/4.1.4/org.eclipse.kura.core.status.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/4.1.4/org.eclipse.kura.core.status.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/4.1.4/org.eclipse.kura.core.status.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.status.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/4.1.4/org.eclipse.kura.core.status.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.status.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.status.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.core.system.test >--------- [INFO] Building org.eclipse.kura.core.system.test 4.1.4 [107/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.system.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.system.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.system.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.system.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.system.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.system.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.system.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.system.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.system.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.system.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.system.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.system.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.system.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.system.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.system.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.system.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.system.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.system.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.system.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/4.1.4/org.eclipse.kura.core.system.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/4.1.4/org.eclipse.kura.core.system.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/4.1.4/org.eclipse.kura.core.system.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/4.1.4/org.eclipse.kura.core.system.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.system.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/4.1.4/org.eclipse.kura.core.system.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.system.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.system.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.core.test >------------- [INFO] Building org.eclipse.kura.core.test 4.1.4 [108/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[17] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[18] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[19] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[27] public class CloudServiceTest extends TestCase implements CloudClientListener { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[30] private static CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[54] public void setCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[76] CloudClient cloudAppClient = CloudServiceTest.cloudService.newCloudClient("testService"); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[76] CloudClient cloudAppClient = CloudServiceTest.cloudService.newCloudClient("testService"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newCloudClient(String) from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[77] cloudAppClient.addCloudClientListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addCloudClientListener(CloudClientListener) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[81] while (!cloudAppClient.isConnected() && count < 10) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[85] if (!cloudAppClient.isConnected()) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[88] cloudAppClient.subscribe("test", 1); ^^^^^^^^^^^^^^^^^^^^ The method subscribe(String, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[95] this.publishedMsgId = cloudAppClient.publish("test", payload, 1, false, priority); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method publish(String, KuraPayload, int, boolean, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[99] this.controlMsgId = cloudAppClient.controlPublish("control_test", controlPayload, 1, false, priority); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method controlPublish(String, KuraPayload, int, boolean, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[111] cloudAppClient.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[27] import org.eclipse.kura.cloud.CloudCallService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[28] import org.eclipse.kura.cloud.CloudletTopic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[60] private static CloudCallService cloudCallService; ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated 19. INFO in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java (at line 64) @SuppressWarnings("unused") ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[90] public void setCloudCallService(CloudCallService cloudCallService) { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[109] public void unsetCloudCallService(CloudCallService cloudCallService) { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[255] private boolean waitForConnection() throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method waitForConnection() from the type ConfigurationServiceTest is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[258] if (cloudCallService.isConnected()) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[283] assertTrue(cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[293] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[293] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[293] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^ The field CloudletTopic.Method.GET is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[296] KuraResponsePayload resp = cloudCallService.call(CloudConfigurationHandler.APP_ID, sb.toString(), null, 10000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[312] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[312] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[312] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[315] resp = cloudCallService.call(CloudConfigurationHandler.APP_ID, sb.toString(), null, 10000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[353] sb = new StringBuilder(CloudletTopic.Method.PUT.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[353] sb = new StringBuilder(CloudletTopic.Method.PUT.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[353] sb = new StringBuilder(CloudletTopic.Method.PUT.toString()).append("/") ^^^ The field CloudletTopic.Method.PUT is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[356] long previousUpdateTime = this.updateTime; ^^^^^^^^^^ The static field ConfigurationServiceTest.updateTime should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[358] resp = cloudCallService.call(CloudConfigurationHandler.APP_ID, sb.toString(), payload, 10000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[371] sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[371] sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[371] sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^ The field CloudletTopic.Method.GET is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[374] resp = cloudCallService.call(CloudConfigurationHandler.APP_ID, sb.toString(), null, 10000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[393] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[393] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[393] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[398] resp = cloudCallService.call(CloudConfigurationHandler.APP_ID, sb.toString(), null, 10000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/hw/CommTest.java:[29] private static String SERIAL_PORT_NAME = "/dev/ttyUSB0"; ^^^^^^^^^^^^^^^^ The value of the field CommTest.SERIAL_PORT_NAME is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[19] import org.eclipse.kura.cloud.CloudCallService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[20] import org.eclipse.kura.cloud.CloudletTopic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[53] private static CloudCallService s_cloudCallService; ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[104] public void setCloudCallService(CloudCallService cloudCallService) { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[109] public void unsetCloudCallService(CloudCallService cloudCallService) { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[125] assertTrue(s_cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[128] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[128] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[128] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[141] KuraResponsePayload resp = s_cloudCallService.call(CloudDeploymentHandlerV2.APP_ID, sb.toString(), payload, 5000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[154] assertTrue(s_cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[163] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[163] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[163] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^ The field CloudletTopic.Method.GET is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[166] KuraResponsePayload resp = s_cloudCallService.call(CloudDeploymentHandlerV2.APP_ID, sb.toString(), null, 5000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[199] assertTrue(s_cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[207] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[207] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[207] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^ The field CloudletTopic.Method.GET is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[210] KuraResponsePayload resp = s_cloudCallService.call(CloudDeploymentHandlerV2.APP_ID, sb.toString(), null, 5000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[240] assertTrue(s_cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[258] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[258] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[258] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[261] KuraResponsePayload resp = s_cloudCallService.call(CloudDeploymentHandlerV2.APP_ID, sb.toString(), null, 5000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[268] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[268] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[268] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[271] resp = s_cloudCallService.call(CloudDeploymentHandlerV2.APP_ID, sb.toString(), null, 5000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[282] assertTrue(s_cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[288] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[288] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[288] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[298] KuraResponsePayload resp = s_cloudCallService.call(CloudDeploymentHandlerV2.APP_ID, sb.toString(), payload, 5000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method call(String, String, KuraPayload, int) from the type CloudCallService is deprecated 80 problems (0 errors, 79 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.test/4.1.4/org.eclipse.kura.core.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.test/4.1.4/org.eclipse.kura.core.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.test/4.1.4/org.eclipse.kura.core.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.test/4.1.4/org.eclipse.kura.core.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.test/4.1.4/org.eclipse.kura.core.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.core.util.test >---------- [INFO] Building org.eclipse.kura.core.util.test 4.1.4 [109/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.util.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.util.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.util.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.util.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.core.util.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.util.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.util.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.util.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.util.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.core.util.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.core.util.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.util.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.util.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.util.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.util.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.util.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.util.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.util.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.util.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/4.1.4/org.eclipse.kura.core.util.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/4.1.4/org.eclipse.kura.core.util.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/4.1.4/org.eclipse.kura.core.util.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/4.1.4/org.eclipse.kura.core.util.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.core.util.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/4.1.4/org.eclipse.kura.core.util.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.util.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.core.util.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.deployment.agent.test >------- [INFO] Building org.eclipse.kura.deployment.agent.test 4.1.4 [110/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.deployment.agent.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.deployment.agent.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.deployment.agent.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.deployment.agent.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.deployment.agent.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.deployment.agent.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.deployment.agent.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.deployment.agent.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.deployment.agent.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.deployment.agent.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.deployment.agent.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.deployment.agent.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.deployment.agent.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.deployment.agent.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.deployment.agent.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.deployment.agent.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.deployment.agent.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.deployment.agent.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.deployment.agent.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/4.1.4/org.eclipse.kura.deployment.agent.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/4.1.4/org.eclipse.kura.deployment.agent.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/4.1.4/org.eclipse.kura.deployment.agent.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/4.1.4/org.eclipse.kura.deployment.agent.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.deployment.agent.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/4.1.4/org.eclipse.kura.deployment.agent.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.deployment.agent.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.deployment.agent.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.driver.block.test >--------- [INFO] Building org.eclipse.kura.driver.block.test 4.1.4 [111/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.block.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.block.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.block.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.block.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.block.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.block.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.driver.block.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.block.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.driver.block.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.block.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.driver.block.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.block.test --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.block.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.block.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/target/org.eclipse.kura.driver.block.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.block.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.block.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.driver.block.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.block.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.block.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/target/org.eclipse.kura.driver.block.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/4.1.4/org.eclipse.kura.driver.block.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/4.1.4/org.eclipse.kura.driver.block.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/4.1.4/org.eclipse.kura.driver.block.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.block.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/4.1.4/org.eclipse.kura.driver.block.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.block.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.block.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.driver.helper.test >-------- [INFO] Building org.eclipse.kura.driver.helper.test 4.1.4 [112/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.helper.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.helper.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.helper.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.helper.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.driver.helper.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.helper.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.driver.helper.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.helper.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.driver.helper.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.driver.helper.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.driver.helper.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.helper.test --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.helper.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.helper.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/target/org.eclipse.kura.driver.helper.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.helper.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.helper.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.driver.helper.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.helper.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.helper.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/target/org.eclipse.kura.driver.helper.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/4.1.4/org.eclipse.kura.driver.helper.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/4.1.4/org.eclipse.kura.driver.helper.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/4.1.4/org.eclipse.kura.driver.helper.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.driver.helper.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/4.1.4/org.eclipse.kura.driver.helper.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.helper.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.driver.helper.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.emulator.position.test >------ [INFO] Building org.eclipse.kura.emulator.position.test 4.1.4 [113/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.emulator.position.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.emulator.position.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.emulator.position.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.emulator.position.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.emulator.position.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.emulator.position.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.emulator.position.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.emulator.position.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.emulator.position.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.emulator.position.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.emulator.position.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.emulator.position.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.emulator.position.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.emulator.position.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.emulator.position.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.emulator.position.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.emulator.position.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.emulator.position.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/4.1.4/org.eclipse.kura.emulator.position.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/4.1.4/org.eclipse.kura.emulator.position.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/4.1.4/org.eclipse.kura.emulator.position.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/4.1.4/org.eclipse.kura.emulator.position.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.position.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/4.1.4/org.eclipse.kura.emulator.position.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.emulator.position.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.emulator.position.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.emulator.watchdog.test >------ [INFO] Building org.eclipse.kura.emulator.watchdog.test 4.1.4 [114/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/4.1.4/org.eclipse.kura.emulator.watchdog.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/4.1.4/org.eclipse.kura.emulator.watchdog.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/4.1.4/org.eclipse.kura.emulator.watchdog.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/4.1.4/org.eclipse.kura.emulator.watchdog.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.emulator.watchdog.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/4.1.4/org.eclipse.kura.emulator.watchdog.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.internal.asset.cloudlet.test >--- [INFO] Building org.eclipse.kura.internal.asset.cloudlet.test 4.1.4 [115/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/4.1.4/org.eclipse.kura.internal.asset.cloudlet.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/4.1.4/org.eclipse.kura.internal.asset.cloudlet.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/4.1.4/org.eclipse.kura.internal.asset.cloudlet.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/4.1.4/org.eclipse.kura.internal.asset.cloudlet.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/4.1.4/org.eclipse.kura.internal.asset.cloudlet.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.internal.ble.test >--------- [INFO] Building org.eclipse.kura.internal.ble.test 4.1.4 [116/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.internal.ble.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.internal.ble.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.internal.ble.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.internal.ble.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.internal.ble.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.internal.ble.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.internal.ble.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.internal.ble.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.internal.ble.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.internal.ble.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.internal.ble.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.internal.ble.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.internal.ble.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.internal.ble.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.internal.ble.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.internal.ble.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.internal.ble.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.internal.ble.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.internal.ble.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/4.1.4/org.eclipse.kura.internal.ble.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/4.1.4/org.eclipse.kura.internal.ble.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/4.1.4/org.eclipse.kura.internal.ble.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/4.1.4/org.eclipse.kura.internal.ble.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/4.1.4/org.eclipse.kura.internal.ble.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.internal.ble.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.internal.ble.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.internal.ble.eddystone.test >---- [INFO] Building org.eclipse.kura.internal.ble.eddystone.test 4.1.4 [117/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/4.1.4/org.eclipse.kura.internal.ble.eddystone.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/4.1.4/org.eclipse.kura.internal.ble.eddystone.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/4.1.4/org.eclipse.kura.internal.ble.eddystone.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/4.1.4/org.eclipse.kura.internal.ble.eddystone.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/4.1.4/org.eclipse.kura.internal.ble.eddystone.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----< org.eclipse.kura:org.eclipse.kura.internal.ble.ibeacon.test >----- [INFO] Building org.eclipse.kura.internal.ble.ibeacon.test 4.1.4 [118/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/4.1.4/org.eclipse.kura.internal.ble.ibeacon.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/4.1.4/org.eclipse.kura.internal.ble.ibeacon.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/4.1.4/org.eclipse.kura.internal.ble.ibeacon.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/4.1.4/org.eclipse.kura.internal.ble.ibeacon.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/4.1.4/org.eclipse.kura.internal.ble.ibeacon.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.internal.driver.ble.sensortag.test >-- [INFO] Building org.eclipse.kura.internal.driver.ble.sensortag.test 4.1.4 [119/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/4.1.4/org.eclipse.kura.internal.driver.ble.sensortag.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/4.1.4/org.eclipse.kura.internal.driver.ble.sensortag.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/4.1.4/org.eclipse.kura.internal.driver.ble.sensortag.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/4.1.4/org.eclipse.kura.internal.driver.ble.sensortag.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/4.1.4/org.eclipse.kura.internal.driver.ble.sensortag.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.internal.driver.eddystone.test >-- [INFO] Building org.eclipse.kura.internal.driver.eddystone.test 4.1.4 [120/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/4.1.4/org.eclipse.kura.internal.driver.eddystone.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/4.1.4/org.eclipse.kura.internal.driver.eddystone.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/4.1.4/org.eclipse.kura.internal.driver.eddystone.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/4.1.4/org.eclipse.kura.internal.driver.eddystone.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/4.1.4/org.eclipse.kura.internal.driver.eddystone.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.internal.driver.ibeacon.test >--- [INFO] Building org.eclipse.kura.internal.driver.ibeacon.test 4.1.4 [121/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/4.1.4/org.eclipse.kura.internal.driver.ibeacon.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/4.1.4/org.eclipse.kura.internal.driver.ibeacon.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/4.1.4/org.eclipse.kura.internal.driver.ibeacon.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/4.1.4/org.eclipse.kura.internal.driver.ibeacon.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/4.1.4/org.eclipse.kura.internal.driver.ibeacon.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----< org.eclipse.kura:org.eclipse.kura.internal.driver.opcua.test >---- [INFO] Building org.eclipse.kura.internal.driver.opcua.test 4.1.4 [122/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] [INFO] --- maven-dependency-plugin:3.0.0:copy (default) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Configured Artifact: io.dropwizard.metrics:metrics-core:3.2.2:jar [INFO] Configured Artifact: org.eclipse.milo:sdk-client:0.2.4:jar [INFO] Configured Artifact: org.eclipse.milo:sdk-core:0.2.4:jar [INFO] Configured Artifact: org.eclipse.milo:sdk-server:0.2.4:jar [INFO] Configured Artifact: org.eclipse.milo:stack-core:0.2.4:jar [INFO] Configured Artifact: org.eclipse.milo:stack-server:0.2.4:jar [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/lib/metrics-core.jar [INFO] Copying sdk-client-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/lib/sdk-client.jar [INFO] Copying sdk-core-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/lib/sdk-core.jar [INFO] Copying sdk-server-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/lib/sdk-server.jar [INFO] Copying stack-core-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/lib/stack-core.jar [INFO] Copying stack-server-0.2.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/lib/stack-server.jar [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.internal.driver.opcua.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/4.1.4/org.eclipse.kura.internal.driver.opcua.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/4.1.4/org.eclipse.kura.internal.driver.opcua.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/4.1.4/org.eclipse.kura.internal.driver.opcua.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/4.1.4/org.eclipse.kura.internal.driver.opcua.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/4.1.4/org.eclipse.kura.internal.driver.opcua.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----< org.eclipse.kura:org.eclipse.kura.internal.driver.s7plc.test >---- [INFO] Building org.eclipse.kura.internal.driver.s7plc.test 4.1.4 [123/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/4.1.4/org.eclipse.kura.internal.driver.s7plc.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/4.1.4/org.eclipse.kura.internal.driver.s7plc.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/4.1.4/org.eclipse.kura.internal.driver.s7plc.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/4.1.4/org.eclipse.kura.internal.driver.s7plc.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/4.1.4/org.eclipse.kura.internal.driver.s7plc.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.internal.wire.test >-------- [INFO] Building org.eclipse.kura.internal.wire.test 4.1.4 [124/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.internal.wire.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.internal.wire.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.internal.wire.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.internal.wire.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.internal.wire.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.internal.wire.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.internal.wire.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.internal.wire.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.internal.wire.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.internal.wire.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.internal.wire.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.internal.wire.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/target/org.eclipse.kura.internal.wire.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.internal.wire.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.internal.wire.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/target/org.eclipse.kura.internal.wire.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.internal.wire.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.internal.wire.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.internal.wire.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.internal.wire.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.internal.wire.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/target/org.eclipse.kura.internal.wire.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.wire.test/4.1.4/org.eclipse.kura.internal.wire.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.wire.test/4.1.4/org.eclipse.kura.internal.wire.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/target/org.eclipse.kura.internal.wire.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.wire.test/4.1.4/org.eclipse.kura.internal.wire.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.wire.test/4.1.4/org.eclipse.kura.internal.wire.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.internal.wire.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.internal.wire.test/4.1.4/org.eclipse.kura.internal.wire.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.internal.wire.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.internal.wire.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.linux.clock.test >--------- [INFO] Building org.eclipse.kura.linux.clock.test 4.1.4 [125/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.clock.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.clock.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.clock.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.clock.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.clock.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.clock.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.clock.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.clock.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.linux.clock.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.clock.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.linux.clock.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.clock.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.clock.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.clock.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.clock.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.clock.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.linux.clock.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.clock.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.clock.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/4.1.4/org.eclipse.kura.linux.clock.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/4.1.4/org.eclipse.kura.linux.clock.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/4.1.4/org.eclipse.kura.linux.clock.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/4.1.4/org.eclipse.kura.linux.clock.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.clock.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/4.1.4/org.eclipse.kura.linux.clock.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.clock.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.clock.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.linux.gpio.test >---------- [INFO] Building org.eclipse.kura.linux.gpio.test 4.1.4 [126/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.gpio.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.gpio.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.gpio.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.gpio.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.gpio.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.gpio.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.gpio.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.gpio.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.linux.gpio.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.gpio.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.linux.gpio.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.gpio.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.gpio.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.gpio.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.gpio.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.gpio.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.linux.gpio.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.gpio.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.gpio.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/4.1.4/org.eclipse.kura.linux.gpio.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/4.1.4/org.eclipse.kura.linux.gpio.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/4.1.4/org.eclipse.kura.linux.gpio.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/4.1.4/org.eclipse.kura.linux.gpio.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.gpio.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/4.1.4/org.eclipse.kura.linux.gpio.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.gpio.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.gpio.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.linux.net.test >---------- [INFO] Building org.eclipse.kura.linux.net.test 4.1.4 [127/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.net.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.net.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.net.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.net.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.net.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.net.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.net.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/src/main/java/org/eclipse/kura/linux/test/net/NetworkTest.java:[40] private static SystemService s_systemService; ^^^^^^^^^^^^^^^ The value of the field NetworkTest.s_systemService is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/src/main/java/org/eclipse/kura/linux/test/net/NetworkTest.java:[41] private static EventAdmin s_eventAdmin; ^^^^^^^^^^^^ The value of the field NetworkTest.s_eventAdmin is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/src/main/java/org/eclipse/kura/linux/test/net/IPTablesTest.java:[236] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/src/main/java/org/eclipse/kura/linux/test/net/IPTablesTest.java:[253] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 4 problems (4 warnings) [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/src/main/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.net.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.linux.net.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.net.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.linux.net.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.net.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.net.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.net.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.net.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.net.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.net.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.net.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/4.1.4/org.eclipse.kura.linux.net.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/4.1.4/org.eclipse.kura.linux.net.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/4.1.4/org.eclipse.kura.linux.net.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/4.1.4/org.eclipse.kura.linux.net.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.net.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/4.1.4/org.eclipse.kura.linux.net.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.net.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.net.test --- [INFO] Skipping artifact deployment [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.linux.position.test >-------- [INFO] Building org.eclipse.kura.linux.position.test 4.1.4 [128/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.position.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.position.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.position.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.position.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.position.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.position.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.position.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.position.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.linux.position.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.position.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.linux.position.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.position.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.position.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.position.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.position.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.position.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.position.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.position.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/4.1.4/org.eclipse.kura.linux.position.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/4.1.4/org.eclipse.kura.linux.position.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/4.1.4/org.eclipse.kura.linux.position.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/4.1.4/org.eclipse.kura.linux.position.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.position.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/4.1.4/org.eclipse.kura.linux.position.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.position.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.position.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.linux.usb.test >---------- [INFO] Building org.eclipse.kura.linux.usb.test 4.1.4 [129/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.usb.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.usb.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.usb.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.usb.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.usb.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.usb.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.usb.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.usb.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.linux.usb.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.usb.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.linux.usb.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.usb.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.usb.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.usb.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.usb.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.usb.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.linux.usb.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.usb.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.usb.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/4.1.4/org.eclipse.kura.linux.usb.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/4.1.4/org.eclipse.kura.linux.usb.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/4.1.4/org.eclipse.kura.linux.usb.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/4.1.4/org.eclipse.kura.linux.usb.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.usb.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/4.1.4/org.eclipse.kura.linux.usb.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.usb.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.usb.test --- [INFO] Skipping artifact deployment [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.linux.watchdog.test >-------- [INFO] Building org.eclipse.kura.linux.watchdog.test 4.1.4 [130/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.linux.watchdog.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.linux.watchdog.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.linux.watchdog.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.linux.watchdog.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.linux.watchdog.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.linux.watchdog.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.watchdog.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.watchdog.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.watchdog.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/4.1.4/org.eclipse.kura.linux.watchdog.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/4.1.4/org.eclipse.kura.linux.watchdog.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/4.1.4/org.eclipse.kura.linux.watchdog.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/4.1.4/org.eclipse.kura.linux.watchdog.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.linux.watchdog.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/4.1.4/org.eclipse.kura.linux.watchdog.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.watchdog.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.net.admin.test >---------- [INFO] Building org.eclipse.kura.net.admin.test 4.1.4 [131/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.net.admin.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.net.admin.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.net.admin.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.net.admin.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.net.admin.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.net.admin.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.net.admin.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.net.admin.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.net.admin.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.net.admin.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.net.admin.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.net.admin.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.net.admin.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.net.admin.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.net.admin.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.net.admin.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.net.admin.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.net.admin.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.net.admin.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/4.1.4/org.eclipse.kura.net.admin.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/4.1.4/org.eclipse.kura.net.admin.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/4.1.4/org.eclipse.kura.net.admin.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/4.1.4/org.eclipse.kura.net.admin.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.net.admin.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/4.1.4/org.eclipse.kura.net.admin.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.net.admin.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.net.admin.test --- [INFO] Skipping artifact deployment [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.rest.asset.provider.test >----- [INFO] Building org.eclipse.kura.rest.asset.provider.test 4.1.4 [132/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/4.1.4/org.eclipse.kura.rest.asset.provider.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/4.1.4/org.eclipse.kura.rest.asset.provider.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/4.1.4/org.eclipse.kura.rest.asset.provider.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/4.1.4/org.eclipse.kura.rest.asset.provider.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.rest.asset.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/4.1.4/org.eclipse.kura.rest.asset.provider.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Skipping artifact deployment [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.protocol.modbus.test >------- [INFO] Building org.eclipse.kura.protocol.modbus.test 4.1.4 [133/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.protocol.modbus.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.protocol.modbus.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.protocol.modbus.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.protocol.modbus.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.protocol.modbus.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.protocol.modbus.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.protocol.modbus.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.protocol.modbus.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.protocol.modbus.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/4.1.4/org.eclipse.kura.protocol.modbus.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/4.1.4/org.eclipse.kura.protocol.modbus.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/4.1.4/org.eclipse.kura.protocol.modbus.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/4.1.4/org.eclipse.kura.protocol.modbus.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.protocol.modbus.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/4.1.4/org.eclipse.kura.protocol.modbus.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.protocol.modbus.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.stress.test >------------ [INFO] Building org.eclipse.kura.stress.test 4.1.4 [134/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.stress.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.stress.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.stress.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.stress.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.stress.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.stress.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.stress.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.stress.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.stress.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.stress.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.stress.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.stress.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.stress.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.stress.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.stress.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.stress.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.stress.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.stress.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.stress.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/4.1.4/org.eclipse.kura.stress.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/4.1.4/org.eclipse.kura.stress.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/4.1.4/org.eclipse.kura.stress.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/4.1.4/org.eclipse.kura.stress.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.stress.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/4.1.4/org.eclipse.kura.stress.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.stress.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.stress.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.util.test >------------- [INFO] Building org.eclipse.kura.util.test 4.1.4 [135/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.util.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.util.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.util.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.util.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.util.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.util.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.util.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[88] final ServiceRegistration handle2 = register(MockService.class, service2, withRanking(2)); ^^^^^^^ The value of the local variable handle2 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[89] final ServiceRegistration handle1 = register(MockService.class, service1, withRanking(1)); ^^^^^^^ The value of the local variable handle1 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[114] final ServiceRegistration handle1 = register(MockService.class, service1, withRanking(1)); ^^^^^^^ The value of the local variable handle1 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[140] final ServiceRegistration handle1 = register(MockService.class, service1, withRanking(1)); ^^^^^^^ The value of the local variable handle1 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[145] final ServiceRegistration handle2 = register(MockService.class, service2, withRanking(2)); ^^^^^^^ The value of the local variable handle2 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[171] final ServiceRegistration handle1 = register(MockService.class, service1, withRanking(1)); ^^^^^^^ The value of the local variable handle1 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[176] final ServiceRegistration handle2 = register(MockService.class, service2, withRanking(1)); ^^^^^^^ The value of the local variable handle2 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[203] final ServiceRegistration handle1 = register(MockService.class, service1, withRanking(null)); ^^^^^^^ The value of the local variable handle1 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[204] final ServiceRegistration handle2 = register(MockService.class, service2, withRanking(null)); ^^^^^^^ The value of the local variable handle2 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[209] final ServiceRegistration handle3 = register(MockService.class, service3, withRanking(-1)); ^^^^^^^ The value of the local variable handle3 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[232] final ServiceRegistration handle2 = register(MockService.class, service2, withRanking(2)); ^^^^^^^ The value of the local variable handle2 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[260] final ServiceRegistration handle2 = register(MockService.class, service2, withRanking(2)); ^^^^^^^ The value of the local variable handle2 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[329] final ServiceRegistration handle1 = register(MockService.class, service1, withRanking(1)); ^^^^^^^ The value of the local variable handle1 is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/utils/SingleServiceTrackerTest.java:[330] final ServiceRegistration handle2 = register(MockService.class, service2, withRanking(1)); ^^^^^^^ The value of the local variable handle2 is not used 14 problems (14 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.util.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.util.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.util.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.util.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.util.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.util.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.util.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.util.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.util.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.util.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.util.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.util.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util.test/4.1.4/org.eclipse.kura.util.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util.test/4.1.4/org.eclipse.kura.util.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util.test/4.1.4/org.eclipse.kura.util.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util.test/4.1.4/org.eclipse.kura.util.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util.test/4.1.4/org.eclipse.kura.util.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.util.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.util.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.watchdog.criticaltest >------- [INFO] Building org.eclipse.kura.watchdog.criticaltest 4.1.4 [136/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.watchdog.criticaltest --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Building DP - Version: 4.1.4 [INFO] Added: org.eclipse.kura.watchdog.criticaltest:4.1.4 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest_4.1.4.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/4.1.4/org.eclipse.kura.watchdog.criticaltest-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/4.1.4/org.eclipse.kura.watchdog.criticaltest-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/4.1.4/org.eclipse.kura.watchdog.criticaltest-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/4.1.4/org.eclipse.kura.watchdog.criticaltest-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/4.1.4/org.eclipse.kura.watchdog.criticaltest-4.1.4-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest_4.1.4.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/4.1.4/org.eclipse.kura.watchdog.criticaltest-4.1.4.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.util.wire.test >---------- [INFO] Building org.eclipse.kura.util.wire.test 4.1.4 [137/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.util.wire.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.util.wire.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.util.wire.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.util.wire.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.util.wire.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.util.wire.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.util.wire.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.util.wire.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.util.wire.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.util.wire.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.util.wire.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.util.wire.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.util.wire.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.util.wire.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.util.wire.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.util.wire.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.util.wire.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.util.wire.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/4.1.4/org.eclipse.kura.util.wire.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/4.1.4/org.eclipse.kura.util.wire.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/4.1.4/org.eclipse.kura.util.wire.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/4.1.4/org.eclipse.kura.util.wire.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.util.wire.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/4.1.4/org.eclipse.kura.util.wire.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.util.wire.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.util.wire.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.wire.component.provider.test >--- [INFO] Building org.eclipse.kura.wire.component.provider.test 4.1.4 [138/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.component.provider.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.component.provider.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.component.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.component.provider.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.component.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.component.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/4.1.4/org.eclipse.kura.wire.component.provider.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/4.1.4/org.eclipse.kura.wire.component.provider.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/4.1.4/org.eclipse.kura.wire.component.provider.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/4.1.4/org.eclipse.kura.wire.component.provider.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.component.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/4.1.4/org.eclipse.kura.wire.component.provider.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.component.provider.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider.test >-- [INFO] Building org.eclipse.kura.wire.h2db.component.provider.test 4.1.4 [139/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.h2db.component.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/4.1.4/org.eclipse.kura.wire.h2db.component.provider.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/4.1.4/org.eclipse.kura.wire.h2db.component.provider.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/4.1.4/org.eclipse.kura.wire.h2db.component.provider.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/4.1.4/org.eclipse.kura.wire.h2db.component.provider.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/4.1.4/org.eclipse.kura.wire.h2db.component.provider.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider.test >-- [INFO] Building org.eclipse.kura.wire.script.filter.provider.test 4.1.4 [140/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.script.filter.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/src/main/java/org/eclipse/kura/wire/script/filter/provider/test/ScriptFilterTest.java:[107] final Dictionary wireProperties = new Hashtable<>(); ^^^^^^^^^^ Dictionary is a raw type. References to generic type Dictionary should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/src/main/java/org/eclipse/kura/wire/script/filter/provider/test/ScriptFilterTest.java:[108] wireProperties.put("emitter.port", 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Dictionary. References to generic type Dictionary should be parameterized 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/4.1.4/org.eclipse.kura.wire.script.filter.provider.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/4.1.4/org.eclipse.kura.wire.script.filter.provider.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/4.1.4/org.eclipse.kura.wire.script.filter.provider.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/4.1.4/org.eclipse.kura.wire.script.filter.provider.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/4.1.4/org.eclipse.kura.wire.script.filter.provider.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider.test >-- [INFO] Building org.eclipse.kura.json.marshaller.unmarshaller.provider.test 4.1.4 [141/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/4.1.4/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/4.1.4/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/4.1.4/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/4.1.4/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider.test >-- [INFO] Building org.eclipse.kura.xml.marshaller.unmarshaller.provider.test 4.1.4 [142/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/4.1.4/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/4.1.4/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/4.1.4/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/4.1.4/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-4.1.4-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.web2 >--------------- [INFO] Building org.eclipse.kura.web2 2.0.503-SNAPSHOT [143/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.kura.web2 --- [INFO] Deleting /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/webapp/WEB-INF (includes = [], excludes = [web.xml]) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.web2 --- [INFO] The project's OSGi version is 2.0.503.202211181608 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.web2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.web2 --- [INFO] [INFO] --- gwt-maven-plugin:2.8.2:i18n (default) @ org.eclipse.kura.web2 --- [INFO] [INFO] --- gwt-maven-plugin:2.8.2:generateAsync (default) @ org.eclipse.kura.web2 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.web2 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.web2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.web2 --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 222 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtSslServiceImpl.java:[14] import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtSslServiceImpl.java:[15] import java.security.GeneralSecurityException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.security.GeneralSecurityException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtSslServiceImpl.java:[97] SslManagerService sslService = ServiceLocator.getInstance().getService(SslManagerService.class); ^^^^^^^^^^ The value of the local variable sslService is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[33] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[34] import org.eclipse.kura.cloud.factory.CloudServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[125] } else if (service instanceof CloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[126] cloudConnectionEntry.setState(((CloudService) service).isConnected() ? CONNECTED : DISCONNECTED); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[126] cloudConnectionEntry.setState(((CloudService) service).isConnected() ? CONNECTED : DISCONNECTED); ^^^^^^^^^^^^^ The method isConnected() from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[375] } else if (o instanceof CloudServiceFactory) { ^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[376] final CloudServiceFactory f = (CloudServiceFactory) o; ^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[376] final CloudServiceFactory f = (CloudServiceFactory) o; ^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[382] return f.getStackComponentsPids(pid); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getStackComponentsPids(String) from the type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[387] return f.getManagedCloudServicePids(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManagedCloudServicePids() from the type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[392] return f.getFactoryPid(); ^^^^^^^^^^^^^^^ The method getFactoryPid() from the type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[397] f.deleteConfiguration(pid); ^^^^^^^^^^^^^^^^^^^^^^^^ The method deleteConfiguration(String) from the type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[402] f.createConfiguration(pid); ^^^^^^^^^^^^^^^^^^^^^^^^ The method createConfiguration(String) from the type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/service/GwtCloudConnectionService.java:[17] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/service/GwtCloudConnectionService.java:[17] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloud.CloudService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/service/GwtCloudConnectionService.java:[18] import org.eclipse.kura.cloud.factory.CloudServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/service/GwtCloudConnectionService.java:[18] import org.eclipse.kura.cloud.factory.CloudServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloud.factory.CloudServiceFactory is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/service/GwtCloudConnectionService.java:[21] import org.eclipse.kura.web.shared.model.GwtCloudConnectionEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.web.shared.model.GwtCloudConnectionEntry is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/client/ui/settings/SettingsPanelUi.java:[22] import org.gwtbootstrap3.client.ui.NavTabs; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.gwtbootstrap3.client.ui.NavTabs is never used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/client/ui/network/TabModemUi.java:[77] private final GwtSession session; ^^^^^^^ The value of the field TabModemUi.session is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/client/ui/status/StatusPanelUi.java:[69] private EntryClassUi parent; ^^^^^^ The value of the field StatusPanelUi.parent is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[29] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[87] Collection> cloudServiceReferences = ServiceLocator.getInstance() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[88] .getServiceReferences(CloudService.class, null); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[90] for (ServiceReference cloudServiceReference : cloudServiceReferences) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[151] Collection> cloudServiceReferences = ServiceLocator.getInstance() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[152] .getServiceReferences(CloudService.class, null); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[154] for (ServiceReference cloudServiceReference : cloudServiceReferences) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[199] Collection> cloudServiceReferences = ServiceLocator.getInstance() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[200] .getServiceReferences(CloudService.class, null); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[202] for (ServiceReference cloudServiceReference : cloudServiceReferences) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[285] final Collection> cloudServiceReferences = ServiceLocator.getInstance() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[286] .getServiceReferences(CloudService.class, null); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[288] List> cloudServiceReferencesList = new ArrayList<>(cloudServiceReferences); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[290] for (ServiceReference cloudServiceReference : cloudServiceReferencesList) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[320] private GwtCloudConnectionInfo fillFromCloudService(ServiceReference cloudServiceReference, ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[326] final CloudService cloudService = ServiceLocator.getInstance().getService(cloudServiceReference); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[328] result.addConnectionProperty("Service Status", cloudService.isConnected() ? "CONNECTED" : "DISCONNECTED"); ^^^^^^^^^^^^^ The method isConnected() from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/client/ui/packages/PackagesPanelUi.java:[89] private GwtSession gwtSession; ^^^^^^^^^^ The value of the field PackagesPanelUi.gwtSession is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[698] ((GwtModemInterfaceConfig) gwtNetConfig).setModemId(((ModemInterface) netIfConfig).getModemIdentifier()); ^^^^^^^^^^^^^^ ModemInterface is a raw type. References to generic type ModemInterface should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[699] ((GwtModemInterfaceConfig) gwtNetConfig).setManufacturer(((ModemInterface) netIfConfig).getManufacturer()); ^^^^^^^^^^^^^^ ModemInterface is a raw type. References to generic type ModemInterface should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[700] ((GwtModemInterfaceConfig) gwtNetConfig).setModel(((ModemInterface) netIfConfig).getModel()); ^^^^^^^^^^^^^^ ModemInterface is a raw type. References to generic type ModemInterface should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[703] List technologyTypes = ((ModemInterface) netIfConfig).getTechnologyTypes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[703] List technologyTypes = ((ModemInterface) netIfConfig).getTechnologyTypes(); ^^^^^^^^^^^^^^ ModemInterface is a raw type. References to generic type ModemInterface should be parameterized 47 problems (47 warnings) [INFO] [INFO] --- maven-war-plugin:2.1.1:exploded (default) @ org.eclipse.kura.web2 --- [INFO] Exploding webapp [INFO] Assembling webapp [org.eclipse.kura.web2] in [/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.0.503-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/webapp] [INFO] Webapp assembled in [422 msecs] [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.web2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.web2 --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/target/jacoco.exec [INFO] [INFO] --- gwt-maven-plugin:2.8.2:compile (default) @ org.eclipse.kura.web2 --- [INFO] auto discovered modules [org.eclipse.kura.web.denali] [ERROR] Nov 18, 2022 4:11:37 PM java.util.prefs.FileSystemPreferences$1 run [ERROR] INFO: Created user preferences directory. [INFO] Compiling module org.eclipse.kura.web.denali [INFO] Compiling 10 permutations [INFO] Compiling permutation 0... [INFO] Process output [INFO] Compiling [INFO] Compiling permutation 1... [INFO] Compiling permutation 2... [INFO] Compiling [INFO] Compiling permutation 3... [INFO] Compiling permutation 4... [INFO] Compiling [INFO] Compiling permutation 5... [INFO] Compiling permutation 6... [INFO] Compiling [INFO] Compiling permutation 7... [INFO] Compiling permutation 8... [INFO] Compiling [INFO] Compiling permutation 9... [INFO] Compile of permutations succeeded [INFO] Compilation succeeded -- 149.512s [INFO] Linking into /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/src/main/webapp/denali [INFO] Link succeeded [INFO] Linking succeeded -- 1.431s [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.web2 --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.0.503-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.web2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.web2 --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.0.503-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.web2 --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.web2 --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- gwt-maven-plugin:2.8.2:test (default) @ org.eclipse.kura.web2 --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.web2 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.web2 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.0.503-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.0.503-SNAPSHOT/org.eclipse.kura.web2-2.0.503-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.0.503-SNAPSHOT/org.eclipse.kura.web2-2.0.503-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.0.503-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.0.503-SNAPSHOT/org.eclipse.kura.web2-2.0.503-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.0.503-SNAPSHOT/org.eclipse.kura.web2-2.0.503-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.web2/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.0.503-SNAPSHOT/org.eclipse.kura.web2-2.0.503-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.web2 --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.web2 --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] kura 4.1.4 ......................................... SUCCESS [ 4.916 s] [INFO] Kura Target Definition 4.1.4 ....................... SUCCESS [ 0.510 s] [INFO] org.eclipse.kura.api 2.1.1-SNAPSHOT ................ SUCCESS [ 11.141 s] [INFO] org.eclipse.kura.util 1.1.101-SNAPSHOT ............. SUCCESS [ 2.122 s] [INFO] org.eclipse.kura.asset.cloudlet.provider 1.0.402-SNAPSHOT SUCCESS [ 1.209 s] [INFO] org.eclipse.kura.core 1.0.503 ...................... SUCCESS [ 2.928 s] [INFO] org.eclipse.kura.core.configuration 2.0.201-SNAPSHOT SUCCESS [ 1.490 s] [INFO] org.eclipse.kura.asset.provider 2.0.202-SNAPSHOT ... SUCCESS [ 1.278 s] [INFO] org.eclipse.kura.asset.helper.provider 1.0.401-SNAPSHOT SUCCESS [ 0.995 s] [INFO] org.eclipse.kura.broker.artemis.core 1.1.101-SNAPSHOT SUCCESS [ 1.476 s] [INFO] org.eclipse.kura.broker.artemis.simple.mqtt 1.0.301-SNAPSHOT SUCCESS [ 1.434 s] [INFO] org.eclipse.kura.broker.artemis.xml 1.0.301-SNAPSHOT SUCCESS [ 1.186 s] [INFO] org.eclipse.kura.camel 1.3.101-SNAPSHOT ............ SUCCESS [ 1.446 s] [INFO] org.eclipse.kura.camel.cloud.factory 1.1.401-SNAPSHOT SUCCESS [ 1.210 s] [INFO] org.eclipse.kura.camel.xml 1.1.101-SNAPSHOT ........ SUCCESS [ 1.077 s] [INFO] org.eclipse.kura.core.certificates 1.0.501-SNAPSHOT SUCCESS [ 1.170 s] [INFO] org.eclipse.kura.core.cloud 1.1.403-SNAPSHOT ....... SUCCESS [ 1.683 s] [INFO] org.eclipse.kura.core.comm 1.0.502-SNAPSHOT ........ SUCCESS [ 1.158 s] [INFO] org.eclipse.kura.core.crypto 1.0.501-SNAPSHOT ...... SUCCESS [ 1.043 s] [INFO] org.eclipse.kura.core.deployment 1.1.502-SNAPSHOT .. SUCCESS [ 1.347 s] [INFO] org.eclipse.kura.core.net 1.0.501-SNAPSHOT ......... SUCCESS [ 1.388 s] [INFO] org.eclipse.kura.core.status 1.0.501-SNAPSHOT ...... SUCCESS [ 0.999 s] [INFO] org.eclipse.kura.deployment.agent 1.0.501-SNAPSHOT . SUCCESS [ 1.167 s] [INFO] org.eclipse.kura.hook.file.move.provider 1.0.301-SNAPSHOT SUCCESS [ 1.318 s] [INFO] org.eclipse.kura.driver.helper.provider 1.0.401-SNAPSHOT SUCCESS [ 1.114 s] [INFO] org.eclipse.kura.driver.opcua.provider 1.0.401-SNAPSHOT SUCCESS [ 9.633 s] [INFO] org.eclipse.kura.driver.block 1.0.301-SNAPSHOT ..... SUCCESS [ 1.357 s] [INFO] org.eclipse.kura.driver.s7plc.provider 1.0.301-SNAPSHOT SUCCESS [ 1.618 s] [INFO] org.eclipse.kura.driver.ble.sensortag.provider 1.0.301-SNAPSHOT SUCCESS [ 1.144 s] [INFO] org.eclipse.kura.ble.ibeacon.provider 1.0.302-SNAPSHOT SUCCESS [ 1.209 s] [INFO] org.eclipse.kura.driver.ibeacon.provider 1.0.101-SNAPSHOT SUCCESS [ 1.192 s] [INFO] org.eclipse.kura.driver.gpio.provider 1.0.201-SNAPSHOT SUCCESS [ 1.205 s] [INFO] org.eclipse.kura.ble.eddystone.provider 1.0.301-SNAPSHOT SUCCESS [ 1.323 s] [INFO] org.eclipse.kura.driver.eddystone.provider 1.0.101-SNAPSHOT SUCCESS [ 1.219 s] [INFO] org.eclipse.kura.linux.bluetooth 1.0.501-SNAPSHOT .. SUCCESS [ 1.790 s] [INFO] org.eclipse.kura.ble.provider 1.0.302-SNAPSHOT ..... SUCCESS [ 1.134 s] [INFO] org.eclipse.kura.linux.clock 1.0.502-SNAPSHOT ...... SUCCESS [ 0.949 s] [INFO] org.eclipse.kura.linux.command 1.0.401-SNAPSHOT .... SUCCESS [ 1.036 s] [INFO] org.eclipse.kura.linux.gpio 1.0.501-SNAPSHOT ....... SUCCESS [ 1.121 s] [INFO] org.eclipse.kura.linux.net 1.0.503-SNAPSHOT ........ SUCCESS [ 1.464 s] [INFO] org.eclipse.kura.linux.position 1.0.501-SNAPSHOT ... SUCCESS [ 1.135 s] [INFO] org.eclipse.kura.linux.usb 1.0.501-SNAPSHOT ........ SUCCESS [ 0.867 s] [INFO] org.eclipse.kura.linux.usb.armv6hf 1.0.501-SNAPSHOT SUCCESS [ 0.723 s] [INFO] org.eclipse.kura.linux.usb.x86_64 1.0.501-SNAPSHOT . SUCCESS [ 0.708 s] [INFO] org.eclipse.kura.linux.usb.aarch64 1.0.501-SNAPSHOT SUCCESS [ 0.856 s] [INFO] org.eclipse.kura.linux.watchdog 1.0.501-SNAPSHOT ... SUCCESS [ 1.177 s] [INFO] org.eclipse.kura.localization 1.0.401-SNAPSHOT ..... SUCCESS [ 1.048 s] [INFO] org.eclipse.kura.localization.resources 1.0.401-SNAPSHOT SUCCESS [ 3.264 s] [INFO] org.eclipse.kura.net.admin 1.0.503-SNAPSHOT ........ SUCCESS [ 1.572 s] [INFO] org.eclipse.kura.protocol.modbus 2.0.401-SNAPSHOT .. SUCCESS [ 1.284 s] [INFO] org.eclipse.kura.stress 1.0.301-SNAPSHOT ........... SUCCESS [ 1.015 s] [INFO] org.eclipse.kura.wire.camel 1.0.101-SNAPSHOT ....... SUCCESS [ 1.366 s] [INFO] org.eclipse.kura.wire.script.filter.provider 1.0.301-SNAPSHOT SUCCESS [ 1.120 s] [INFO] org.eclipse.kura.wire.h2db.component.provider 1.0.302-SNAPSHOT SUCCESS [ 1.241 s] [INFO] org.eclipse.kura.wire.component.provider 1.0.402-SNAPSHOT SUCCESS [ 5.156 s] [INFO] org.eclipse.kura.wire.helper.provider 1.0.401-SNAPSHOT SUCCESS [ 1.152 s] [INFO] org.eclipse.kura.wire.provider 1.0.401-SNAPSHOT .... SUCCESS [ 1.066 s] [INFO] org.eclipse.kura.rest.provider 1.0.301-SNAPSHOT .... SUCCESS [ 1.250 s] [INFO] org.eclipse.kura.rest.asset.provider 1.0.301-SNAPSHOT SUCCESS [ 1.143 s] [INFO] org.eclipse.kura.misc.cloudcat 1.0.301-SNAPSHOT .... SUCCESS [ 1.182 s] [INFO] org.eclipse.kura.json.marshaller.unmarshaller.provider 1.0.201-SNAPSHOT SUCCESS [ 1.088 s] [INFO] org.eclipse.kura.xml.marshaller.unmarshaller.provider 1.0.201-SNAPSHOT SUCCESS [ 1.031 s] [INFO] org.eclipse.kura.wire.component.conditional.provider 1.0.201-SNAPSHOT SUCCESS [ 1.111 s] [INFO] org.eclipse.kura.wire.component.join.provider 1.0.201-SNAPSHOT SUCCESS [ 0.897 s] [INFO] org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider 1.0.102-SNAPSHOT SUCCESS [ 1.211 s] [INFO] org.eclipse.kura.linux.sysv.provider 1.0.102-SNAPSHOT SUCCESS [ 0.837 s] [INFO] org.eclipse.kura.linux.systemd.provider 1.0.102-SNAPSHOT SUCCESS [ 1.212 s] [INFO] org.eclipse.kura.linux.debian.provider 1.0.101-SNAPSHOT SUCCESS [ 2.248 s] [INFO] org.eclipse.kura.linux.redhat.provider 1.0.101-SNAPSHOT SUCCESS [ 1.239 s] [INFO] features 4.1.4 ..................................... SUCCESS [ 0.262 s] [INFO] org.eclipse.kura.api.feature 4.1.4 ................. SUCCESS [ 0.244 s] [INFO] org.eclipse.kura.camel.feature 4.1.4 ............... SUCCESS [ 0.144 s] [INFO] org.eclipse.kura.runtime.feature 4.1.4 ............. SUCCESS [ 0.729 s] [INFO] org.eclipse.kura.driver.opcua 1.0.401-SNAPSHOT ..... SUCCESS [ 1.529 s] [INFO] org.eclipse.kura.driver.s7plc 1.0.301-SNAPSHOT ..... SUCCESS [ 1.123 s] [INFO] org.eclipse.kura.driver.ble.sensortag 1.0.301-SNAPSHOT SUCCESS [ 1.031 s] [INFO] org.eclipse.kura.driver.eddystone 1.0.101-SNAPSHOT . SUCCESS [ 1.020 s] [INFO] org.eclipse.kura.driver.ibeacon 1.0.101-SNAPSHOT ... SUCCESS [ 0.965 s] [INFO] org.eclipse.kura.wire.script.filter 1.0.301-SNAPSHOT SUCCESS [ 0.960 s] [INFO] org.eclipse.kura.driver.gpio 1.0.201-SNAPSHOT ...... SUCCESS [ 1.029 s] [INFO] emulator 4.1.4 ..................................... SUCCESS [ 0.261 s] [INFO] org.eclipse.kura.emulator 1.0.401-SNAPSHOT ......... SUCCESS [ 0.978 s] [INFO] org.eclipse.kura.emulator.gpio 1.0.501-SNAPSHOT .... SUCCESS [ 1.083 s] [INFO] org.eclipse.kura.emulator.clock 1.0.501-SNAPSHOT ... SUCCESS [ 1.275 s] [INFO] org.eclipse.kura.emulator.net 1.0.401-SNAPSHOT ..... SUCCESS [ 1.068 s] [INFO] org.eclipse.kura.emulator.position 1.0.501-SNAPSHOT SUCCESS [ 1.230 s] [INFO] org.eclipse.kura.emulator.usb 1.0.401-SNAPSHOT ..... SUCCESS [ 0.996 s] [INFO] org.eclipse.kura.emulator.watchdog 1.0.501-SNAPSHOT SUCCESS [ 0.993 s] [INFO] org.eclipse.kura 4.1.4 ............................. SUCCESS [ 4.027 s] [INFO] org.eclipse.kura.docs 0.1.301-SNAPSHOT ............. SUCCESS [ 13.224 s] [INFO] test 4.1.4 ......................................... SUCCESS [ 2.089 s] [INFO] org.eclipse.kura.test 4.1.4 ........................ SUCCESS [ 0.213 s] [INFO] org.eclipse.kura.asset.provider.test 4.1.4 ......... SUCCESS [ 0.216 s] [INFO] org.eclipse.kura.core.testutil 4.1.4 ............... SUCCESS [ 0.137 s] [INFO] org.eclipse.kura.camel.test 4.1.4 .................. SUCCESS [ 0.179 s] [INFO] org.eclipse.kura.cloud.test 4.1.4 .................. SUCCESS [ 0.134 s] [INFO] org.eclipse.kura.core.certificates.test 4.1.4 ...... SUCCESS [ 0.116 s] [INFO] org.eclipse.kura.core.comm.test 4.1.4 .............. SUCCESS [ 0.106 s] [INFO] org.eclipse.kura.core.configuration.test 4.1.4 ..... SUCCESS [ 0.443 s] [INFO] org.eclipse.kura.core.cloud.test 4.1.4 ............. SUCCESS [ 0.276 s] [INFO] org.eclipse.kura.core.crypto.test 4.1.4 ............ SUCCESS [ 0.162 s] [INFO] org.eclipse.kura.core.db.test 4.1.4 ................ SUCCESS [ 0.182 s] [INFO] org.eclipse.kura.core.deployment.test 4.1.4 ........ SUCCESS [ 0.144 s] [INFO] org.eclipse.kura.core.net.test 4.1.4 ............... SUCCESS [ 0.115 s] [INFO] org.eclipse.kura.core.ssl.test 4.1.4 ............... SUCCESS [ 0.134 s] [INFO] org.eclipse.kura.core.status.test 4.1.4 ............ SUCCESS [ 0.142 s] [INFO] org.eclipse.kura.core.system.test 4.1.4 ............ SUCCESS [ 0.160 s] [INFO] org.eclipse.kura.core.test 4.1.4 ................... SUCCESS [ 0.264 s] [INFO] org.eclipse.kura.core.util.test 4.1.4 .............. SUCCESS [ 0.119 s] [INFO] org.eclipse.kura.deployment.agent.test 4.1.4 ....... SUCCESS [ 0.121 s] [INFO] org.eclipse.kura.driver.block.test 4.1.4 ........... SUCCESS [ 0.082 s] [INFO] org.eclipse.kura.driver.helper.test 4.1.4 .......... SUCCESS [ 0.130 s] [INFO] org.eclipse.kura.emulator.position.test 4.1.4 ...... SUCCESS [ 0.154 s] [INFO] org.eclipse.kura.emulator.watchdog.test 4.1.4 ...... SUCCESS [ 0.086 s] [INFO] org.eclipse.kura.internal.asset.cloudlet.test 4.1.4 SUCCESS [ 0.095 s] [INFO] org.eclipse.kura.internal.ble.test 4.1.4 ........... SUCCESS [ 0.161 s] [INFO] org.eclipse.kura.internal.ble.eddystone.test 4.1.4 . SUCCESS [ 0.126 s] [INFO] org.eclipse.kura.internal.ble.ibeacon.test 4.1.4 ... SUCCESS [ 0.099 s] [INFO] org.eclipse.kura.internal.driver.ble.sensortag.test 4.1.4 SUCCESS [ 0.085 s] [INFO] org.eclipse.kura.internal.driver.eddystone.test 4.1.4 SUCCESS [ 0.144 s] [INFO] org.eclipse.kura.internal.driver.ibeacon.test 4.1.4 SUCCESS [ 0.088 s] [INFO] org.eclipse.kura.internal.driver.opcua.test 4.1.4 .. SUCCESS [ 7.476 s] [INFO] org.eclipse.kura.internal.driver.s7plc.test 4.1.4 .. SUCCESS [ 0.100 s] [INFO] org.eclipse.kura.internal.wire.test 4.1.4 .......... SUCCESS [ 0.112 s] [INFO] org.eclipse.kura.linux.clock.test 4.1.4 ............ SUCCESS [ 0.107 s] [INFO] org.eclipse.kura.linux.gpio.test 4.1.4 ............. SUCCESS [ 0.146 s] [INFO] org.eclipse.kura.linux.net.test 4.1.4 .............. SUCCESS [ 0.157 s] [INFO] org.eclipse.kura.linux.position.test 4.1.4 ......... SUCCESS [ 0.107 s] [INFO] org.eclipse.kura.linux.usb.test 4.1.4 .............. SUCCESS [ 0.150 s] [INFO] org.eclipse.kura.linux.watchdog.test 4.1.4 ......... SUCCESS [ 0.103 s] [INFO] org.eclipse.kura.net.admin.test 4.1.4 .............. SUCCESS [ 0.090 s] [INFO] org.eclipse.kura.rest.asset.provider.test 4.1.4 .... SUCCESS [ 0.106 s] [INFO] org.eclipse.kura.protocol.modbus.test 4.1.4 ........ SUCCESS [ 0.106 s] [INFO] org.eclipse.kura.stress.test 4.1.4 ................. SUCCESS [ 0.091 s] [INFO] org.eclipse.kura.util.test 4.1.4 ................... SUCCESS [ 0.128 s] [INFO] org.eclipse.kura.watchdog.criticaltest 4.1.4 ....... SUCCESS [ 0.123 s] [INFO] org.eclipse.kura.util.wire.test 4.1.4 .............. SUCCESS [ 0.152 s] [INFO] org.eclipse.kura.wire.component.provider.test 4.1.4 SUCCESS [ 0.155 s] [INFO] org.eclipse.kura.wire.h2db.component.provider.test 4.1.4 SUCCESS [ 0.234 s] [INFO] org.eclipse.kura.wire.script.filter.provider.test 4.1.4 SUCCESS [ 0.142 s] [INFO] org.eclipse.kura.json.marshaller.unmarshaller.provider.test 4.1.4 SUCCESS [ 0.091 s] [INFO] org.eclipse.kura.xml.marshaller.unmarshaller.provider.test 4.1.4 SUCCESS [ 0.080 s] [INFO] org.eclipse.kura.web2 2.0.503-SNAPSHOT ............. SUCCESS [02:46 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:10 min [INFO] Finished at: 2022-11-18T16:14:11Z [INFO] ------------------------------------------------------------------------ [kura-5-0-0-release] $ /opt/tools/apache-maven/latest/bin/mvn -f kura/examples/pom.xml "-DMAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m" -DRELEASE_VERSION=4.1.4 -Dmaven.test.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository clean deploy -U -e -Pcheck-exists-plugin Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.demo.heater:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.demo.heater:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.demo.heater:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.demo.modbus:2.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.demo.modbus:2.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.protocol.modbus/2.0.401.202211181608 [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.demo.modbus:2.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.project:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.project:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.project:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.publisher:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.publisher:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.publisher:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.serial.publisher:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.serial.publisher:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.serial.publisher:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.gpio:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.gpio:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.gpio:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag.tinyb:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag.tinyb:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag.tinyb:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon.scanner:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon.scanner:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon.scanner:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.ibeacon.advertiser:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ibeacon.advertiser:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.ble.ibeacon.provider/1.0.302.202211181608 [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ibeacon.advertiser:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.ibeacon.scanner:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ibeacon.scanner:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.ble.ibeacon.provider/1.0.302.202211181608 [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ibeacon.scanner:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.eddystone.advertiser:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.eddystone.advertiser:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [WARNING] org.eclipse.kura.ble.eddystone.provider/1.0.301.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.eddystone.advertiser:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.eddystone.scanner:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.eddystone.scanner:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [WARNING] org.eclipse.kura.ble.eddystone.provider/1.0.301.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.eddystone.scanner:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.quickstart:1.1.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.quickstart:1.1.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.camel/1.3.101.202211181608 [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [WARNING] org.eclipse.kura.util/1.1.101.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.quickstart:1.1.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.publisher:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.publisher:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.camel/1.3.101.202211181608 [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [WARNING] org.eclipse.kura.util/1.1.101.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.publisher:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.aggregation:1.1.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.aggregation:1.1.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.camel/1.3.101.202211181608 [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [WARNING] org.eclipse.kura.util/1.1.101.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.aggregation:1.1.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat.example:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat.example:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat.example:1.0.501-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.multiport.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.multiport.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.multiport.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.singleport.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.singleport.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.singleport.provider:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.driver.sensehat:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.driver.sensehat:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.core/1.0.503 [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [WARNING] org.eclipse.kura.core.configuration/2.0.201.202211181608 [WARNING] org.eclipse.kura.util/1.1.101.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.driver.sensehat:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.devel.component.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/../../org.eclipse.kura-p2/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.devel.component.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.core/1.0.503 [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [WARNING] org.eclipse.kura.core.configuration/2.0.201.202211181608 [WARNING] org.eclipse.kura.util/1.1.101.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.devel.component.provider:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.examples.feature:org.eclipse.kura.raspberrypi.sensehat.example.bundle:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/../../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/../../../org.eclipse.kura-p2/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.examples.feature:org.eclipse.kura.raspberrypi.sensehat.example.bundle:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura.examples.feature:org.eclipse.kura.raspberrypi.sensehat.example.bundle:1.0.401-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.examples.feature:org.eclipse.kura.example.driver.sensehat:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/../../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/../../../org.eclipse.kura-p2/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.examples.feature:org.eclipse.kura.example.driver.sensehat:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.core/1.0.503 [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [WARNING] org.eclipse.kura.core.configuration/2.0.201.202211181608 [WARNING] org.eclipse.kura.util/1.1.101.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura.examples.feature:org.eclipse.kura.example.driver.sensehat:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/../../../target-definition/test-deps/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/../../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/../../../org.eclipse.kura-p2/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.tinyb.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/../../../target-definition/test-deps/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/../../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/../../../org.eclipse.kura-p2/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.tinyb.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.tinyb.test:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.testutil:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/../../../target-definition/test-deps/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/../../../target-definition/equinox_3.12.50/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/../../../org.eclipse.kura-p2/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.testutil:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.1.1.202211181608 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.testutil:4.1.4 @ /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] examples [pom] [INFO] org.eclipse.kura.demo.heater [eclipse-plugin] [INFO] org.eclipse.kura.demo.modbus [eclipse-plugin] [INFO] org.eclipse.kura.example.project [eclipse-plugin] [INFO] org.eclipse.kura.example.publisher [eclipse-plugin] [INFO] org.eclipse.kura.example.serial.publisher [eclipse-plugin] [INFO] org.eclipse.kura.example.gpio [eclipse-plugin] [INFO] org.eclipse.kura.example.ble.tisensortag [eclipse-plugin] [INFO] org.eclipse.kura.example.ble.tisensortag.tinyb [eclipse-plugin] [INFO] org.eclipse.kura.example.beacon [eclipse-plugin] [INFO] org.eclipse.kura.example.beacon.scanner [eclipse-plugin] [INFO] org.eclipse.kura.example.ibeacon.advertiser [eclipse-plugin] [INFO] org.eclipse.kura.example.ibeacon.scanner [eclipse-plugin] [INFO] org.eclipse.kura.example.eddystone.advertiser [eclipse-plugin] [INFO] org.eclipse.kura.example.eddystone.scanner [eclipse-plugin] [INFO] org.eclipse.kura.example.camel.quickstart [eclipse-plugin] [INFO] org.eclipse.kura.example.camel.publisher [eclipse-plugin] [INFO] org.eclipse.kura.example.camel.aggregation [eclipse-plugin] [INFO] org.eclipse.kura.raspberrypi.sensehat [eclipse-plugin] [INFO] org.eclipse.kura.raspberrypi.sensehat.example [eclipse-plugin] [INFO] org.eclipse.kura.example.wire.math.multiport.provider [eclipse-plugin] [INFO] org.eclipse.kura.example.wire.math.singleport.provider [eclipse-plugin] [INFO] org.eclipse.kura.example.driver.sensehat [eclipse-plugin] [INFO] org.eclipse.kura.wire.devel.component.provider [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.kura.raspberrypi.sensehat.example.bundle [eclipse-feature] [INFO] org.eclipse.kura.example.driver.sensehat [eclipse-feature] [INFO] test [pom] [INFO] org.eclipse.kura.example.testutil [eclipse-plugin] [INFO] org.eclipse.kura.example.ble.tisensortag.test [eclipse-test-plugin] [INFO] org.eclipse.kura.example.ble.tisensortag.tinyb.test [eclipse-test-plugin] [INFO] [INFO] ---------------------< org.eclipse.kura:examples >---------------------- [INFO] Building examples 4.1.4 [1/31] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ examples --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ examples --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ examples --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ examples --- [INFO] Building DP - Version: 4.1.4 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/target/examples_4.1.4.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ examples --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ examples --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/4.1.4/examples-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/target/examples_4.1.4.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/4.1.4/examples-4.1.4.dp [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ examples --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.demo.heater >------------ [INFO] Building org.eclipse.kura.demo.heater 1.0.501-SNAPSHOT [2/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.demo.heater --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.demo.heater --- [INFO] The project's OSGi version is 1.0.501.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.demo.heater --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.demo.heater --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.demo.heater --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.demo.heater --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.demo.heater --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.demo.heater --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.demo.heater --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.demo.heater --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.demo.heater --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.demo.heater --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.demo.heater --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.demo.heater --- [INFO] Building DP - Version: 1.0.501.202211181614 [INFO] Added: org.eclipse.kura.demo.heater:1.0.501.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater_1.0.501-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.demo.heater --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.demo.heater --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.0.501-SNAPSHOT/org.eclipse.kura.demo.heater-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.0.501-SNAPSHOT/org.eclipse.kura.demo.heater-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.0.501-SNAPSHOT/org.eclipse.kura.demo.heater-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.0.501-SNAPSHOT/org.eclipse.kura.demo.heater-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.0.501-SNAPSHOT/org.eclipse.kura.demo.heater-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater_1.0.501-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.0.501-SNAPSHOT/org.eclipse.kura.demo.heater-1.0.501-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.demo.heater --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.demo.heater --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.demo.modbus >------------ [INFO] Building org.eclipse.kura.demo.modbus 2.0.401-SNAPSHOT [3/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.demo.modbus --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.demo.modbus --- [INFO] The project's OSGi version is 2.0.401.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.demo.modbus --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.demo.modbus --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.demo.modbus --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.demo.modbus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.demo.modbus --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.demo.modbus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.demo.modbus --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.demo.modbus --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.demo.modbus --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.demo.modbus --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.demo.modbus --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.demo.modbus --- [INFO] Building DP - Version: 2.0.401.202211181614 [INFO] Added: org.eclipse.kura.demo.modbus:2.0.401.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus_2.0.401-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.demo.modbus --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.demo.modbus --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.demo.modbus-2.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.demo.modbus-2.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.demo.modbus-2.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.demo.modbus-2.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.demo.modbus-2.0.401-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus_2.0.401-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.0.401-SNAPSHOT/org.eclipse.kura.demo.modbus-2.0.401-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.demo.modbus --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.demo.modbus --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.example.project >---------- [INFO] Building org.eclipse.kura.example.project 1.0.401-SNAPSHOT [4/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.project --- [INFO] The project's OSGi version is 1.0.401.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.project --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.project --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[30] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[31] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[32] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[48] public class ExampleComponent implements CloudClientListener, EventHandler { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[53] private static final String APP_ID = "EXAMPLE_COMPONENT"; ^^^^^^ The value of the field ExampleComponent.APP_ID is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[56] private CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[56] private CloudService cloudService; ^^^^^^^^^^^^ The value of the field ExampleComponent.cloudService is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[58] private ConfigurationService configurationService; ^^^^^^^^^^^^^^^^^^^^ The value of the field ExampleComponent.configurationService is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[59] private ClockService clockService; ^^^^^^^^^^^^ The value of the field ExampleComponent.clockService is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[60] private CloudClient cloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[68] private ScheduledThreadPoolExecutor systemPropsWorker; ^^^^^^^^^^^^^^^^^ The value of the field ExampleComponent.systemPropsWorker is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[69] private ScheduledFuture systemPropsHandle; ^^^^^^^^^^^^^^^^^ The value of the field ExampleComponent.systemPropsHandle is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[70] private Thread serialThread; ^^^^^^^^^^^^ The value of the field ExampleComponent.serialThread is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[78] public void setCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[82] public void unsetCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[126] private boolean clockIsSynced = false; ^^^^^^^^^^^^^ The value of the field ExampleComponent.clockIsSynced is not used [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[316] private void initSerialCom(Properties connectionConfig) throws KuraException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initSerialCom(Properties) from the type ExampleComponent is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[340] .withParity(parity).withTimeout(2000).build().toString(); ^^^^^^^^^^^^^^^^^ The method withTimeout(int) from the type CommURI.Builder is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[362] private void doSerial() { ^^^^^^^^^^ The method doSerial() from the type ExampleComponent is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[388] this.cloudClient.publish("message", payload, 0, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method publish(String, KuraPayload, int, boolean) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[419] private void doUpdate() { ^^^^^^^^^^ The method doUpdate() from the type ExampleComponent is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[462] this.cloudClient.publish("sensor", payload, 0, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method publish(String, KuraPayload, int, boolean) from the type CloudClient is deprecated 22 problems (22 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.project --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.project --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.project --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.project --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.project --- [INFO] Building DP - Version: 1.0.401.202211181614 [INFO] Added: org.eclipse.kura.example.project:1.0.401.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project_1.0.401-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.project --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.project --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.0.401-SNAPSHOT/org.eclipse.kura.example.project-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.0.401-SNAPSHOT/org.eclipse.kura.example.project-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.0.401-SNAPSHOT/org.eclipse.kura.example.project-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.0.401-SNAPSHOT/org.eclipse.kura.example.project-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.0.401-SNAPSHOT/org.eclipse.kura.example.project-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project_1.0.401-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.0.401-SNAPSHOT/org.eclipse.kura.example.project-1.0.401-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.project --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.project --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.example.publisher >--------- [INFO] Building org.eclipse.kura.example.publisher 1.0.501-SNAPSHOT [5/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.publisher --- [INFO] The project's OSGi version is 1.0.501.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.publisher --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.publisher --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.publisher --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.publisher --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.publisher --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.publisher --- [INFO] Building DP - Version: 1.0.501.202211181614 [INFO] Added: org.eclipse.kura.example.publisher:1.0.501.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher_1.0.501-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.publisher --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.publisher --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.0.501-SNAPSHOT/org.eclipse.kura.example.publisher-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.0.501-SNAPSHOT/org.eclipse.kura.example.publisher-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.0.501-SNAPSHOT/org.eclipse.kura.example.publisher-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.0.501-SNAPSHOT/org.eclipse.kura.example.publisher-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.0.501-SNAPSHOT/org.eclipse.kura.example.publisher-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher_1.0.501-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.0.501-SNAPSHOT/org.eclipse.kura.example.publisher-1.0.501-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.publisher --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.publisher --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.example.serial.publisher >----- [INFO] Building org.eclipse.kura.example.serial.publisher 1.0.401-SNAPSHOT [6/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.serial.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.serial.publisher --- [INFO] The project's OSGi version is 1.0.401.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.serial.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.serial.publisher --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.serial.publisher --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.serial.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.serial.publisher --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/src/main/java/org/eclipse/kura/example/serial/publisher/ExampleSerialPublisher.java:[210] .withParity(parity).withTimeout(1000).build().toString(); ^^^^^^^^^^^^^^^^^ The method withTimeout(int) from the type CommURI.Builder is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.serial.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.serial.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.serial.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.serial.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.serial.publisher --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.serial.publisher --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.serial.publisher --- [INFO] Building DP - Version: 1.0.401.202211181614 [INFO] Added: org.eclipse.kura.example.serial.publisher:1.0.401.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher_1.0.401-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.serial.publisher --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.serial.publisher --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher_1.0.401-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.0.401-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.serial.publisher --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.serial.publisher --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.example.gpio >----------- [INFO] Building org.eclipse.kura.example.gpio 1.0.401-SNAPSHOT [7/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.gpio --- [INFO] The project's OSGi version is 1.0.401.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.gpio --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.gpio --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.gpio --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.gpio --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.gpio --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.gpio --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.gpio --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.gpio --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.gpio --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.gpio --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.gpio --- [INFO] Building DP - Version: 1.0.401.202211181614 [INFO] Added: org.eclipse.kura.example.gpio:1.0.401.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio_1.0.401-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.gpio --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.gpio --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.0.401-SNAPSHOT/org.eclipse.kura.example.gpio-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.0.401-SNAPSHOT/org.eclipse.kura.example.gpio-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.0.401-SNAPSHOT/org.eclipse.kura.example.gpio-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.0.401-SNAPSHOT/org.eclipse.kura.example.gpio-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.0.401-SNAPSHOT/org.eclipse.kura.example.gpio-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio_1.0.401-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.0.401-SNAPSHOT/org.eclipse.kura.example.gpio-1.0.401-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.gpio --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.gpio --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag >------ [INFO] Building org.eclipse.kura.example.ble.tisensortag 1.0.501-SNAPSHOT [8/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] The project's OSGi version is 1.0.501.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.ble.tisensortag --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[19] import org.eclipse.kura.bluetooth.BluetoothDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[20] import org.eclipse.kura.bluetooth.BluetoothGatt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[21] import org.eclipse.kura.bluetooth.BluetoothGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[22] import org.eclipse.kura.bluetooth.BluetoothGattSecurityLevel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[23] import org.eclipse.kura.bluetooth.BluetoothGattService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[24] import org.eclipse.kura.bluetooth.BluetoothLeNotificationListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[31] public class TiSensorTag implements BluetoothLeNotificationListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[41] private BluetoothGatt bluetoothGatt; ^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[42] private BluetoothDevice device; ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[49] public TiSensorTag(BluetoothDevice bluetoothDevice) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[52] if (this.device.getName().contains("CC2650 SensorTag")) { ^^^^^^^^^ The method getName() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[59] public BluetoothDevice getBluetoothDevice() { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[63] public void setBluetoothDevice(BluetoothDevice device) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[73] this.bluetoothGatt = this.device.getBluetoothGatt(); ^^^^^^^^^^^^^^^^^^ The method getBluetoothGatt() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[76] connected = this.bluetoothGatt.connect(adapterName); ^^^^^^^^^^^^^^^^^^^^ The method connect(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[81] this.bluetoothGatt.setBluetoothLeNotificationListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBluetoothLeNotificationListener(BluetoothLeNotificationListener) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[87] this.bluetoothGatt.disconnect(); ^^^^^^^^^^^^ The method disconnect() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[95] this.bluetoothGatt.disconnect(); ^^^^^^^^^^^^ The method disconnect() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[104] connected = this.bluetoothGatt.checkConnection(); ^^^^^^^^^^^^^^^^^ The method checkConnection() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[113] this.bluetoothGatt.disconnect(); ^^^^^^^^^^^^ The method disconnect() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[123] public void setSecurityLevel(BluetoothGattSecurityLevel level) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[125] this.bluetoothGatt.setSecurityLevel(level); ^^^^^^^^^^^^^^^^^^^^^^^ The method setSecurityLevel(BluetoothGattSecurityLevel) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[129] public BluetoothGattSecurityLevel getSecurityLevel() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[130] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[130] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[130] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^ The field BluetoothGattSecurityLevel.UNKNOWN is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[133] level = this.bluetoothGatt.getSecurityLevel(); ^^^^^^^^^^^^^^^^^^ The method getSecurityLevel() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[158] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_FIRMWARE_REVISION_2650)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[161] .readCharacteristicValue(TiSensorTagGatt.HANDLE_FIRMWARE_REVISION_2541); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[172] public List discoverServices() { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[173] return this.bluetoothGatt.getServices(); ^^^^^^^^^^^^^ The method getServices() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[176] public List getCharacteristics(String startHandle, String endHandle) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[178] return this.bluetoothGatt.getCharacteristics(startHandle, endHandle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCharacteristics(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[192] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_ENABLE_2650, "01"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[194] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_ENABLE_2541, "01"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[204] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_ENABLE_2650, "00"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[206] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_ENABLE_2541, "00"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[219] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_VALUE_2650)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[222] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_VALUE_2541)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[237] this.bluetoothGatt.readCharacteristicValueByUuid(TiSensorTagGatt.UUID_TEMP_SENSOR_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValueByUuid(UUID) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[251] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_NOTIFICATION_2650, ENABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[254] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_NOTIFICATION_2541, ENABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[266] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_NOTIFICATION_2650, DISABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[269] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_NOTIFICATION_2541, DISABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[278] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_TEMP_SENSOR_PERIOD_2650, period); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[343] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_ENABLE_2650, config); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[347] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_ACC_SENSOR_ENABLE_2541, config); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[357] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_ENABLE_2650, "0000"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[360] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_ACC_SENSOR_ENABLE_2541, "00"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[373] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_VALUE_2650)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[376] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_ACC_SENSOR_VALUE_2541)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[392] this.bluetoothGatt.readCharacteristicValueByUuid(TiSensorTagGatt.UUID_MOV_SENSOR_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValueByUuid(UUID) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[395] this.bluetoothGatt.readCharacteristicValueByUuid(TiSensorTagGatt.UUID_ACC_SENSOR_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValueByUuid(UUID) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[410] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_NOTIFICATION_2650, ENABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[413] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_ACC_SENSOR_NOTIFICATION_2541, ENABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[425] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_NOTIFICATION_2650, DISABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[428] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_ACC_SENSOR_NOTIFICATION_2541, DISABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[438] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_PERIOD_2650, period); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[440] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_ACC_SENSOR_PERIOD_2541, period); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[489] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_ENABLE_2650, "01"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[491] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_ENABLE_2541, "01"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[501] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_ENABLE_2650, "00"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[503] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_ENABLE_2541, "00"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[516] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_VALUE_2650)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[519] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_VALUE_2541)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[534] this.bluetoothGatt.readCharacteristicValueByUuid(TiSensorTagGatt.UUID_HUM_SENSOR_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValueByUuid(UUID) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[548] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_NOTIFICATION_2650, ENABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[551] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_NOTIFICATION_2541, ENABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[563] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_NOTIFICATION_2650, DISABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[566] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_NOTIFICATION_2541, DISABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[575] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_HUM_SENSOR_PERIOD_2650, period); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[610] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_ENABLE_2650, config); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[613] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MAG_SENSOR_ENABLE_2541, "01"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[623] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_ENABLE_2650, "0000"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[626] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MAG_SENSOR_ENABLE_2541, "00"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[639] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_VALUE_2650)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[642] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_MAG_SENSOR_VALUE_2541)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[658] this.bluetoothGatt.readCharacteristicValueByUuid(TiSensorTagGatt.UUID_MOV_SENSOR_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValueByUuid(UUID) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[661] this.bluetoothGatt.readCharacteristicValueByUuid(TiSensorTagGatt.UUID_MAG_SENSOR_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValueByUuid(UUID) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[676] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_NOTIFICATION_2650, ENABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[679] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MAG_SENSOR_NOTIFICATION_2541, ENABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[691] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_NOTIFICATION_2650, DISABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[694] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MAG_SENSOR_NOTIFICATION_2541, DISABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[704] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MOV_SENSOR_PERIOD_2650, period); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[706] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_MAG_SENSOR_PERIOD_2541, period); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[757] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_ENABLE_2650, "01"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[760] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_ENABLE_2541_1_4, "01"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[762] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_ENABLE_2541_1_5, "01"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[773] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_ENABLE_2650, "00"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[776] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_ENABLE_2541_1_4, "00"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[778] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_ENABLE_2541_1_5, "00"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[790] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_ENABLE_2541_1_4, "02"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[792] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_ENABLE_2541_1_5, "02"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[808] .readCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_CALIBRATION_2541_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[811] .readCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_CALIBRATION_2541_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[828] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_VALUE_2650)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[831] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_VALUE_2541_1_4)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[834] this.bluetoothGatt.readCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_VALUE_2541_1_5)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[849] this.bluetoothGatt.readCharacteristicValueByUuid(TiSensorTagGatt.UUID_PRE_SENSOR_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValueByUuid(UUID) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[863] this.bluetoothGatt.writeCharacteristicValue(TiSensorTagGatt.HANDLE_PRE_SENSOR_NOTIFICATION_2650, ENABLE_NOTIFICATIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method writeCharacteristicValue(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[27] import org.eclipse.kura.bluetooth.BluetoothAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[28] import org.eclipse.kura.bluetooth.BluetoothDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[29] import org.eclipse.kura.bluetooth.BluetoothGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[30] import org.eclipse.kura.bluetooth.BluetoothGattService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[31] import org.eclipse.kura.bluetooth.BluetoothLeScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[32] import org.eclipse.kura.bluetooth.BluetoothService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[41] public class BluetoothLe implements ConfigurableComponent, BluetoothLeScanListener, TiSensorTagNotificationListener { ^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[50] private BluetoothService bluetoothService; ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[51] private BluetoothAdapter bluetoothAdapter; ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[68] public void setBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[72] public void unsetBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[104] if (this.bluetoothAdapter != null && this.bluetoothAdapter.isScanning()) { ^^^^^^^^^^^^ The method isScanning() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[105] this.bluetoothAdapter.killLeScan(); ^^^^^^^^^^^^ The method killLeScan() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[142] this.bluetoothAdapter = this.bluetoothService.getBluetoothAdapter(this.options.getIname()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBluetoothAdapter(String) from the type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[145] if (!this.bluetoothAdapter.isEnabled()) { ^^^^^^^^^^^ The method isEnabled() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[147] this.bluetoothAdapter.enable(); ^^^^^^^^ The method enable() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[149] logger.info("Bluetooth adapter address => {}", this.bluetoothAdapter.getAddress()); ^^^^^^^^^^^^ The method getAddress() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[167] if (this.bluetoothAdapter.isScanning()) { ^^^^^^^^^^^^ The method isScanning() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[170] this.bluetoothAdapter.killLeScan(); ^^^^^^^^^^^^ The method killLeScan() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[175] this.bluetoothAdapter.startLeScan(this); ^^^^^^^^^^^^^^^^^ The method startLeScan(BluetoothLeScanListener) from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[216] for (BluetoothGattService bgs : tiSensorTag.discoverServices()) { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[217] logger.info("Service UUID: {} : {} : {}", bgs.getUuid(), bgs.getStartHandle(), bgs.getEndHandle()); ^^^^^^^^^ The method getUuid() from the type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[217] logger.info("Service UUID: {} : {} : {}", bgs.getUuid(), bgs.getStartHandle(), bgs.getEndHandle()); ^^^^^^^^^^^^^^^^ The method getStartHandle() from the type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[217] logger.info("Service UUID: {} : {} : {}", bgs.getUuid(), bgs.getStartHandle(), bgs.getEndHandle()); ^^^^^^^^^^^^^^ The method getEndHandle() from the type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[222] List lbgc = tiSensorTag.getCharacteristics("0x0001", "0x0100"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[223] for (BluetoothGattCharacteristic bgc : lbgc) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[224] logger.info("Characteristics uuid : {} : {} : {}", bgc.getUuid(), bgc.getHandle(), bgc.getValueHandle()); ^^^^^^^^^ The method getUuid() from the type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[224] logger.info("Characteristics uuid : {} : {} : {}", bgc.getUuid(), bgc.getHandle(), bgc.getValueHandle()); ^^^^^^^^^^^ The method getHandle() from the type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[224] logger.info("Characteristics uuid : {} : {} : {}", bgc.getUuid(), bgc.getHandle(), bgc.getValueHandle()); ^^^^^^^^^^^^^^^^ The method getValueHandle() from the type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[231] if (tiSensorTag.getBluetoothDevice().getAdress().equals(address)) { ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[239] private void filterDevices(List devices) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[241] for (BluetoothDevice bluetoothDevice : devices) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[242] logger.info("Address {} Name {}", bluetoothDevice.getAdress(), bluetoothDevice.getName()); ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[242] logger.info("Address {} Name {}", bluetoothDevice.getAdress(), bluetoothDevice.getName()); ^^^^^^^^^ The method getName() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[244] if (bluetoothDevice.getName().contains("SensorTag") && !isSensorTagInList(bluetoothDevice.getAdress())) { ^^^^^^^^^ The method getName() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[244] if (bluetoothDevice.getName().contains("SensorTag") && !isSensorTagInList(bluetoothDevice.getAdress())) { ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[262] public void onScanResults(List scanResults) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[269] logger.info("Connecting to TiSensorTag {}...", myTiSensorTag.getBluetoothDevice().getAdress()); ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[347] properties.put(ADDRESS_MESSAGE_PROP_KEY, myTiSensorTag.getBluetoothDevice().getAdress()); ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[359] logger.warn("Cannot connect to TI SensorTag {}.", myTiSensorTag.getBluetoothDevice().getAdress()); ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated 140 problems (140 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.ble.tisensortag --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] Building DP - Version: 1.0.501.202211181614 [INFO] Added: org.eclipse.kura.example.ble.tisensortag:1.0.501.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag_1.0.501-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.0.501-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.0.501-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.0.501-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.0.501-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.0.501-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag_1.0.501-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.0.501-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.0.501-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.ble.tisensortag --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag.tinyb >--- [INFO] Building org.eclipse.kura.example.ble.tisensortag.tinyb 1.0.301-SNAPSHOT [9/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] The project's OSGi version is 1.0.301.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/target/org.eclipse.kura.example.ble.tisensortag.tinyb-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/target/org.eclipse.kura.example.ble.tisensortag.tinyb-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] Building DP - Version: 1.0.301.202211181614 [INFO] Added: org.eclipse.kura.example.ble.tisensortag.tinyb:1.0.301.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/target/org.eclipse.kura.example.ble.tisensortag.tinyb_1.0.301-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/target/org.eclipse.kura.example.ble.tisensortag.tinyb-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.tinyb/1.0.301-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.tinyb-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.tinyb/1.0.301-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.tinyb-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/target/org.eclipse.kura.example.ble.tisensortag.tinyb-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.tinyb/1.0.301-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.tinyb-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.tinyb/1.0.301-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.tinyb-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.tinyb/1.0.301-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.tinyb-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/target/org.eclipse.kura.example.ble.tisensortag.tinyb_1.0.301-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.tinyb/1.0.301-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.tinyb-1.0.301-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.ble.tisensortag.tinyb --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.example.beacon >---------- [INFO] Building org.eclipse.kura.example.beacon 1.0.501-SNAPSHOT [10/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.beacon --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.beacon --- [INFO] The project's OSGi version is 1.0.501.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.beacon --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.beacon --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.beacon --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.beacon --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.beacon --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[16] import org.eclipse.kura.bluetooth.BluetoothAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[17] import org.eclipse.kura.bluetooth.BluetoothBeaconCommandListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[18] import org.eclipse.kura.bluetooth.BluetoothService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[24] public class BeaconExample implements ConfigurableComponent, BluetoothBeaconCommandListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[49] private BluetoothService bluetoothService; ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[50] private BluetoothAdapter bluetoothAdapter; ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[66] public void setBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[70] public void unsetBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[85] this.bluetoothAdapter = this.bluetoothService.getBluetoothAdapter(this.name, this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBluetoothAdapter(String, BluetoothBeaconCommandListener) from the type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[88] logger.info("Bluetooth adapter address => {}", this.bluetoothAdapter.getAddress()); ^^^^^^^^^^^^ The method getAddress() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[89] logger.info("Bluetooth adapter le enabled => {}", this.bluetoothAdapter.isLeReady()); ^^^^^^^^^^^ The method isLeReady() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[91] if (!this.bluetoothAdapter.isEnabled()) { ^^^^^^^^^^^ The method isEnabled() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[93] this.bluetoothAdapter.enable(); ^^^^^^^^ The method enable() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[94] logger.info("Bluetooth adapter address => {}", this.bluetoothAdapter.getAddress()); ^^^^^^^^^^^^ The method getAddress() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[110] this.bluetoothAdapter.stopBeaconAdvertising(); ^^^^^^^^^^^^^^^^^^^^^^^ The method stopBeaconAdvertising() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[123] this.bluetoothAdapter.stopBeaconAdvertising(); ^^^^^^^^^^^^^^^^^^^^^^^ The method stopBeaconAdvertising() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[129] this.bluetoothAdapter = this.bluetoothService.getBluetoothAdapter(this.name, this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBluetoothAdapter(String, BluetoothBeaconCommandListener) from the type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[132] logger.info("Bluetooth adapter address => {}", this.bluetoothAdapter.getAddress()); ^^^^^^^^^^^^ The method getAddress() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[133] logger.info("Bluetooth adapter le enabled => {}", this.bluetoothAdapter.isLeReady()); ^^^^^^^^^^^ The method isLeReady() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[135] if (!this.bluetoothAdapter.isEnabled()) { ^^^^^^^^^^^ The method isEnabled() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[137] this.bluetoothAdapter.enable(); ^^^^^^^^ The method enable() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[138] logger.info("Bluetooth adapter address => {}", this.bluetoothAdapter.getAddress()); ^^^^^^^^^^^^ The method getAddress() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[214] this.bluetoothAdapter.setBeaconAdvertisingInterval(this.minInterval, this.maxInterval); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBeaconAdvertisingInterval(Integer, Integer) from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[217] this.bluetoothAdapter.startBeaconAdvertising(); ^^^^^^^^^^^^^^^^^^^^^^^^ The method startBeaconAdvertising() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[221] this.bluetoothAdapter.setBeaconAdvertisingData(this.uuid, this.major, this.minor, this.companyCode, this.txPower, this.leLimited, this.leLimited ? false : true, this.brSupported, this.brController, this.brHost); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBeaconAdvertisingData(String, Integer, Integer, String, Integer, boolean, boolean, boolean, boolean, boolean) from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[227] this.bluetoothAdapter.stopBeaconAdvertising(); ^^^^^^^^^^^^^^^^^^^^^^^ The method stopBeaconAdvertising() from the type BluetoothAdapter is deprecated 26 problems (26 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.beacon --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.beacon --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.beacon --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.beacon --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.beacon --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.beacon --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.beacon --- [INFO] Building DP - Version: 1.0.501.202211181614 [INFO] Added: org.eclipse.kura.example.beacon:1.0.501.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon_1.0.501-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.beacon --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.beacon --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon_1.0.501-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon-1.0.501-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.beacon --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.beacon --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.example.beacon.scanner >------ [INFO] Building org.eclipse.kura.example.beacon.scanner 1.0.501-SNAPSHOT [11/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.beacon.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.beacon.scanner --- [INFO] The project's OSGi version is 1.0.501.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.beacon.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.beacon.scanner --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.beacon.scanner --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.beacon.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.beacon.scanner --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[16] import org.eclipse.kura.bluetooth.BluetoothAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[17] import org.eclipse.kura.bluetooth.BluetoothBeaconData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[18] import org.eclipse.kura.bluetooth.BluetoothBeaconScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[19] import org.eclipse.kura.bluetooth.BluetoothService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[28] public class BeaconScannerExample implements ConfigurableComponent, BluetoothBeaconScanListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[46] private BluetoothService bluetoothService; ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[47] private BluetoothAdapter bluetoothAdapter; ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[53] public void setBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[57] public void unsetBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[141] this.bluetoothAdapter = this.bluetoothService.getBluetoothAdapter(this.adapterName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBluetoothAdapter(String) from the type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[143] this.bluetoothAdapter.startBeaconScan(this.companyCode, this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method startBeaconScan(String, BluetoothBeaconScanListener) from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[150] this.bluetoothAdapter.killLeScan(); ^^^^^^^^^^^^ The method killLeScan() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[168] public void onBeaconDataReceived(BluetoothBeaconData beaconData) { ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[170] logger.debug("Beacon from {} detected.", beaconData.address); ^^^^^^^ The field BluetoothBeaconData.address is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[173] Long lastPublishTime = this.publishTimes.get(beaconData.address); ^^^^^^^ The field BluetoothBeaconData.address is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[179] this.publishTimes.put(beaconData.address, now); ^^^^^^^ The field BluetoothBeaconData.address is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[188] kp.addMetric("uuid", beaconData.uuid); ^^^^ The field BluetoothBeaconData.uuid is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[189] kp.addMetric("txpower", beaconData.txpower); ^^^^^^^ The field BluetoothBeaconData.txpower is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[190] kp.addMetric("rssi", beaconData.rssi); ^^^^ The field BluetoothBeaconData.rssi is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[191] kp.addMetric("major", beaconData.major); ^^^^^ The field BluetoothBeaconData.major is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[192] kp.addMetric("minor", beaconData.minor); ^^^^^ The field BluetoothBeaconData.minor is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[193] kp.addMetric("distance", calculateDistance(beaconData.rssi, beaconData.txpower)); ^^^^ The field BluetoothBeaconData.rssi is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[193] kp.addMetric("distance", calculateDistance(beaconData.rssi, beaconData.txpower)); ^^^^^^^ The field BluetoothBeaconData.txpower is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[196] properties.put("address", beaconData.address); ^^^^^^^ The field BluetoothBeaconData.address is deprecated 24 problems (24 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.beacon.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.beacon.scanner --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.beacon.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.beacon.scanner --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.beacon.scanner --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.beacon.scanner --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.beacon.scanner --- [INFO] Building DP - Version: 1.0.501.202211181614 [INFO] Added: org.eclipse.kura.example.beacon.scanner:1.0.501.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner_1.0.501-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.beacon.scanner --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.beacon.scanner --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner_1.0.501-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.0.501-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.0.501-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.beacon.scanner --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.beacon.scanner --- [INFO] [INFO] ----< org.eclipse.kura:org.eclipse.kura.example.ibeacon.advertiser >---- [INFO] Building org.eclipse.kura.example.ibeacon.advertiser 1.0.301-SNAPSHOT [12/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] The project's OSGi version is 1.0.301.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.ibeacon.advertiser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.ibeacon.advertiser --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] Building DP - Version: 1.0.301.202211181614 [INFO] Added: org.eclipse.kura.example.ibeacon.advertiser:1.0.301.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser_1.0.301-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser_1.0.301-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.0.301-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.ibeacon.advertiser --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.example.ibeacon.scanner >------ [INFO] Building org.eclipse.kura.example.ibeacon.scanner 1.0.301-SNAPSHOT [13/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] The project's OSGi version is 1.0.301.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.ibeacon.scanner --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.ibeacon.scanner --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] Building DP - Version: 1.0.301.202211181614 [INFO] Added: org.eclipse.kura.example.ibeacon.scanner:1.0.301.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner_1.0.301-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner_1.0.301-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.0.301-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.ibeacon.scanner --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.example.eddystone.advertiser >--- [INFO] Building org.eclipse.kura.example.eddystone.advertiser 1.0.301-SNAPSHOT [14/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] The project's OSGi version is 1.0.301.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.eddystone.advertiser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.eddystone.advertiser --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] Building DP - Version: 1.0.301.202211181614 [INFO] Added: org.eclipse.kura.example.eddystone.advertiser:1.0.301.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser_1.0.301-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser_1.0.301-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.0.301-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.eddystone.advertiser --- [INFO] [INFO] ----< org.eclipse.kura:org.eclipse.kura.example.eddystone.scanner >----- [INFO] Building org.eclipse.kura.example.eddystone.scanner 1.0.301-SNAPSHOT [15/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] The project's OSGi version is 1.0.301.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.eddystone.scanner --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.eddystone.scanner --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.0.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.0.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] Building DP - Version: 1.0.301.202211181614 [INFO] Added: org.eclipse.kura.example.eddystone.scanner:1.0.301.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner_1.0.301-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.0.301-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.0.301-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.0.301-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.0.301-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.0.301-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.0.301-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.0.301-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner_1.0.301-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.0.301-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.0.301-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.eddystone.scanner --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.example.camel.quickstart >----- [INFO] Building org.eclipse.kura.example.camel.quickstart 1.1.401-SNAPSHOT [16/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.camel.quickstart --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.camel.quickstart --- [INFO] The project's OSGi version is 1.1.401.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.camel.quickstart --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.camel.quickstart --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.camel.quickstart --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.camel.quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.camel.quickstart --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterJava.java:[28] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterJava.java:[120] new ServiceConsumer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterJava.java:[123] public void consume(final CamelContext context, final CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterJava.java:[144] CloudService.class.getName(), filterPid); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterXml.java:[18] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterXml.java:[30] private CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterXml.java:[36] public void setCloudService(final CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated 7 problems (7 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.camel.quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.camel.quickstart --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.1.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.camel.quickstart --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.camel.quickstart --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.1.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.camel.quickstart --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.camel.quickstart --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.camel.quickstart --- [INFO] Building DP - Version: 1.1.401.202211181614 [INFO] Added: org.eclipse.kura.example.camel.quickstart:1.1.401.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart_1.1.401-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.camel.quickstart --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.camel.quickstart --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.1.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.1.401-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.1.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.1.401-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.1.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.1.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.1.401-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.1.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.1.401-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.1.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.1.401-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.1.401-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart_1.1.401-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.1.401-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.1.401-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.camel.quickstart --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.camel.quickstart --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.example.camel.publisher >------ [INFO] Building org.eclipse.kura.example.camel.publisher 1.0.401-SNAPSHOT [17/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.camel.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.camel.publisher --- [INFO] The project's OSGi version is 1.0.401.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.camel.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.camel.publisher --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.camel.publisher --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.camel.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.camel.publisher --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/src/org/eclipse/kura/example/camel/publisher/AbstractSimplePublisher.java:[22] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/src/org/eclipse/kura/example/camel/publisher/AbstractSimplePublisher.java:[144] new ServiceConsumer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/src/org/eclipse/kura/example/camel/publisher/AbstractSimplePublisher.java:[147] public void consume(final CamelContext context, final CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/src/org/eclipse/kura/example/camel/publisher/AbstractSimplePublisher.java:[168] CloudService.class.getName(), filterPid); ^^^^^^^^^^^^ The type CloudService is deprecated 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.camel.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.camel.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.0.401-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.camel.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.camel.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.camel.publisher --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.camel.publisher --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.camel.publisher --- [INFO] Building DP - Version: 1.0.401.202211181614 [INFO] Added: org.eclipse.kura.example.camel.publisher:1.0.401.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher_1.0.401-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.camel.publisher --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.camel.publisher --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.0.401-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.0.401-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher_1.0.401-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.0.401-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.0.401-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.camel.publisher --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.camel.publisher --- [INFO] [INFO] ----< org.eclipse.kura:org.eclipse.kura.example.camel.aggregation >----- [INFO] Building org.eclipse.kura.example.camel.aggregation 1.1.501-SNAPSHOT [18/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.camel.aggregation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.camel.aggregation --- [INFO] The project's OSGi version is 1.1.501.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.camel.aggregation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.camel.aggregation --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.camel.aggregation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.camel.aggregation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.camel.aggregation --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.camel.aggregation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.camel.aggregation --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.1.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.camel.aggregation --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.camel.aggregation --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.1.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.camel.aggregation --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.camel.aggregation --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.camel.aggregation --- [INFO] Building DP - Version: 1.1.501.202211181614 [INFO] Added: org.eclipse.kura.example.camel.aggregation:1.1.501.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation_1.1.501-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.camel.aggregation --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.camel.aggregation --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.1.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.1.501-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.1.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.1.501-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.1.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.1.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.1.501-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.1.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.1.501-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.1.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.1.501-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.1.501-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation_1.1.501-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.1.501-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.1.501-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.camel.aggregation --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.camel.aggregation --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat >------- [INFO] Building org.eclipse.kura.raspberrypi.sensehat 1.0.501-SNAPSHOT [19/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] The project's OSGi version is 1.0.501.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.raspberrypi.sensehat --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.raspberrypi.sensehat --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] Building DP - Version: 1.0.501.202211181614 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat:1.0.501.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat_1.0.501-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat_1.0.501-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.0.501-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.raspberrypi.sensehat --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat.example >--- [INFO] Building org.eclipse.kura.raspberrypi.sensehat.example 1.0.501-SNAPSHOT [20/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] The project's OSGi version is 1.0.501.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.raspberrypi.sensehat.example --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/src/main/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.raspberrypi.sensehat.example --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.0.501-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.0.501-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] Building DP - Version: 1.0.501.202211181614 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat.example:1.0.501.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example_1.0.501-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.0.501-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.0.501-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.0.501-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.0.501-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.0.501-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.0.501-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.0.501-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example_1.0.501-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.0.501-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.0.501-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.raspberrypi.sensehat.example --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.example.wire.math.multiport.provider >-- [INFO] Building org.eclipse.kura.example.wire.math.multiport.provider 1.0.201-SNAPSHOT [21/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] The project's OSGi version is 1.0.201.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.wire.math.multiport.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/src/main/java/org/eclipse/kura/example/wire/math/multiport/AbstractDualportMathComponent.java:[54] (ServiceReference) context.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.0.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] Building DP - Version: 1.0.201.202211181614 [INFO] Added: org.eclipse.kura.example.wire.math.multiport.provider:1.0.201.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider_1.0.201-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.0.201-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.0.201-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.0.201-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider_1.0.201-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.0.201-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.wire.math.multiport.provider --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.example.wire.math.singleport.provider >-- [INFO] Building org.eclipse.kura.example.wire.math.singleport.provider 1.0.201-SNAPSHOT [22/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] The project's OSGi version is 1.0.201.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.wire.math.singleport.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/src/main/java/org/eclipse/kura/example/wire/math/singleport/gainoffset/GainOffsetComponent.java:[53] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/src/main/java/org/eclipse/kura/example/wire/math/singleport/AbstractSingleportMathComponent.java:[53] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.0.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] Building DP - Version: 1.0.201.202211181614 [INFO] Added: org.eclipse.kura.example.wire.math.singleport.provider:1.0.201.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider_1.0.201-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.0.201-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.0.201-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.0.201-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider_1.0.201-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.0.201-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.0.201-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.wire.math.singleport.provider --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.example.driver.sensehat >------ [INFO] Building org.eclipse.kura.example.driver.sensehat 1.0.201-SNAPSHOT [23/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.driver.sensehat --- [INFO] The project's OSGi version is 1.0.201.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.driver.sensehat --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Building DP - Version: 1.0.201.202211181614 [INFO] Added: org.eclipse.kura.example.driver.sensehat:1.0.201.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat_1.0.201-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat_1.0.201-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.wire.devel.component.provider >--- [INFO] Building org.eclipse.kura.wire.devel.component.provider 1.0.101-SNAPSHOT [24/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] The project's OSGi version is 1.0.101.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.devel.component.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.devel.component.provider --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.0.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.0.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] Building DP - Version: 1.0.101.202211181614 [INFO] Added: org.eclipse.kura.wire.devel.component.provider:1.0.101.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider_1.0.101-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.0.101-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.0.101-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.0.101-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.0.101-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.0.101-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.0.101-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.0.101-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.0.101-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.0.101-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.0.101-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.0.101-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.0.101-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider_1.0.101-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.0.101-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.0.101-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.wire.devel.component.provider --- [INFO] [INFO] -------------< org.eclipse.kura.examples.feature:features >------------- [INFO] Building features 4.1.4 [25/31] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ features --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ features --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ features --- [INFO] Building DP - Version: 4.1.4 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/target/features_4.1.4.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ features --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ features --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/features/4.1.4/features-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/target/features_4.1.4.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/features/4.1.4/features-4.1.4.dp [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ features --- [INFO] [INFO] --< org.eclipse.kura.examples.feature:org.eclipse.kura.raspberrypi.sensehat.example.bundle >-- [INFO] Building org.eclipse.kura.raspberrypi.sensehat.example.bundle 1.0.401-SNAPSHOT [26/31] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] The project's OSGi version is 1.0.401.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/target/org.eclipse.kura.raspberrypi.sensehat.example.bundle-1.0.401-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] Building DP - Version: 1.0.401.202211181614 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat:1.0.501.202211181614 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat.example:1.0.501.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/target/org.eclipse.kura.raspberrypi.sensehat.example.bundle_1.0.401-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/target/org.eclipse.kura.raspberrypi.sensehat.example.bundle-1.0.401-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/org.eclipse.kura.raspberrypi.sensehat.example.bundle/1.0.401-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example.bundle-1.0.401-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/org.eclipse.kura.raspberrypi.sensehat.example.bundle/1.0.401-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example.bundle-1.0.401-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/org.eclipse.kura.raspberrypi.sensehat.example.bundle/1.0.401-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example.bundle-1.0.401-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/org.eclipse.kura.raspberrypi.sensehat.example.bundle/1.0.401-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example.bundle-1.0.401-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/target/org.eclipse.kura.raspberrypi.sensehat.example.bundle_1.0.401-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/org.eclipse.kura.raspberrypi.sensehat.example.bundle/1.0.401-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example.bundle-1.0.401-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.raspberrypi.sensehat.example.bundle --- [INFO] [INFO] --< org.eclipse.kura.examples.feature:org.eclipse.kura.example.driver.sensehat >-- [INFO] Building org.eclipse.kura.example.driver.sensehat 1.0.201-SNAPSHOT [27/31] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.example.driver.sensehat --- [INFO] The project's OSGi version is 1.0.201.202211181614 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Building DP - Version: 1.0.201.202211181614 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat:1.0.501.202211181614 [INFO] Added: org.eclipse.kura.example.driver.sensehat:1.0.201.202211181614 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat_1.0.201-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.driver.sensehat --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat_1.0.201-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/examples/feature/org.eclipse.kura.example.driver.sensehat/1.0.201-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.0.201-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.driver.sensehat --- [INFO] [INFO] -------------------< org.eclipse.kura.example:test >-------------------- [INFO] Building test 4.1.4 [28/31] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ test --- [INFO] Building DP - Version: 4.1.4 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/target/test_4.1.4.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/test/4.1.4/test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/target/test_4.1.4.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/test/4.1.4/test-4.1.4.dp [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ test --- [INFO] Skipping artifact deployment [INFO] [INFO] -----< org.eclipse.kura.example:org.eclipse.kura.example.testutil >----- [INFO] Building org.eclipse.kura.example.testutil 4.1.4 [29/31] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.testutil --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.testutil --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.testutil --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.testutil --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.testutil --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.testutil --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.testutil --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/src/main/java/org/eclipse/kura/example/testutil/TestUtil.java:[27] Class clazz = svc.getClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/src/main/java/org/eclipse/kura/example/testutil/TestUtil.java:[70] private static Method getMethod(Object svc, String methodName, Class... paramTypes) throws NoSuchMethodException { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/src/main/java/org/eclipse/kura/example/testutil/TestUtil.java:[86] private static boolean checkParameterTypes(Method m, Class... paramTypes) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized 3 problems (3 warnings) [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/src/main/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.testutil --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.example.testutil --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.example.testutil --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.example.testutil --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.testutil --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.testutil --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.testutil --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.testutil --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.testutil --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.testutil --- [INFO] Building DP - Version: 4.1.4 [INFO] Added: org.eclipse.kura.example.testutil:4.1.4 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil_4.1.4.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.testutil --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.testutil --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/4.1.4/org.eclipse.kura.example.testutil-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/4.1.4/org.eclipse.kura.example.testutil-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/4.1.4/org.eclipse.kura.example.testutil-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/4.1.4/org.eclipse.kura.example.testutil-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/4.1.4/org.eclipse.kura.example.testutil-4.1.4-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil_4.1.4.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/4.1.4/org.eclipse.kura.example.testutil-4.1.4.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.testutil --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.testutil --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.test >-- [INFO] Building org.eclipse.kura.example.ble.tisensortag.test 4.1.4 [30/31] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Building DP - Version: 4.1.4 [INFO] Added: org.eclipse.kura.example.ble.tisensortag.test:4.1.4 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test_4.1.4.dp [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.test-4.1.4-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test_4.1.4.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.test-4.1.4.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.tinyb.test >-- [INFO] Building org.eclipse.kura.example.ble.tisensortag.tinyb.test 4.1.4 [31/31] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] The project's OSGi version is 4.1.4 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Not compiling test sources [INFO] [INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (default) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/target/org.eclipse.kura.example.ble.tisensortag.tinyb.test-4.1.4-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/target/org.eclipse.kura.example.ble.tisensortag.tinyb.test-4.1.4.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Building DP - Version: 4.1.4 [INFO] Added: org.eclipse.kura.example.ble.tisensortag.tinyb.test:4.1.4 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/target/org.eclipse.kura.example.ble.tisensortag.tinyb.test_4.1.4.dp [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Skipping tests [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/target/org.eclipse.kura.example.ble.tisensortag.tinyb.test-4.1.4.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.tinyb.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.tinyb.test-4.1.4.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.tinyb.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.tinyb.test-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/target/org.eclipse.kura.example.ble.tisensortag.tinyb.test-4.1.4-sources.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.tinyb.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.tinyb.test-4.1.4-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.tinyb.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.tinyb.test-4.1.4-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.tinyb.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.tinyb.test-4.1.4-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.tinyb.test/target/org.eclipse.kura.example.ble.tisensortag.tinyb.test_4.1.4.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.tinyb.test/4.1.4/org.eclipse.kura.example.ble.tisensortag.tinyb.test-4.1.4.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ org.eclipse.kura.example.ble.tisensortag.tinyb.test --- [INFO] Skipping artifact deployment [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] examples 4.1.4 ..................................... SUCCESS [ 1.644 s] [INFO] org.eclipse.kura.demo.heater 1.0.501-SNAPSHOT ...... SUCCESS [ 4.645 s] [INFO] org.eclipse.kura.demo.modbus 2.0.401-SNAPSHOT ...... SUCCESS [ 2.095 s] [INFO] org.eclipse.kura.example.project 1.0.401-SNAPSHOT .. SUCCESS [ 1.860 s] [INFO] org.eclipse.kura.example.publisher 1.0.501-SNAPSHOT SUCCESS [ 2.130 s] [INFO] org.eclipse.kura.example.serial.publisher 1.0.401-SNAPSHOT SUCCESS [ 1.374 s] [INFO] org.eclipse.kura.example.gpio 1.0.401-SNAPSHOT ..... SUCCESS [ 1.580 s] [INFO] org.eclipse.kura.example.ble.tisensortag 1.0.501-SNAPSHOT SUCCESS [ 1.790 s] [INFO] org.eclipse.kura.example.ble.tisensortag.tinyb 1.0.301-SNAPSHOT SUCCESS [ 1.703 s] [INFO] org.eclipse.kura.example.beacon 1.0.501-SNAPSHOT ... SUCCESS [ 1.780 s] [INFO] org.eclipse.kura.example.beacon.scanner 1.0.501-SNAPSHOT SUCCESS [ 1.334 s] [INFO] org.eclipse.kura.example.ibeacon.advertiser 1.0.301-SNAPSHOT SUCCESS [ 1.567 s] [INFO] org.eclipse.kura.example.ibeacon.scanner 1.0.301-SNAPSHOT SUCCESS [ 1.411 s] [INFO] org.eclipse.kura.example.eddystone.advertiser 1.0.301-SNAPSHOT SUCCESS [ 1.562 s] [INFO] org.eclipse.kura.example.eddystone.scanner 1.0.301-SNAPSHOT SUCCESS [ 1.450 s] [INFO] org.eclipse.kura.example.camel.quickstart 1.1.401-SNAPSHOT SUCCESS [ 1.572 s] [INFO] org.eclipse.kura.example.camel.publisher 1.0.401-SNAPSHOT SUCCESS [ 1.576 s] [INFO] org.eclipse.kura.example.camel.aggregation 1.1.501-SNAPSHOT SUCCESS [ 1.703 s] [INFO] org.eclipse.kura.raspberrypi.sensehat 1.0.501-SNAPSHOT SUCCESS [ 1.902 s] [INFO] org.eclipse.kura.raspberrypi.sensehat.example 1.0.501-SNAPSHOT SUCCESS [ 1.897 s] [INFO] org.eclipse.kura.example.wire.math.multiport.provider 1.0.201-SNAPSHOT SUCCESS [ 1.411 s] [INFO] org.eclipse.kura.example.wire.math.singleport.provider 1.0.201-SNAPSHOT SUCCESS [ 1.433 s] [INFO] org.eclipse.kura.example.driver.sensehat 1.0.201-SNAPSHOT SUCCESS [ 2.099 s] [INFO] org.eclipse.kura.wire.devel.component.provider 1.0.101-SNAPSHOT SUCCESS [ 1.395 s] [INFO] features 4.1.4 ..................................... SUCCESS [ 0.360 s] [INFO] org.eclipse.kura.raspberrypi.sensehat.example.bundle 1.0.401-SNAPSHOT SUCCESS [ 1.161 s] [INFO] org.eclipse.kura.example.driver.sensehat 1.0.201-SNAPSHOT SUCCESS [ 1.039 s] [INFO] test 4.1.4 ......................................... SUCCESS [ 0.382 s] [INFO] org.eclipse.kura.example.testutil 4.1.4 ............ SUCCESS [ 0.138 s] [INFO] org.eclipse.kura.example.ble.tisensortag.test 4.1.4 SUCCESS [ 0.338 s] [INFO] org.eclipse.kura.example.ble.tisensortag.tinyb.test 4.1.4 SUCCESS [ 0.221 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 54.990 s [INFO] Finished at: 2022-11-18T16:15:09Z [INFO] ------------------------------------------------------------------------ [kura-5-0-0-release] $ /opt/tools/apache-maven/latest/bin/mvn -f kura/distrib/pom.xml "-DMAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m" -DRELEASE_VERSION=4.1.4 -Dmaven.test.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository clean install -U -e Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] [INFO] ----------------------< org.eclipse.kura:distrib >---------------------- [INFO] Building distrib 4.1.4 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ distrib --- [INFO] [INFO] --- build-helper-maven-plugin:1.9:regex-property (set-deployment-package-version) @ distrib --- [INFO] No match to regex '-SNAPSHOT' found in '4.1.4'. The initial value '4.1.4' is left as-is... [INFO] [INFO] --- buildnumber-maven-plugin:1.0:create-timestamp (default) @ distrib --- [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-1:read-project-properties (default) @ distrib --- [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (get-kura-bundles) @ distrib --- [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.api:2.1.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.broker.artemis.core:1.1.100:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.broker.artemis.simple.mqtt:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.broker.artemis.xml:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.camel:1.3.100:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.camel.cloud.factory:1.1.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.camel.xml:1.1.100:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core:1.0.503:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.certificates:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.cloud:1.1.402:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.comm:1.0.501:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.configuration:2.0.200:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.crypto:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.deployment:1.1.501:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.net:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.deployment.agent:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.gpio:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.clock:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.net:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.position:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.usb:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.watchdog:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.clock:1.0.501:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.command:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.net:1.0.502:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.sysv.provider:1.0.101:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.systemd.provider:1.0.101:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.debian.provider:1.0.100:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.redhat.provider:1.0.100:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.position:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb.armv6hf:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb.x86_64:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb.aarch64:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.bluetooth:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ble.provider:1.0.301:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ble.ibeacon.provider:1.0.301:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ble.eddystone.provider:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.watchdog:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.status:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.net.admin:1.0.502:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.protocol.modbus:2.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.asset.provider:2.0.201:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.asset.cloudlet.provider:1.0.401:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.asset.helper.provider:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.helper.provider:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.localization:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.localization.resources:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.util:1.1.100:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider:1.0.301:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.camel:1.0.100:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.component.provider:1.0.401:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.helper.provider:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.provider:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.opcua.provider:1.0.400:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.s7plc.provider:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.ble.sensortag.provider:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.eddystone.provider:1.0.100:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.ibeacon.provider:1.0.100:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.gpio.provider:1.0.200:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.gpio:1.0.500:jar [INFO] Configured Artifact: org.eclipse.kura:org.moka7:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.rest.provider:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.rest.asset.provider:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.hook.file.move.provider:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.misc.cloudcat:1.0.300:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider:1.0.200:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider:1.0.200:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.component.conditional.provider:1.0.200:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.component.join.provider:1.0.200:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider:1.0.101:jar [INFO] Copying org.eclipse.kura.api-2.1.0.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.api.jar [INFO] Copying org.eclipse.kura.broker.artemis.core-1.1.100.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.broker.artemis.core.jar [INFO] Copying org.eclipse.kura.broker.artemis.simple.mqtt-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.broker.artemis.simple.mqtt.jar [INFO] Copying org.eclipse.kura.broker.artemis.xml-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.broker.artemis.xml.jar [INFO] Copying org.eclipse.kura.camel-1.3.100.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.camel.jar [INFO] Copying org.eclipse.kura.camel.cloud.factory-1.1.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.camel.cloud.factory.jar [INFO] Copying org.eclipse.kura.camel.xml-1.1.100.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.camel.xml.jar [INFO] Copying org.eclipse.kura.core-1.0.503.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.core.jar [INFO] Copying org.eclipse.kura.core.certificates-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.core.certificates.jar [INFO] Copying org.eclipse.kura.core.cloud-1.1.402.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.core.cloud.jar [INFO] Copying org.eclipse.kura.core.comm-1.0.501.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.core.comm.jar [INFO] Copying org.eclipse.kura.core.configuration-2.0.200.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.core.configuration.jar [INFO] Copying org.eclipse.kura.core.crypto-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.core.crypto.jar [INFO] Copying org.eclipse.kura.core.deployment-1.1.501.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.core.deployment.jar [INFO] Copying org.eclipse.kura.core.net-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.core.net.jar [INFO] Copying org.eclipse.kura.deployment.agent-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.deployment.agent.jar [INFO] Copying org.eclipse.kura.emulator-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.emulator.jar [INFO] Copying org.eclipse.kura.emulator.gpio-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.emulator.gpio.jar [INFO] Copying org.eclipse.kura.emulator.clock-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.emulator.clock.jar [INFO] Copying org.eclipse.kura.emulator.net-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.emulator.net.jar [INFO] Copying org.eclipse.kura.emulator.position-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.emulator.position.jar [INFO] Copying org.eclipse.kura.emulator.usb-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.emulator.usb.jar [INFO] Copying org.eclipse.kura.emulator.watchdog-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.emulator.watchdog.jar [INFO] Copying org.eclipse.kura.linux.clock-1.0.501.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.clock.jar [INFO] Copying org.eclipse.kura.linux.command-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.command.jar [INFO] Copying org.eclipse.kura.linux.net-1.0.502.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.net.jar [INFO] Copying org.eclipse.kura.linux.sysv.provider-1.0.101.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.sysv.provider.jar [INFO] Copying org.eclipse.kura.linux.systemd.provider-1.0.101.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.systemd.provider.jar [INFO] Copying org.eclipse.kura.linux.debian.provider-1.0.100.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.debian.provider.jar [INFO] Copying org.eclipse.kura.linux.redhat.provider-1.0.100.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.redhat.provider.jar [INFO] Copying org.eclipse.kura.linux.position-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.position.jar [INFO] Copying org.eclipse.kura.linux.usb-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.jar [INFO] Copying org.eclipse.kura.linux.usb.armv6hf-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.armv6hf.jar [INFO] Copying org.eclipse.kura.linux.usb.x86_64-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.x86_64.jar [INFO] Copying org.eclipse.kura.linux.usb.aarch64-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.aarch64.jar [INFO] Copying org.eclipse.kura.linux.bluetooth-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.bluetooth.jar [INFO] Copying org.eclipse.kura.ble.provider-1.0.301.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.ble.provider.jar [INFO] Copying org.eclipse.kura.ble.ibeacon.provider-1.0.301.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.ble.ibeacon.provider.jar [INFO] Copying org.eclipse.kura.ble.eddystone.provider-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.ble.eddystone.provider.jar [INFO] Copying org.eclipse.kura.linux.watchdog-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.watchdog.jar [INFO] Copying org.eclipse.kura.core.status-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.core.status.jar [INFO] Copying org.eclipse.kura.net.admin-1.0.502.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.net.admin.jar [INFO] Copying org.eclipse.kura.protocol.modbus-2.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.protocol.modbus.jar [INFO] Copying org.eclipse.kura.asset.provider-2.0.201.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.asset.provider.jar [INFO] Copying org.eclipse.kura.asset.cloudlet.provider-1.0.401.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.asset.cloudlet.provider.jar [INFO] Copying org.eclipse.kura.asset.helper.provider-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.asset.helper.provider.jar [INFO] Copying org.eclipse.kura.driver.helper.provider-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.driver.helper.provider.jar [INFO] Copying org.eclipse.kura.localization-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.localization.jar [INFO] Copying org.eclipse.kura.localization.resources-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.localization.resources.jar [INFO] Copying org.eclipse.kura.util-1.1.100.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.util.jar [INFO] Copying org.eclipse.kura.wire.h2db.component.provider-1.0.301.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.wire.h2db.component.provider.jar [INFO] Copying org.eclipse.kura.wire.camel-1.0.100.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.wire.camel.jar [INFO] Copying org.eclipse.kura.wire.component.provider-1.0.401.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.wire.component.provider.jar [INFO] Copying org.eclipse.kura.wire.helper.provider-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.wire.helper.provider.jar [INFO] Copying org.eclipse.kura.wire.provider-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.wire.provider.jar [INFO] Copying org.eclipse.kura.driver.opcua.provider-1.0.400.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.driver.opcua.provider.jar [INFO] Copying org.eclipse.kura.driver.s7plc.provider-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.driver.s7plc.provider.jar [INFO] Copying org.eclipse.kura.driver.ble.sensortag.provider-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.driver.ble.sensortag.provider.jar [INFO] Copying org.eclipse.kura.driver.eddystone.provider-1.0.100.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.driver.eddystone.provider.jar [INFO] Copying org.eclipse.kura.driver.ibeacon.provider-1.0.100.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.driver.ibeacon.provider.jar [INFO] Copying org.eclipse.kura.wire.script.filter.provider-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.wire.script.filter.provider.jar [INFO] Copying org.eclipse.kura.driver.gpio.provider-1.0.200.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.driver.gpio.provider.jar [INFO] Copying org.eclipse.kura.linux.gpio-1.0.500.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.linux.gpio.jar [INFO] Copying org.moka7-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.moka7.jar [INFO] Copying org.eclipse.kura.rest.provider-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.rest.provider.jar [INFO] Copying org.eclipse.kura.rest.asset.provider-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.rest.asset.provider.jar [INFO] Copying org.eclipse.kura.hook.file.move.provider-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.hook.file.move.provider.jar [INFO] Copying org.eclipse.kura.misc.cloudcat-1.0.300.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.misc.cloudcat.jar [INFO] Copying org.eclipse.kura.json.marshaller.unmarshaller.provider-1.0.200.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider.jar [INFO] Copying org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.0.200.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider.jar [INFO] Copying org.eclipse.kura.wire.component.conditional.provider-1.0.200.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.wire.component.conditional.provider.jar [INFO] Copying org.eclipse.kura.wire.component.join.provider-1.0.200.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.wire.component.join.provider.jar [INFO] Copying org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.0.101.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (get-web2-bundle) @ distrib --- [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.web2:2.0.502:jar [INFO] Copying org.eclipse.kura.web2-2.0.502.jar to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.web2.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (get-can-bundle) @ distrib --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-antrun-plugin:1.7:run (setup) @ distrib --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins/org.eclipse.kura.protocol.can.jar to copy. [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/plugins [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (raspberry-pi-2-3-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_4.1.4_raspberry-pi-2... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2 [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2 osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini emulator-gpio-config: emulator-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux-sysv-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux-debian-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux-redhat-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/src/main/resources/raspberry-pi-2/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2 [zip] Building zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip gpio-jar: emulator-gpio-jar: emulator-jars: linux-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip linux-sysv-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip linux-jars: linux-debian-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: tinyb-jars: tinyb-snapshot-jars: tinyb-no-snapshot-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2.zip [echo] Building Kura Distribution for raspberry-pi-2-jars... [echo] Creating Installer for raspberry-pi-2 /opt/eclipse [exec] kura_4.1.4_raspberry-pi-2.zip [echo] Gathering version information for the bundles/files in raspberry-pi-2 [exec] Archive: kura_4.1.4_raspberry-pi-2.zip [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/ [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/tinyb.armv6hf_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/tinyb_1.0.300.jar [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2/bin/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2/framework/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2/user/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2/user/security/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2/user/snapshots/ [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/bin/start_kura.sh [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/epl-v10.html [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/framework/config.ini [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/framework/kura.properties [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/dhcpd-eth0.conf [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/dhcpd-wlan0.conf [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/firewall.init [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/hostapd.conf [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/ifdown-local [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/ifup-local [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/ifup-local.debian [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/iptables.init [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/kura.init.yocto [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/kura.logrotate [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/kura.service [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/kura_install.sh [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/kuranet.conf [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/logrotate.conf [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/named.ca [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/named.conf [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/network.interfaces [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/recover_default_config.init [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/install/usr.sbin.named [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/notice.html [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.codeminders.hidapi_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.google.protobuf_3.8.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.gwt.user_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/com.h2database_1.4.199.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.buffer_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.codec_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.handler_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.resolver_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/io.netty.transport_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/jdk.dio.aarch64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/jdk.dio.x86_64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/jdk.dio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/minimal-json_0.9.4.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.io_2.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.logging.log4j.api_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.logging.log4j.core_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.logging.log4j.slf4j-impl_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.jetty.continuation_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.jetty.http_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.jetty.io_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.jetty.security_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.jetty.server_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.jetty.servlet_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.jetty.util.ajax_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.jetty.util_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.api_2.1.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.0.101.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.cloud_1.1.402.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core_1.0.503.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.jetty.customizer_1.0.102.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.debian.provider_1.0.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.net_1.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.sysv.provider_1.0.101.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.usb.armv6hf_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.net.admin_1.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.util_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/org.usb4java_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/plugins/usb4java-javax_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/user/kura_custom.properties [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/user/log4j.xml [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2/user/snapshots/snapshot_0.xml [echo] Diff version information with raspberry-pi-2 version 4.1.2 [echo] Creating Upgrader for raspberry-pi-2 [exec] zip warning: name not matched: */kura/kura_custom.properties [exec] zip warning: name not matched: */kura/dpa.properties [exec] zip warning: name not matched: */data/kuranet.conf [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/tinyb.armv6hf_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/tinyb_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/bin/start_kura.sh [exec] deleting: kura_4.1.4_raspberry-pi-2/bin/start_kura_background.sh [exec] deleting: kura_4.1.4_raspberry-pi-2/bin/start_kura_debug.sh [exec] deleting: kura_4.1.4_raspberry-pi-2/epl-v10.html [exec] deleting: kura_4.1.4_raspberry-pi-2/framework/jdk.dio.policy [exec] deleting: kura_4.1.4_raspberry-pi-2/framework/jdk.dio.properties [exec] deleting: kura_4.1.4_raspberry-pi-2/install/dhcpd-eth0.conf [exec] deleting: kura_4.1.4_raspberry-pi-2/install/dhcpd-wlan0.conf [exec] deleting: kura_4.1.4_raspberry-pi-2/install/firewall.init [exec] deleting: kura_4.1.4_raspberry-pi-2/install/hostapd.conf [exec] deleting: kura_4.1.4_raspberry-pi-2/install/ifdown-local [exec] deleting: kura_4.1.4_raspberry-pi-2/install/ifup-local [exec] deleting: kura_4.1.4_raspberry-pi-2/install/ifup-local.debian [exec] deleting: kura_4.1.4_raspberry-pi-2/install/ifup-local.raspbian [exec] deleting: kura_4.1.4_raspberry-pi-2/install/iptables.init [exec] deleting: kura_4.1.4_raspberry-pi-2/install/kura.init.raspbian [exec] deleting: kura_4.1.4_raspberry-pi-2/install/kura.init.yocto [exec] deleting: kura_4.1.4_raspberry-pi-2/install/kura.logrotate [exec] deleting: kura_4.1.4_raspberry-pi-2/install/kura.service [exec] deleting: kura_4.1.4_raspberry-pi-2/install/kura_install.sh [exec] deleting: kura_4.1.4_raspberry-pi-2/install/kuranet.conf [exec] deleting: kura_4.1.4_raspberry-pi-2/install/logrotate.conf [exec] deleting: kura_4.1.4_raspberry-pi-2/install/monit.init.raspbian [exec] deleting: kura_4.1.4_raspberry-pi-2/install/monitrc.raspbian [exec] deleting: kura_4.1.4_raspberry-pi-2/install/named.ca [exec] deleting: kura_4.1.4_raspberry-pi-2/install/named.conf [exec] deleting: kura_4.1.4_raspberry-pi-2/install/named.rfc1912.zones [exec] deleting: kura_4.1.4_raspberry-pi-2/install/network.interfaces [exec] deleting: kura_4.1.4_raspberry-pi-2/install/patch_sysctl.sh [exec] deleting: kura_4.1.4_raspberry-pi-2/install/recover_default_config.init [exec] deleting: kura_4.1.4_raspberry-pi-2/install/sysctl.kura.conf [exec] deleting: kura_4.1.4_raspberry-pi-2/install/usr.sbin.named [exec] deleting: kura_4.1.4_raspberry-pi-2/notice.html [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.codeminders.hidapi_1.1.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.google.guava_25.0.0.jre.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.gwt.user_1.1.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/com.h2database_1.4.199.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.buffer_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.codec_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.handler_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.resolver_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/io.netty.transport_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/javax.el_2.2.0.v201303151357.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/jdk.dio.aarch64_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/jdk.dio.x86_64_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/jdk.dio_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/minimal-json_0.9.4.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.collections_3.2.2.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.csv_1.4.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.exec_1.3.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.io_2.4.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.lang3_3.4.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.api_2.1.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.debian.provider_1.0.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.net_1.0.502.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.sysv.provider_1.0.101.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.usb.armv6hf_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.net.admin_1.0.502.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.util_1.1.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/org.usb4java_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/plugins/usb4java-javax_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2/user/kura_custom.properties [exec] deleting: kura_4.1.4_raspberry-pi-2/user/log4j.xml [exec] deleting: kura_4.1.4_raspberry-pi-2/user/security/cacerts.ks [exec] deleting: kura_4.1.4_raspberry-pi-2/user/snapshots/snapshot_0.xml [exec] kura_4.1.4_raspberry-pi-2_upgrade.zip [exec] upgrade_kura_4.1.2_to_4.1.4_raspberry-pi-2.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (raspberry-pi-2-3-nn-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_4.1.4_raspberry-pi-2-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini emulator-gpio-config: emulator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini linux-config: linux-sysv-config: linux-config: linux-debian-config: linux-config: linux-redhat-config: linux-config: linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/src/main/resources/raspberry-pi-2-nn/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip gpio-jar: emulator-gpio-jar: emulator-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip linux-jars: linux-sysv-jars: linux-jars: linux-debian-jars: linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: tinyb-jars: tinyb-snapshot-jars: tinyb-no-snapshot-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-nn.zip [echo] Building Kura Distribution for raspberry-pi-2-nn-jars... [echo] Creating Installer for raspberry-pi-2-nn /opt/eclipse [exec] kura_4.1.4_raspberry-pi-2-nn.zip [echo] Gathering version information for the bundles/files in raspberry-pi-2-nn [exec] Archive: kura_4.1.4_raspberry-pi-2-nn.zip [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/ [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/tinyb.armv6hf_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/tinyb_1.0.300.jar [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/bin/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/framework/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/user/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/user/security/ [exec] creating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/epl-v10.html [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/framework/config.ini [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/ifup-local [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/kura.service [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/logrotate.conf [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/named.ca [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/named.conf [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/recover_default_config.init [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/notice.html [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.codeminders.hidapi_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.google.protobuf_3.8.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.gwt.user_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/com.h2database_1.4.199.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.buffer_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.codec_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.handler_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.resolver_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.transport_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/jdk.dio.aarch64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/jdk.dio.x86_64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/jdk.dio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/minimal-json_0.9.4.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.io_2.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.logging.log4j.api_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.logging.log4j.core_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.jetty.continuation_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.jetty.http_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.jetty.io_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.jetty.security_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.jetty.server_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.jetty.servlet_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.jetty.util.ajax_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.jetty.util_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.api_2.1.0.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.0.101.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.cloud_1.1.402.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core_1.0.503.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.emulator.net_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.emulator_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.jetty.customizer_1.0.102.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.usb.armv6hf_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.util_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/org.usb4java_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/plugins/usb4java-javax_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/user/log4j.xml [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_4.1.4_raspberry-pi-2-nn/user/snapshots/snapshot_0.xml [echo] Diff version information with raspberry-pi-2-nn version 4.1.2 [echo] Creating Upgrader for raspberry-pi-2-nn [exec] zip warning: name not matched: */kura/kura_custom.properties [exec] zip warning: name not matched: */kura/dpa.properties [exec] zip warning: name not matched: */data/kuranet.conf [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/tinyb.armv6hf_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/tinyb_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/bin/start_kura.sh [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/bin/start_kura_background.sh [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/bin/start_kura_debug.sh [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/epl-v10.html [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/framework/jdk.dio.policy [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/framework/jdk.dio.properties [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/ifdown-local [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/ifup-local [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/ifup-local.debian [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/ifup-local.raspbian [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/kura.init.raspbian [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/kura.init.yocto [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/kura.logrotate [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/kura.service [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/kura_install.sh [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/logrotate.conf [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/monit.init.raspbian [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/monitrc.raspbian [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/named.ca [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/named.conf [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/named.rfc1912.zones [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/patch_sysctl.sh [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/recover_default_config.init [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/sysctl.kura.conf [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/install/usr.sbin.named [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/notice.html [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.codeminders.hidapi_1.1.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.gwt.user_1.1.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/com.h2database_1.4.199.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.buffer_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.codec_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.handler_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.resolver_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/io.netty.transport_4.1.34.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/jdk.dio.aarch64_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/jdk.dio.x86_64_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/jdk.dio_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/minimal-json_0.9.4.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.io_2.4.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.lang3_3.4.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.api_2.1.0.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.emulator.net_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.emulator_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.usb.armv6hf_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.util_1.1.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/org.usb4java_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/plugins/usb4java-javax_1.2.500.jar [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/user/kura_custom.properties [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/user/log4j.xml [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/user/security/cacerts.ks [exec] deleting: kura_4.1.4_raspberry-pi-2-nn/user/snapshots/snapshot_0.xml [exec] kura_4.1.4_raspberry-pi-2-nn_upgrade.zip [exec] upgrade_kura_4.1.2_to_4.1.4_raspberry-pi-2-nn.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (intel-up2-ubuntu-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_4.1.4_intel-up2-ubuntu-18... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18 [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18 osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini emulator-gpio-config: emulator-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux-sysv-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux-debian-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux-redhat-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/src/main/resources/intel-up2-ubuntu-18/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18 [zip] Building zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip gpio-jar: emulator-gpio-jar: emulator-jars: linux-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip linux-sysv-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip linux-jars: linux-debian-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: tinyb-jars: tinyb-snapshot-jars: tinyb-no-snapshot-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18.zip [echo] Building Kura Distribution for intel-up2-ubuntu-18-jars... [echo] Creating Installer for intel-up2-ubuntu-18 /opt/eclipse [exec] kura_4.1.4_intel-up2-ubuntu-18.zip [echo] Gathering version information for the bundles/files in intel-up2-ubuntu-18 [exec] Archive: kura_4.1.4_intel-up2-ubuntu-18.zip [exec] creating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/ [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/tinyb.x86_64_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/tinyb_1.0.300.jar [exec] creating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/bin/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/framework/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/user/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/user/security/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/user/snapshots/ [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/bin/start_kura.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/epl-v10.html [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/framework/config.ini [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/framework/kura.properties [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/dhcpd-enp2s0.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/dhcpd-wlp4s0.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/firewall.init [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/hostapd.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/ifdown-local [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/ifup-local [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/ifup-local.debian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/iptables.init [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/kura.init.yocto [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/kura.logrotate [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/kura.service [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/kura_install.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/kuranet.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/logrotate.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/named.ca [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/named.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/network.interfaces [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/recover_default_config.init [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/install/usr.sbin.named [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/notice.html [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.codeminders.hidapi_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.google.protobuf_3.8.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.gwt.user_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/com.h2database_1.4.199.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.buffer_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.codec_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.handler_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.resolver_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.transport_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/jdk.dio.aarch64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/jdk.dio.x86_64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/jdk.dio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/minimal-json_0.9.4.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.io_2.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.logging.log4j.api_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.logging.log4j.core_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.logging.log4j.slf4j-impl_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.jetty.continuation_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.jetty.http_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.jetty.io_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.jetty.security_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.jetty.server_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.jetty.servlet_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.jetty.util.ajax_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.jetty.util_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.api_2.1.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.0.101.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.cloud_1.1.402.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core_1.0.503.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.jetty.customizer_1.0.102.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.debian.provider_1.0.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.net_1.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.sysv.provider_1.0.101.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.usb.x86_64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.net.admin_1.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.util_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/org.usb4java_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/plugins/usb4java-javax_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/user/kura_custom.properties [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/user/log4j.xml [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-ubuntu-18/user/snapshots/snapshot_0.xml [echo] Diff version information with intel-up2-ubuntu-18 version 4.1.2 [echo] Creating Upgrader for intel-up2-ubuntu-18 [exec] zip warning: name not matched: */kura/kura_custom.properties [exec] zip warning: name not matched: */kura/dpa.properties [exec] zip warning: name not matched: */data/kuranet.conf [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/tinyb.x86_64_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/tinyb_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/bin/start_kura.sh [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/bin/start_kura_background.sh [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/bin/start_kura_debug.sh [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/epl-v10.html [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/framework/jdk.dio.policy [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/framework/jdk.dio.properties [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/dhcpd-enp2s0.conf [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/dhcpd-wlp4s0.conf [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/firewall.init [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/hostapd.conf [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/ifdown-local [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/ifup-local [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/ifup-local.debian [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/ifup-local.raspbian [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/iptables.init [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/kura.init.raspbian [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/kura.init.yocto [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/kura.logrotate [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/kura.service [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/kura_install.sh [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/kuranet.conf [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/logrotate.conf [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/monit.init.raspbian [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/monitrc.raspbian [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/named.ca [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/named.conf [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/named.rfc1912.zones [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/network.interfaces [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/patch_sysctl.sh [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/recover_default_config.init [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/sysctl.kura.conf [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/install/usr.sbin.named [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/notice.html [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.codeminders.hidapi_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.google.guava_25.0.0.jre.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.gwt.user_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/com.h2database_1.4.199.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.buffer_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.codec_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.handler_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.resolver_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/io.netty.transport_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/javax.el_2.2.0.v201303151357.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/jdk.dio.aarch64_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/jdk.dio.x86_64_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/jdk.dio_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/minimal-json_0.9.4.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.collections_3.2.2.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.csv_1.4.0.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.exec_1.3.0.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.io_2.4.0.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.lang3_3.4.0.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.api_2.1.0.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.debian.provider_1.0.100.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.net_1.0.502.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.sysv.provider_1.0.101.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.usb.x86_64_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.net.admin_1.0.502.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.util_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/org.usb4java_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/plugins/usb4java-javax_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/user/kura_custom.properties [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/user/log4j.xml [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/user/security/cacerts.ks [exec] deleting: kura_4.1.4_intel-up2-ubuntu-18/user/snapshots/snapshot_0.xml [exec] kura_4.1.4_intel-up2-ubuntu-18_upgrade.zip [exec] upgrade_kura_4.1.2_to_4.1.4_intel-up2-ubuntu-18.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (intel-up2-centos-7-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_4.1.4_intel-up2-centos-7... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini emulator-gpio-config: emulator-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux-sysv-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux-debian-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux-redhat-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7/dpa.properties set-http-port: [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7 [zip] Building zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip gpio-jar: emulator-gpio-jar: emulator-jars: linux-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip linux-sysv-jars: linux-jars: linux-debian-jars: linux-jars: linux-redhat-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip linux-jars: linux-systemd-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip tinyb-jars: tinyb-snapshot-jars: tinyb-no-snapshot-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7.zip [echo] Building Kura Distribution for intel-up2-centos-7-jars... [echo] Creating Installer for intel-up2-centos-7 /opt/eclipse [exec] kura_4.1.4_intel-up2-centos-7.zip [echo] Gathering version information for the bundles/files in intel-up2-centos-7 [exec] Archive: kura_4.1.4_intel-up2-centos-7.zip [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/ [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/tinyb.x86_64_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/tinyb_1.0.300.jar [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7/bin/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7/framework/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7/user/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7/user/security/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7/user/snapshots/ [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/bin/start_kura.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/epl-v10.html [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/framework/config.ini [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/framework/kura.properties [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/dhcpd-enp2s0.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/dhcpd-wlp4s0.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/firewall.init [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/hostapd.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/ifcfg-enp2s0 [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/ifcfg-enp3s0 [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/ifcfg-wlp4s0 [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/ifdown-local [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/ifup-local [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/ifup-local.debian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/iptables.init [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/kura.init.yocto [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/kura.logrotate [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/kura.service [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/kura_install.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/kuranet.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/logrotate.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/named.ca [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/named.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/recover_default_config.init [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/selinuxKura.pp [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/install/usr.sbin.named [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/notice.html [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.codeminders.hidapi_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.google.protobuf_3.8.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.gwt.user_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/com.h2database_1.4.199.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.buffer_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.codec_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.handler_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.resolver_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/io.netty.transport_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/jdk.dio.aarch64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/jdk.dio.x86_64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/jdk.dio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/minimal-json_0.9.4.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.io_2.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.logging.log4j.api_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.logging.log4j.core_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.logging.log4j.slf4j-impl_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.jetty.continuation_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.jetty.http_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.jetty.io_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.jetty.security_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.jetty.server_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.jetty.servlet_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.jetty.util.ajax_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.jetty.util_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.api_2.1.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.0.101.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.cloud_1.1.402.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core_1.0.503.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.jetty.customizer_1.0.102.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.net_1.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.redhat.provider_1.0.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.systemd.provider_1.0.101.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.usb.x86_64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.net.admin_1.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.util_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/org.usb4java_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/plugins/usb4java-javax_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/user/kura_custom.properties [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/user/log4j.xml [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7/user/snapshots/snapshot_0.xml [echo] Diff version information with intel-up2-centos-7 version 4.1.2 [echo] Creating Upgrader for intel-up2-centos-7 [exec] zip warning: name not matched: */kura/kura_custom.properties [exec] zip warning: name not matched: */kura/dpa.properties [exec] zip warning: name not matched: */data/kuranet.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/tinyb.x86_64_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/tinyb_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/bin/start_kura.sh [exec] deleting: kura_4.1.4_intel-up2-centos-7/bin/start_kura_background.sh [exec] deleting: kura_4.1.4_intel-up2-centos-7/bin/start_kura_debug.sh [exec] deleting: kura_4.1.4_intel-up2-centos-7/epl-v10.html [exec] deleting: kura_4.1.4_intel-up2-centos-7/framework/jdk.dio.policy [exec] deleting: kura_4.1.4_intel-up2-centos-7/framework/jdk.dio.properties [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/dhcpd-enp2s0.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/dhcpd-wlp4s0.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/firewall.init [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/hostapd.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/ifcfg-enp2s0 [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/ifcfg-enp3s0 [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/ifcfg-wlp4s0 [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/ifdown-local [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/ifup-local [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/ifup-local.debian [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/ifup-local.raspbian [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/iptables.init [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/kura-tmpfiles.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/kura.init.raspbian [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/kura.init.yocto [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/kura.logrotate [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/kura.service [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/kura_install.sh [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/kuranet.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/logrotate.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/monit.init.raspbian [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/monitrc.raspbian [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/named.ca [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/named.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/named.rfc1912.zones [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/patch_sysctl.sh [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/recover_default_config.init [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/selinuxKura.pp [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/sysctl.kura.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7/install/usr.sbin.named [exec] deleting: kura_4.1.4_intel-up2-centos-7/notice.html [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.codeminders.hidapi_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.google.guava_25.0.0.jre.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.gwt.user_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/com.h2database_1.4.199.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.buffer_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.codec_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.handler_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.resolver_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/io.netty.transport_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/javax.el_2.2.0.v201303151357.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/jdk.dio.aarch64_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/jdk.dio.x86_64_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/jdk.dio_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/minimal-json_0.9.4.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.collections_3.2.2.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.csv_1.4.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.exec_1.3.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.io_2.4.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.lang3_3.4.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.api_2.1.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.net_1.0.502.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.redhat.provider_1.0.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.systemd.provider_1.0.101.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.usb.x86_64_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.net.admin_1.0.502.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.util_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/org.usb4java_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/plugins/usb4java-javax_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7/user/kura_custom.properties [exec] deleting: kura_4.1.4_intel-up2-centos-7/user/log4j.xml [exec] deleting: kura_4.1.4_intel-up2-centos-7/user/security/cacerts.ks [exec] deleting: kura_4.1.4_intel-up2-centos-7/user/snapshots/snapshot_0.xml [exec] kura_4.1.4_intel-up2-centos-7_upgrade.zip [exec] upgrade_kura_4.1.2_to_4.1.4_intel-up2-centos-7.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (intel-up2-centos-7-nn-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_4.1.4_intel-up2-centos-7-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini emulator-gpio-config: emulator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini linux-config: linux-sysv-config: linux-config: linux-debian-config: linux-config: linux-redhat-config: linux-config: linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn/dpa.properties set-http-port: [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip gpio-jar: emulator-gpio-jar: emulator-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip linux-jars: linux-sysv-jars: linux-jars: linux-debian-jars: linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: tinyb-jars: tinyb-snapshot-jars: tinyb-no-snapshot-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-centos-7-nn.zip [echo] Building Kura Distribution for intel-up2-centos-7-nn-jars... [echo] Creating Installer for intel-up2-centos-7-nn /opt/eclipse [exec] kura_4.1.4_intel-up2-centos-7-nn.zip [echo] Gathering version information for the bundles/files in intel-up2-centos-7-nn [exec] Archive: kura_4.1.4_intel-up2-centos-7-nn.zip [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/ [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/tinyb.x86_64_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/tinyb_1.0.300.jar [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/bin/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/framework/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/user/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/user/security/ [exec] creating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/epl-v10.html [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/framework/config.ini [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/ifup-local [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/kura.service [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/logrotate.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/named.ca [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/named.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/recover_default_config.init [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/selinuxKura.pp [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/notice.html [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.codeminders.hidapi_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.google.protobuf_3.8.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.gwt.user_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/com.h2database_1.4.199.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.buffer_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.codec_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.handler_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.resolver_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.transport_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/jdk.dio.aarch64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/jdk.dio.x86_64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/jdk.dio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/minimal-json_0.9.4.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.io_2.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.logging.log4j.api_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.logging.log4j.core_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.jetty.continuation_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.jetty.http_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.jetty.io_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.jetty.security_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.jetty.server_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.jetty.servlet_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.jetty.util.ajax_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.jetty.util_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.api_2.1.0.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.0.101.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.cloud_1.1.402.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core_1.0.503.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.emulator.net_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.emulator_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.jetty.customizer_1.0.102.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.usb.x86_64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.util_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/org.usb4java_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/plugins/usb4java-javax_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/user/log4j.xml [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_4.1.4_intel-up2-centos-7-nn/user/snapshots/snapshot_0.xml [echo] Diff version information with intel-up2-centos-7-nn version 4.1.2 [echo] Creating Upgrader for intel-up2-centos-7-nn [exec] zip warning: name not matched: */kura/kura_custom.properties [exec] zip warning: name not matched: */kura/dpa.properties [exec] zip warning: name not matched: */data/kuranet.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/tinyb.x86_64_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/tinyb_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/bin/start_kura.sh [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/bin/start_kura_background.sh [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/bin/start_kura_debug.sh [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/epl-v10.html [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/framework/jdk.dio.policy [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/framework/jdk.dio.properties [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/ifdown-local [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/ifup-local [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/ifup-local.debian [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/ifup-local.raspbian [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/kura-tmpfiles.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/kura.init.raspbian [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/kura.init.yocto [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/kura.logrotate [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/kura.service [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/kura_install.sh [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/logrotate.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/monit.init.raspbian [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/monitrc.raspbian [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/named.ca [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/named.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/named.rfc1912.zones [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/patch_sysctl.sh [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/recover_default_config.init [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/selinuxKura.pp [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/sysctl.kura.conf [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/install/usr.sbin.named [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/notice.html [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.codeminders.hidapi_1.1.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.gwt.user_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/com.h2database_1.4.199.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.buffer_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.codec_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.handler_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.resolver_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/io.netty.transport_4.1.34.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/jdk.dio.aarch64_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/jdk.dio.x86_64_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/jdk.dio_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/minimal-json_0.9.4.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.io_2.4.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.lang3_3.4.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.api_2.1.0.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.emulator.net_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.emulator_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.usb.x86_64_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.util_1.1.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/org.usb4java_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/plugins/usb4java-javax_1.2.500.jar [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/user/kura_custom.properties [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/user/log4j.xml [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/user/security/cacerts.ks [exec] deleting: kura_4.1.4_intel-up2-centos-7-nn/user/snapshots/snapshot_0.xml [exec] kura_4.1.4_intel-up2-centos-7-nn_upgrade.zip [exec] upgrade_kura_4.1.2_to_4.1.4_intel-up2-centos-7-nn.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (rock960-ubuntu-16-nn-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_4.1.4_rock960-ubuntu-16-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini emulator-gpio-config: emulator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini linux-config: linux-sysv-config: linux-config: linux-debian-config: linux-config: linux-redhat-config: linux-config: linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/src/main/resources/rock960-ubuntu-16-nn/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip gpio-jar: emulator-gpio-jar: emulator-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip linux-jars: linux-sysv-jars: linux-jars: linux-debian-jars: linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: tinyb-jars: tinyb-snapshot-jars: tinyb-no-snapshot-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn.zip [echo] Building Kura Distribution for rock960-ubuntu-16-nn-jars... [echo] Creating Installer for rock960-ubuntu-16-nn /opt/eclipse [exec] kura_4.1.4_rock960-ubuntu-16-nn.zip [echo] Gathering version information for the bundles/files in rock960-ubuntu-16-nn [exec] Archive: kura_4.1.4_rock960-ubuntu-16-nn.zip [exec] creating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/ [exec] creating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/ [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/tinyb.aarch64_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/tinyb_1.0.300.jar [exec] creating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/bin/ [exec] creating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/framework/ [exec] creating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/ [exec] creating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/user/ [exec] creating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/user/security/ [exec] creating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/epl-v10.html [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/framework/config.ini [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/ifup-local [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/kura.service [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/logrotate.conf [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/named.ca [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/named.conf [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/recover_default_config.init [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/notice.html [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.codeminders.hidapi_1.1.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.google.protobuf_3.8.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.gwt.user_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.h2database_1.4.199.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.buffer_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.codec_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.handler_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.resolver_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.transport_4.1.34.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/jdk.dio.aarch64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/jdk.dio.x86_64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/jdk.dio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/minimal-json_0.9.4.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.io_2.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.logging.log4j.api_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.logging.log4j.core_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.jetty.continuation_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.jetty.http_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.jetty.io_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.jetty.security_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.jetty.server_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.jetty.servlet_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.jetty.util.ajax_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.jetty.util_9.4.41.v20210516.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.api_2.1.0.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.0.101.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.cloud_1.1.402.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core_1.0.503.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.emulator.net_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.emulator_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.jetty.customizer_1.0.102.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.usb.aarch64_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.util_1.1.100.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.usb4java_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/plugins/usb4java-javax_1.2.500.jar [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/user/log4j.xml [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_4.1.4_rock960-ubuntu-16-nn/user/snapshots/snapshot_0.xml [echo] Diff version information with rock960-ubuntu-16-nn version 4.1.2 [echo] Creating Upgrader for rock960-ubuntu-16-nn [exec] zip warning: name not matched: */kura/kura_custom.properties [exec] zip warning: name not matched: */kura/dpa.properties [exec] zip warning: name not matched: */data/kuranet.conf [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/tinyb.aarch64_1.0.300.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/tinyb_1.0.300.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/bin/start_kura.sh [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/bin/start_kura_background.sh [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/bin/start_kura_debug.sh [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/epl-v10.html [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/framework/jdk.dio.policy [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/framework/jdk.dio.properties [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/ifdown-local [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/ifup-local [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/ifup-local.debian [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/ifup-local.raspbian [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/kura.init.raspbian [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/kura.init.yocto [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/kura.logrotate [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/kura.service [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/kura_install.sh [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/logrotate.conf [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/monit.init.raspbian [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/monitrc.raspbian [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/named.ca [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/named.conf [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/named.rfc1912.zones [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/patch_sysctl.sh [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/recover_default_config.init [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/sysctl.kura.conf [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/install/usr.sbin.named [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/notice.html [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.codeminders.hidapi.aarch64_1.1.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.codeminders.hidapi.armv6hf_1.1.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.codeminders.hidapi.x86_64_1.1.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.codeminders.hidapi_1.1.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.gwt.user_1.1.100.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/com.h2database_1.4.199.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.buffer_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.codec-http_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.codec-mqtt_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.codec_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.handler_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.resolver_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.transport-native-epoll_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.transport-native-kqueue_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.transport-native-unix-common_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/io.netty.transport_4.1.34.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/jdk.dio.aarch64_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/jdk.dio.armv6hf_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/jdk.dio.x86_64_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/jdk.dio_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/minimal-json_0.9.4.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.activemq.artemis_2.6.0.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-amqp_2.21.1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-core-osgi_2.21.1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-core_2.21.1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-jms_2.21.1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-script_2.21.1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.camel.camel-stream_2.21.1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.io_2.4.0.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.lang3_3.4.0.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.commons.net_3.1.0.v201205071737.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.qpid.jms.client_0.31.0.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.qpid.proton-j_0.26.0.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.14.RELEASE_1.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.cm_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.0.v20130327-1442.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.coordinator_1.3.300.v20170512-2111.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.device_1.0.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.io_1.1.100.v20150430-1834.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.ip_1.1.400.v20161007-1324.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.metatype_1.4.300.v20170105-1446.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.region_1.4.0.v20170117-1425.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.supplement_1.7.0.v20170329-1416.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.0.v20170105-1446.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.transforms.xslt_1.0.300.v20130327-1442.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.useradmin_1.1.400.v20130327-1442.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.0.v20161007-1415.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.0.v20160929-1449.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.v20180827-1235.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.api_2.1.0.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.0.401.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.asset.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.asset.provider_2.0.201.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.0.300.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.0.301.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.ble.provider_1.0.301.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.broker.artemis.core_1.1.100.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.0.300.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.0.300.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.1.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.camel.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.camel.xml_1.1.100.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.camel_1.3.100.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.certificates_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.comm_1.0.501.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.configuration_2.0.200.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.crypto_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.deployment_1.1.501.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.net_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.core.status_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.deployment.agent_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.driver.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.emulator.net_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.emulator_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.0.300.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.bluetooth_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.clock_1.0.501.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.command_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.gpio_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.position_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.usb.aarch64_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.usb_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.linux.watchdog_1.0.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.localization.resources_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.localization_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.misc.cloudcat_1.0.300.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.rest.asset.provider_1.0.300.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.rest.provider_1.0.300.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.sun.misc_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.util_1.1.100.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.web2_2.0.502.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.camel_1.0.100.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.0.200.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.0.200.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.component.provider_1.0.401.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_1.0.301.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.helper.provider_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.wire.provider_1.0.400.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.0.200.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.2.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.2.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.2.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.eclipse.soda.dk.comm_1.2.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/org.usb4java_1.2.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/plugins/usb4java-javax_1.2.500.jar [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/user/kura_custom.properties [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/user/log4j.xml [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/user/security/cacerts.ks [exec] deleting: kura_4.1.4_rock960-ubuntu-16-nn/user/snapshots/snapshot_0.xml [exec] kura_4.1.4_rock960-ubuntu-16-nn_upgrade.zip [exec] upgrade_kura_4.1.2_to_4.1.4_rock960-ubuntu-16-nn.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (prep-tp) @ distrib --- [INFO] Executing tasks main: [echo] Preparing target platform... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target [copy] Copying 288 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/common/source [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/kura-equinox_3.12.50.target [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/artifacts.xml [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/content.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.11.1/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/plugins [INFO] Executed tasks [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (core-dp) @ distrib --- [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.protocol.modbus:2.0.400:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.opcua:1.0.400:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.s7plc:1.0.300:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.sensortag:1.0.300:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.eddystone:1.0.100:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.ibeacon:1.0.100:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.wire.script.filter:1.0.300:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.gpio:1.0.200:dp [INFO] Copying org.eclipse.kura.protocol.modbus-2.0.400.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.protocol.modbus-2.0.400.dp [INFO] Copying org.eclipse.kura.driver.opcua-1.0.400.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.opcua-1.0.400.dp [INFO] Copying org.eclipse.kura.driver.s7plc-1.0.300.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.s7plc-1.0.300.dp [INFO] Copying org.eclipse.kura.driver.ble.sensortag-1.0.300.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.ble.sensortag-1.0.300.dp [INFO] Copying org.eclipse.kura.driver.eddystone-1.0.100.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.eddystone-1.0.100.dp [INFO] Copying org.eclipse.kura.driver.ibeacon-1.0.100.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.ibeacon-1.0.100.dp [INFO] Copying org.eclipse.kura.wire.script.filter-1.0.300.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.wire.script.filter-1.0.300.dp [INFO] Copying org.eclipse.kura.driver.gpio-1.0.200.dp to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.gpio-1.0.200.dp [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (can-dp) @ distrib --- [INFO] Skipping plugin execution [INFO] [INFO] --- tycho-p2-extras-plugin:1.6.0:publish-features-and-bundles (default) @ distrib --- [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -jar, /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/tycho/tycho-bundles-external/1.6.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar, -configuration, /tmp/tycho-p2-runtime8637409602650096542.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository/, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/target-definition/equinox_3.12.50/repository] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- maven-antrun-plugin:1.7:run (dev-env) @ distrib --- [INFO] Executing tasks main: [copy] Copying 34 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator [copy] Copied 25 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator/target [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator/src/main/resources/Kura_Core_Test.launch [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator/src/main/resources/Kura_Emulator_Linux.launch [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator/src/main/resources/Kura_Emulator_OSX.launch [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator/src/main/resources [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator/launch_configs [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator/launch_configs [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator/launch_configs [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/emulator [copy] Copying 25 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/demo_heater [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/demo_heater [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/demo_heater/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/demo_heater/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/demo_heater [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/demo_heater [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/demo_heater [copy] Copying 20 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon [copy] Copied 26 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon [copy] Copying 20 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon.scanner [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon.scanner [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon.scanner/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon.scanner/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon.scanner [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon.scanner [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/beacon.scanner [copy] Copying 23 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.advertiser [copy] Copied 29 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.advertiser [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.advertiser/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.advertiser/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.advertiser [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.advertiser [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.advertiser [copy] Copying 23 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.scanner [copy] Copied 29 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.scanner [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.scanner/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.scanner/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.scanner [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.scanner [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/ibeacon.scanner [copy] Copying 23 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.advertiser [copy] Copied 29 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.advertiser [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.advertiser/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.advertiser/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.advertiser [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.advertiser [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.advertiser [copy] Copying 23 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.scanner [copy] Copied 29 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.scanner [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.scanner/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.scanner/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.scanner [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.scanner [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/eddystone.scanner [copy] Copying 28 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag [copy] Copying 29 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag.tinyb [copy] Copied 31 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag.tinyb [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag.tinyb/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag.tinyb/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag.tinyb [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag.tinyb [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/tisensortag.tinyb [copy] Copying 26 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/publisher [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/publisher [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/publisher/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/publisher/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/publisher [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/publisher [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/publisher [copy] Copying 30 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_quickstart [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_quickstart [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_quickstart/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_quickstart/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_quickstart [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_quickstart [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_quickstart [copy] Copying 30 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_publisher [copy] Copied 26 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_publisher [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_publisher/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_publisher/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_publisher [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_publisher [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_publisher [copy] Copying 25 files to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_aggregation [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_aggregation [delete] Deleting: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_aggregation/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_aggregation/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_aggregation [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_aggregation [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/staging/camel_aggregation [zip] Building zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/user_workspace_archive_4.1.4.zip [INFO] Executed tasks [INFO] [INFO] --- jdeb:1.0:jdeb (raspberry-pi-2-3-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-3_installer.deb [INFO] Building data [INFO] file:./tmp/kura_4.1.4_raspberry-pi-2.zip size:66880595 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri Nov 18 16:23:36 UTC 2022 md5: 89bfa5cce9d10ae7feb908024808d301 [INFO] Total size: 66880595 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-3_installer.deb [INFO] [INFO] --- jdeb:1.0:jdeb (raspberry-pi-2-3-nn-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-3-nn_installer.deb [INFO] Building data [INFO] file:./tmp/kura_4.1.4_raspberry-pi-2-nn.zip size:66326126 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri Nov 18 16:23:39 UTC 2022 md5: 8fb4f817394b2f56a816960953b495ed [INFO] Total size: 66326126 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-3-nn_installer.deb [WARNING] artifact org.eclipse.kura:distrib:deb:4.1.4 already attached, replace previous instance [INFO] [INFO] --- jdeb:1.0:jdeb (intel-up2-ubuntu-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18_installer.deb [INFO] Building data [INFO] file:./tmp/kura_4.1.4_intel-up2-ubuntu-18.zip size:66953042 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri Nov 18 16:23:42 UTC 2022 md5: 0404a5039d89248ed8b25ffc65be25f0 [INFO] Total size: 66953042 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18_installer.deb [WARNING] artifact org.eclipse.kura:distrib:deb:4.1.4 already attached, replace previous instance [INFO] [INFO] --- jdeb:1.0:jdeb (rock960-ubuntu-16-nn-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn_installer.deb [INFO] Building data [INFO] file:./tmp/kura_4.1.4_rock960-ubuntu-16-nn.zip size:66378810 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri Nov 18 16:23:45 UTC 2022 md5: c6bb02ff1f90dbe1505189f5615ceacc [INFO] Total size: 66378810 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn_installer.deb [WARNING] artifact org.eclipse.kura:distrib:deb:4.1.4 already attached, replace previous instance [INFO] [INFO] --- rpm:0.10.2:rpm (intel-up2-centos-7-rpm) @ distrib --- [INFO] Writing to target to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target [INFO] RPM base information - name: kura-intel-up2-centos-7, version: 4.1.4-1, arch: x86_64 [INFO] Writing target file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura-intel-up2-centos-7-4.1.4-1-x86_64.rpm [INFO] [script postin]: Using script interpreter: /bin/sh [INFO] [script prerm]: Using script interpreter: /bin/sh [INFO] Adding dependency [require]: name = java, version = null, flags = [] [INFO] Adding dependency [require]: name = setserial, version = null, flags = [] [INFO] Adding dependency [require]: name = iptables, version = null, flags = [] [INFO] Adding dependency [require]: name = iptables-services, version = null, flags = [] [INFO] Adding dependency [require]: name = openssl, version = null, flags = [] [INFO] Adding dependency [require]: name = openssh, version = null, flags = [] [INFO] Adding dependency [require]: name = procps, version = null, flags = [] [INFO] Adding dependency [require]: name = iw, version = null, flags = [] [INFO] Adding dependency [require]: name = wireless-tools, version = null, flags = [] [INFO] Adding dependency [require]: name = bind, version = null, flags = [] [INFO] Adding dependency [require]: name = openvpn, version = null, flags = [] [INFO] Adding dependency [require]: name = ppp, version = null, flags = [] [INFO] Adding dependency [require]: name = dhcp, version = null, flags = [] [INFO] Adding dependency [require]: name = dhclient, version = null, flags = [] [INFO] Adding dependency [require]: name = net-tools, version = null, flags = [] [INFO] Adding dependency [require]: name = hostapd, version = null, flags = [] [INFO] Adding dependency [require]: name = wpa_supplicant, version = null, flags = [] [INFO] Adding dependency [require]: name = gzip, version = null, flags = [] [INFO] Adding dependency [require]: name = cronie, version = null, flags = [] [INFO] Adding dependency [require]: name = logrotate, version = null, flags = [] [INFO] Adding dependency [require]: name = telnet, version = null, flags = [] [INFO] Adding dependency [require]: name = bluez, version = null, flags = [] [INFO] Adding dependency [require]: name = socat, version = null, flags = [] [INFO] Adding dependency [require]: name = usbutils, version = null, flags = [] [INFO] Adding dependency [require]: name = iproute, version = null, flags = [] [INFO] Adding dependency [require]: name = unzip, version = null, flags = [] [INFO] Adding dependency [require]: name = psmisc, version = null, flags = [] [INFO] Adding dependency [require]: name = tar, version = null, flags = [] [INFO] Adding dependency [require]: name = dos2unix, version = null, flags = [] [INFO] Adding dependency [require]: name = net-tools, version = null, flags = [] [INFO] Adding dependency [prerequire]: name = bash, version = null, flags = [PREREQ] [INFO] Adding dependency [prerequire]: name = sed, version = null, flags = [PREREQ] [INFO] Adding dependency [prerequire]: name = which, version = null, flags = [PREREQ] [INFO] Adding dependency [prerequire]: name = policycoreutils, version = null, flags = [PREREQ] [INFO] [INFO] --- rpm:0.10.2:rpm (intel-up2-centos-7-nn-rpm) @ distrib --- [INFO] Writing to target to: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target [INFO] RPM base information - name: kura-intel-up2-centos-7-nn, version: 4.1.4-1, arch: x86_64 [INFO] Writing target file: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura-intel-up2-centos-7-nn-4.1.4-1-x86_64.rpm [INFO] [script postin]: Using script interpreter: /bin/sh [INFO] [script prerm]: Using script interpreter: /bin/sh [INFO] Adding dependency [require]: name = java, version = null, flags = [] [INFO] Adding dependency [require]: name = setserial, version = null, flags = [] [INFO] Adding dependency [require]: name = iptables, version = null, flags = [] [INFO] Adding dependency [require]: name = iptables-services, version = null, flags = [] [INFO] Adding dependency [require]: name = openssl, version = null, flags = [] [INFO] Adding dependency [require]: name = openssh, version = null, flags = [] [INFO] Adding dependency [require]: name = procps, version = null, flags = [] [INFO] Adding dependency [require]: name = gzip, version = null, flags = [] [INFO] Adding dependency [require]: name = cronie, version = null, flags = [] [INFO] Adding dependency [require]: name = logrotate, version = null, flags = [] [INFO] Adding dependency [require]: name = telnet, version = null, flags = [] [INFO] Adding dependency [require]: name = bluez, version = null, flags = [] [INFO] Adding dependency [require]: name = socat, version = null, flags = [] [INFO] Adding dependency [require]: name = usbutils, version = null, flags = [] [INFO] Adding dependency [require]: name = unzip, version = null, flags = [] [INFO] Adding dependency [require]: name = psmisc, version = null, flags = [] [INFO] Adding dependency [require]: name = tar, version = null, flags = [] [INFO] Adding dependency [require]: name = dos2unix, version = null, flags = [] [INFO] Adding dependency [require]: name = net-tools, version = null, flags = [] [INFO] Adding dependency [prerequire]: name = bash, version = null, flags = [PREREQ] [INFO] Adding dependency [prerequire]: name = sed, version = null, flags = [PREREQ] [INFO] Adding dependency [prerequire]: name = which, version = null, flags = [PREREQ] [WARNING] artifact org.eclipse.kura:distrib:rpm:rpm:4.1.4 already attached, replace previous instance [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ distrib --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/pom.xml to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/distrib/4.1.4/distrib-4.1.4.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn_installer.deb to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/distrib/4.1.4/distrib-4.1.4.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura-intel-up2-centos-7-nn-4.1.4-1-x86_64.rpm to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/.repository/org/eclipse/kura/distrib/4.1.4/distrib-4.1.4-rpm.rpm [INFO] [INFO] --- maven-antrun-plugin:1.7:run (verify-if-snapshot) @ distrib --- [INFO] Executing tasks is-snapshot-check: [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (release-copy) @ distrib --- [INFO] Executing tasks distrib-store-files: [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/RELEASE_INFO/4.1.4/config [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/RELEASE_INFO/4.1.4/config [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/RELEASE_INFO/4.1.4 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/RELEASE_INFO/4.1.4/kura-bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/RELEASE_INFO/4.1.4/p2-repo-common [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/RELEASE_INFO/4.1.4/p2-repo-common [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/RELEASE_INFO/4.1.4/p2-repo-equinox_3.12.50 [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/RELEASE_INFO/4.1.4/p2-repo-equinox_3.12.50 [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (calc-checksums) @ distrib --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (post-dev-env) @ distrib --- [INFO] Executing tasks main: [zip] Building zip: /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/tmp_ws.zip [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:57 min [INFO] Finished at: 2022-11-18T16:24:08Z [INFO] ------------------------------------------------------------------------ [kura-5-0-0-release] $ /bin/sh -xe /tmp/jenkins13750675141408693912.sh + DOWNLOAD_AREA=/home/data/httpd/download.eclipse.org/kura/releases + KURA_DOCS_AREA=/home/data/httpd/download.eclipse.org/kura/docs/api + ssh genie.kura@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/kura/releases/4.1.4 + ssh genie.kura@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/kura/docs/api/4.1.4/apidocs + echo 'Copying Debian files to download area...' Copying Debian files to download area... + scp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_intel-up2-ubuntu-18_installer.deb /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-3_installer.deb /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_raspberry-pi-2-3-nn_installer.deb /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura_4.1.4_rock960-ubuntu-16-nn_installer.deb genie.kura@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/kura/releases/4.1.4/. + echo 'Copying Centos 7 files to download area...' Copying Centos 7 files to download area... + scp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura-intel-up2-centos-7-4.1.4-1-x86_64.rpm /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/kura-intel-up2-centos-7-nn-4.1.4-1-x86_64.rpm genie.kura@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/kura/releases/4.1.4/. + echo 'Copying user workspace to download area...' Copying user workspace to download area... + scp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/user_workspace_archive_4.1.4.zip genie.kura@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/kura/releases/4.1.4/. + echo 'Copying example dps to download area...' Copying example dps to download area... + scp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.ble.sensortag-1.0.300.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.eddystone-1.0.100.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.gpio-1.0.200.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.ibeacon-1.0.100.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.opcua-1.0.400.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.driver.s7plc-1.0.300.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.protocol.modbus-2.0.400.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/distrib/target/org.eclipse.kura.wire.script.filter-1.0.300.dp genie.kura@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/kura/releases/4.1.4/. + scp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/target/features_4.1.4.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater_1.0.501-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus_2.0.401-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner_1.0.501-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon_1.0.501-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag_1.0.501-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ble.tisensortag.tinyb/target/org.eclipse.kura.example.ble.tisensortag.tinyb_1.0.301-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation_1.1.501-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher_1.0.401-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart_1.1.401-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat_1.0.201-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser_1.0.301-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner_1.0.301-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio_1.0.401-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser_1.0.301-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner_1.0.301-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project_1.0.401-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher_1.0.501-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher_1.0.401-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider_1.0.201-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider_1.0.201-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example_1.0.501-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat_1.0.501-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider_1.0.101-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/test/target/test_4.1.4.dp genie.kura@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/kura/releases/4.1.4/. + scp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat_1.0.201-SNAPSHOT.dp /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/examples/features/org.eclipse.kura.raspberrypi.sensehat.example.bundle/target/org.eclipse.kura.raspberrypi.sensehat.example.bundle_1.0.401-SNAPSHOT.dp genie.kura@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/kura/releases/4.1.4/. + echo 'Copying javadocs to download area...' Copying javadocs to download area... + scp -r /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/allclasses-frame.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/allclasses-noframe.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/constant-values.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/deprecated-list.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/help-doc.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/index-all.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/index.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/org /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/overview-frame.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/overview-summary.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/overview-tree.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/package-list /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/script.js /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/serialized-form.html /home/jenkins/agent/workspace/kura-release-folder/kura-5-0-0-release/kura/org.eclipse.kura.docs/target/reference/api/stylesheet.css genie.kura@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/kura/docs/api/4.1.4/apidocs/. + echo Done. Done. $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 59 killed; [ssh-agent] Stopped. Finished: SUCCESS